preparing for multi-lib builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -188,7 +188,8 @@
|
||||
EXECUTABLE_PREFIX = lib;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
||||
WXUSINGDLL,
|
||||
WXMAKINGDLL,
|
||||
"wxUSE_BASE=1",
|
||||
);
|
||||
INSTALL_PATH = "@executable_path/../Frameworks/";
|
||||
OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
|
||||
@@ -202,7 +203,8 @@
|
||||
EXECUTABLE_PREFIX = lib;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
||||
WXUSINGDLL,
|
||||
WXMAKINGDLL,
|
||||
"wxUSE_BASE=1",
|
||||
);
|
||||
INSTALL_PATH = "@executable_path/../Frameworks/";
|
||||
OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
|
||||
@@ -229,6 +231,10 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 404BEEC910EC872F0080E2B8 /* wxcocoa.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
||||
"wxUSE_BASE=1",
|
||||
);
|
||||
PRODUCT_NAME = "$(PRODUCT_NAME)_static";
|
||||
};
|
||||
name = Debug;
|
||||
@@ -237,6 +243,10 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 404BEEC910EC872F0080E2B8 /* wxcocoa.xcconfig */;
|
||||
buildSettings = {
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
||||
"wxUSE_BASE=1",
|
||||
);
|
||||
PRODUCT_NAME = "$(PRODUCT_NAME)_static";
|
||||
};
|
||||
name = Release;
|
||||
|
Reference in New Issue
Block a user