Fix crash with newer OS X builds running on older.
Use built-in zlib sources instead of system zlib. Backport of trunk r76382, r76383, and r76385. Closes #16192. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -216,7 +216,7 @@ end makeProject
|
||||
|
||||
init()
|
||||
set theProject to {projectName:"", conditions:{}, bklfiles:{<EFBFBD>
|
||||
"../bakefiles/files.bkl", "../bakefiles/regex.bkl", "../bakefiles/tiff.bkl", "../bakefiles/png.bkl", "../bakefiles/jpeg.bkl", "../bakefiles/scintilla.bkl", "../bakefiles/expat.bkl"}, nodes:{<EFBFBD>
|
||||
"../bakefiles/files.bkl", "../bakefiles/zlib.bkl", "../bakefiles/regex.bkl", "../bakefiles/tiff.bkl", "../bakefiles/png.bkl", "../bakefiles/jpeg.bkl", "../bakefiles/scintilla.bkl", "../bakefiles/expat.bkl"}, nodes:{<EFBFBD>
|
||||
{label:"base", entries:{"$(BASE_SRC)"}}, <EFBFBD>
|
||||
{label:"base", entries:{"$(BASE_AND_GUI_SRC)"}}, <EFBFBD>
|
||||
{label:"core", entries:{"$(CORE_SRC)"}}, <EFBFBD>
|
||||
@@ -233,6 +233,7 @@ set theProject to {projectName:"", conditions:{}, bklfiles:{
|
||||
{label:"propgrid", entries:{"$(PROPGRID_SRC)"}}, <EFBFBD>
|
||||
{label:"richtext", entries:{"$(RICHTEXT_SRC)"}}, <EFBFBD>
|
||||
{label:"stc", entries:{"$(STC_SRC)"}}, <EFBFBD>
|
||||
{label:"libzlib", entries:{"$(wxzlib)"}}, <EFBFBD>
|
||||
{label:"libtiff", entries:{"$(wxtiff)"}}, <EFBFBD>
|
||||
{label:"libjpeg", entries:{"$(wxjpeg)"}}, <EFBFBD>
|
||||
{label:"libpng", entries:{"$(wxpng)"}}, <EFBFBD>
|
||||
|
Reference in New Issue
Block a user