Switch the mac buildslaves to use wxCocoa from wxMac (carbon).

Originally committed to SVN as r3486.
This commit is contained in:
Amar Takhar 2009-09-05 02:38:27 +00:00
parent e545c96dc8
commit 441e10c71f

View file

@ -317,7 +317,7 @@ fosx.addStep(shell.ShellCommand(
"--prefix=/Users/verm/prefix",
WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"),
"--with-apple-opengl-framework",
"--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_carbon-unicode-debug-2.9",
"--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_cocoa-unicode-debug-2.9",
"--enable-debug",
"--disable-check-wx-opengl",
"--disable-check-wx-stc"
@ -424,7 +424,7 @@ fosx_ppc.addStep(shell.ShellCommand(
"--prefix=/Users/verm/prefix",
WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"),
"--with-apple-opengl-framework",
"--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_carbon-unicode-debug-2.9",
"--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_cocoa-unicode-debug-2.9",
"--enable-debug"
"--prefix=/Users/verm/i",
"--disable-check-wx-opengl",