Skip to content

Commit

Permalink
adding web view files for building Xcode projects, see wxWidgets#15590
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
  • Loading branch information
csomor committed Oct 18, 2013
1 parent e204283 commit 49a5dcf
Showing 1 changed file with 9 additions and 55 deletions.
64 changes: 9 additions & 55 deletions build/osx/makeprojects.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -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)"}}, Â
Expand All @@ -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)"}} Â
}}
makeProject(theProject)
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"

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)"}} Â
}}
makeProject(theProject)


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)

0 comments on commit 49a5dcf

Please sign in to comment.