Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Changes needed to build successfully against updated supporting libs
Browse files Browse the repository at this point in the history
  • Loading branch information
cstawarz committed Jan 4, 2011
1 parent f1b104b commit fe4ede1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,14 @@
isa = PBXProject;
buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "CircleStimulusPlugin" */;
compatibilityVersion = "Xcode 3.0";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 089C166AFE841209C02AAC07 /* CircleStimulusPlugin */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -381,7 +388,7 @@
GCC_PREFIX_HEADER = CircleStimulusPlugin_Prefix.pch;
INFOPLIST_FILE = Info.plist;
OTHER_LDFLAGS = (
"-lboost_regex-mw",
"-lboost_regex",
"-framework",
OpenGL,
);
Expand Down
7 changes: 7 additions & 0 deletions FakeMonkeyPlugin/FakeMonkey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,14 @@
isa = PBXProject;
buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "FakeMonkey" */;
compatibilityVersion = "Xcode 3.0";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 089C166AFE841209C02AAC07 /* FakeMonkeyPlugin */;
projectDirPath = "";
projectRoot = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,14 @@
isa = PBXProject;
buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "RectangleStimulusPlugin" */;
compatibilityVersion = "Xcode 3.0";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 089C166AFE841209C02AAC07 /* RectangleStimulusPlugin */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -374,7 +381,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = RectangleStimulusPlugin_Prefix.pch;
INFOPLIST_FILE = Info.plist;
OTHER_LDFLAGS = "-lboost_regex-mw";
OTHER_LDFLAGS = "-lboost_regex";
PRODUCT_NAME = RectangleStimulusPlugin;
WRAPPER_EXTENSION = bundle;
};
Expand Down

0 comments on commit fe4ede1

Please sign in to comment.