removes zlib link statement from static builds, closes #16192
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -254,10 +254,7 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 40E3518610EF31130029DC34 /* wxcarbon.xcconfig */;
|
baseConfigurationReference = 40E3518610EF31130029DC34 /* wxcarbon.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
|
||||||
"$(OTHER_LDFLAGS)",
|
|
||||||
"-lz",
|
|
||||||
);
|
|
||||||
PRODUCT_NAME = minimal_carbon;
|
PRODUCT_NAME = minimal_carbon;
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
@@ -266,10 +263,7 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 40E3518610EF31130029DC34 /* wxcarbon.xcconfig */;
|
baseConfigurationReference = 40E3518610EF31130029DC34 /* wxcarbon.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
|
||||||
"$(OTHER_LDFLAGS)",
|
|
||||||
"-lz",
|
|
||||||
);
|
|
||||||
PRODUCT_NAME = minimal_carbon;
|
PRODUCT_NAME = minimal_carbon;
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
|
@@ -254,10 +254,7 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 407A752213B0E1EB006BC2D5 /* wxcocoa.xcconfig */;
|
baseConfigurationReference = 407A752213B0E1EB006BC2D5 /* wxcocoa.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
|
||||||
"$(OTHER_LDFLAGS)",
|
|
||||||
"-lz",
|
|
||||||
);
|
|
||||||
PRODUCT_NAME = minimal_cocoa;
|
PRODUCT_NAME = minimal_cocoa;
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
@@ -266,10 +263,7 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 407A752213B0E1EB006BC2D5 /* wxcocoa.xcconfig */;
|
baseConfigurationReference = 407A752213B0E1EB006BC2D5 /* wxcocoa.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
|
||||||
"$(OTHER_LDFLAGS)",
|
|
||||||
"-lz",
|
|
||||||
);
|
|
||||||
PRODUCT_NAME = minimal_cocoa;
|
PRODUCT_NAME = minimal_cocoa;
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
|
@@ -203,7 +203,7 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
|
baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
OTHER_LDFLAGS = "-lz";
|
OTHER_LDFLAGS = "";
|
||||||
PRODUCT_NAME = minimal_iphone;
|
PRODUCT_NAME = minimal_iphone;
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
|
Reference in New Issue
Block a user