Skip to content

Commit

Permalink
Fixed deployment header search paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 14, 2006
1 parent b74534d commit 3efb83f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doomsday/build/mac/Doomsday.xcodeproj/project.pbxproj
Expand Up @@ -3408,9 +3408,9 @@
__JDOOM__,
);
HEADER_SEARCH_PATHS = (
Include/jDoom,
Include/Common,
Include,
../../plugins/jdoom/include,
../../plugins/common/include,
../../engine/portable/include,
);
INFOPLIST_FILE = "jDoom-Info.plist";
INSTALL_PATH = /Doomsday.app/Contents/Bundles;
Expand Down Expand Up @@ -3446,9 +3446,9 @@
__JDOOM__,
);
HEADER_SEARCH_PATHS = (
Include/jDoom,
Include/Common,
Include,
../../plugins/jdoom/include,
../../plugins/common/include,
../../engine/portable/include,
);
INFOPLIST_FILE = "jDoom-Info.plist";
INSTALL_PATH = /Doomsday.app/Contents/Bundles;
Expand Down

0 comments on commit 3efb83f

Please sign in to comment.