adding web view files for building Xcode projects, see #15590

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2013-10-18 08:43:25 +00:00
parent e20428397d
commit 49a5dcf924

View File

@ -215,14 +215,14 @@ end makeProject
-- main
init()
set theProject to {conditions:{"PLATFORM_MACOSX=='1'", "TOOLKIT=='OSX_CARBON'", "WXUNIV=='0'", "USE_GUI=='1' and WXUNIV=='0'"}, projectName:Â
"wxcarbon", bklfiles:{Â
set theProject to {projectName:"", conditions:{}, bklfiles:{Â
"../bakefiles/files.bkl", "../bakefiles/regex.bkl", "../bakefiles/tiff.bkl", "../bakefiles/png.bkl", "../bakefiles/jpeg.bkl", "../bakefiles/scintilla.bkl", "../bakefiles/expat.bkl"}, nodes:{Â
{label:"base", entries:{"$(BASE_SRC)"}}, Â
{label:"base", entries:{"$(BASE_AND_GUI_SRC)"}}, Â
{label:"core", entries:{"$(CORE_SRC)"}}, Â
{label:"net", entries:{"$(NET_SRC)"}}, Â
{label:"adv", entries:{"$(ADVANCED_SRC)"}}, Â
{label:"webview", entries:{"$(WEBVIEW_SRC)"}}, Â
{label:"media", entries:{"$(MEDIA_SRC)"}}, Â
{label:"html", entries:{"$(HTML_SRC)"}}, Â
{label:"xrc", entries:{"$(XRC_SRC)"}}, Â
@ -240,60 +240,14 @@ set theProject to {conditions:{"PLATFORM_MACOSX=='1'", "TOOLKIT=='OSX_CARBON'",
{label:"libscintilla", entries:{"$(wxscintilla)"}}, Â
{label:"libexpat", entries:{"$(wxexpat)"}} Â
}}
set conditions of theProject to {"PLATFORM_MACOSX=='1'", "TOOLKIT=='OSX_CARBON'", "WXUNIV=='0'", "USE_GUI=='1' and WXUNIV=='0'"}
set projectName of theProject to "wxcarbon"
makeProject(theProject)
set theProject to {conditions:{"PLATFORM_MACOSX=='1'", "TOOLKIT=='OSX_COCOA'", "WXUNIV=='0'", "USE_GUI=='1' and WXUNIV=='0'"}, projectName:Â
"wxcocoa", bklfiles:{Â
"../bakefiles/files.bkl", "../bakefiles/regex.bkl", "../bakefiles/tiff.bkl", "../bakefiles/png.bkl", "../bakefiles/jpeg.bkl", "../bakefiles/scintilla.bkl", "../bakefiles/expat.bkl"}, nodes:{Â
{label:"base", entries:{"$(BASE_SRC)"}}, Â
{label:"base", entries:{"$(BASE_AND_GUI_SRC)"}}, Â
{label:"core", entries:{"$(CORE_SRC)"}}, Â
{label:"net", entries:{"$(NET_SRC)"}}, Â
{label:"adv", entries:{"$(ADVANCED_SRC)"}}, Â
{label:"media", entries:{"$(MEDIA_SRC)"}}, Â
{label:"html", entries:{"$(HTML_SRC)"}}, Â
{label:"xrc", entries:{"$(XRC_SRC)"}}, Â
{label:"xml", entries:{"$(XML_SRC)"}}, Â
{label:"opengl", entries:{"$(OPENGL_SRC)"}}, Â
{label:"aui", entries:{"$(AUI_SRC)"}}, Â
{label:"ribbon", entries:{"$(RIBBON_SRC)"}}, Â
{label:"propgrid", entries:{"$(PROPGRID_SRC)"}}, Â
{label:"richtext", entries:{"$(RICHTEXT_SRC)"}}, Â
{label:"stc", entries:{"$(STC_SRC)"}}, Â
{label:"libtiff", entries:{"$(wxtiff)"}}, Â
{label:"libjpeg", entries:{"$(wxjpeg)"}}, Â
{label:"libpng", entries:{"$(wxpng)"}}, Â
{label:"libregex", entries:{"$(wxregex)"}}, Â
{label:"libscintilla", entries:{"$(wxscintilla)"}}, Â
{label:"libexpat", entries:{"$(wxexpat)"}} Â
}}
set conditions of theProject to {"PLATFORM_MACOSX=='1'", "TOOLKIT=='OSX_COCOA'", "WXUNIV=='0'", "USE_GUI=='1' and WXUNIV=='0'"}
set projectName of theProject to "wxcocoa"
makeProject(theProject)
set theProject to {conditions:{"PLATFORM_MACOSX=='1'", "TOOLKIT=='OSX_IPHONE'", "WXUNIV=='0'", "USE_GUI=='1' and WXUNIV=='0'"}, projectName:Â
"wxiphone", bklfiles:{Â
"../bakefiles/files.bkl", "../bakefiles/regex.bkl", "../bakefiles/tiff.bkl", "../bakefiles/png.bkl", "../bakefiles/jpeg.bkl", "../bakefiles/scintilla.bkl", "../bakefiles/expat.bkl"}, nodes:{Â
{label:"base", entries:{"$(BASE_SRC)"}}, Â
{label:"base", entries:{"$(BASE_AND_GUI_SRC)"}}, Â
{label:"core", entries:{"$(CORE_SRC)"}}, Â
{label:"net", entries:{"$(NET_SRC)"}}, Â
{label:"adv", entries:{"$(ADVANCED_SRC)"}}, Â
{label:"media", entries:{"$(MEDIA_SRC)"}}, Â
{label:"html", entries:{"$(HTML_SRC)"}}, Â
{label:"xrc", entries:{"$(XRC_SRC)"}}, Â
{label:"xml", entries:{"$(XML_SRC)"}}, Â
{label:"opengl", entries:{"$(OPENGL_SRC)"}}, Â
{label:"aui", entries:{"$(AUI_SRC)"}}, Â
{label:"ribbon", entries:{"$(RIBBON_SRC)"}}, Â
{label:"propgrid", entries:{"$(PROPGRID_SRC)"}}, Â
{label:"richtext", entries:{"$(RICHTEXT_SRC)"}}, Â
{label:"stc", entries:{"$(STC_SRC)"}}, Â
{label:"libtiff", entries:{"$(wxtiff)"}}, Â
{label:"libjpeg", entries:{"$(wxjpeg)"}}, Â
{label:"libpng", entries:{"$(wxpng)"}}, Â
{label:"libregex", entries:{"$(wxregex)"}}, Â
{label:"libscintilla", entries:{"$(wxscintilla)"}}, Â
{label:"libexpat", entries:{"$(wxexpat)"}} Â
}}
set conditions of theProject to {"PLATFORM_MACOSX=='1'", "TOOLKIT=='OSX_IPHONE'", "WXUNIV=='0'", "USE_GUI=='1' and WXUNIV=='0'"}
set projectName of theProject to "wxiphone"
makeProject(theProject)