adapting xcode build templates and config file to built-in zlib sources, see #16192

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-04-21 18:31:48 +00:00
parent 7ab7ff693b
commit 52b633eeea
3 changed files with 5 additions and 17 deletions

View File

@@ -191,10 +191,7 @@
WXUSINGDLL,
);
INSTALL_PATH = "@executable_path/../Frameworks/";
OTHER_LDFLAGS = (
"$(OTHER_LDFLAGS)",
"-lz",
);
OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
};
name = Debug;
};
@@ -208,10 +205,7 @@
WXUSINGDLL,
);
INSTALL_PATH = "@executable_path/../Frameworks/";
OTHER_LDFLAGS = (
"$(OTHER_LDFLAGS)",
"-lz",
);
OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
};
name = Release;
};