Skip to content

Commit

Permalink
Added BWToolkit to IB plugin search path, so compiling doesn't requir…
Browse files Browse the repository at this point in the history
…e having it installed on your system
  • Loading branch information
bewebste committed Apr 29, 2010
1 parent cbe5531 commit 67e2059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Ingredients.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Ingredients_Prefix.pch;
IBC_PLUGINS = "$(SRCROOT)/BWToolkit.ibplugin";
INFOPLIST_FILE = "Ingredients-Info.plist";
INSTALL_PATH = "";
LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)";
Expand All @@ -978,6 +979,7 @@
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Ingredients_Prefix.pch;
IBC_PLUGINS = "$(SRCROOT)/BWToolkit.ibplugin";
INFOPLIST_FILE = "Ingredients-Info.plist";
INSTALL_PATH = "";
LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)";
Expand Down

0 comments on commit 67e2059

Please sign in to comment.