[Commits] (morgen) Rearranging some build arguments and removed libpng builtin.

commits at osafoundation.org commits at osafoundation.org
Thu Apr 15 10:46:55 PDT 2004


Commit by: morgen
Modified files:
internal/wx/wxPython-2.5/__hardhat__.py 1.14 1.15

Log message:
Rearranging some build arguments and removed libpng builtin.


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wx/wxPython-2.5/__hardhat__.py.diff?r1=text&tr1=1.14&r2=text&tr2=1.15

Index: internal/wx/wxPython-2.5/__hardhat__.py
diff -u internal/wx/wxPython-2.5/__hardhat__.py:1.14 internal/wx/wxPython-2.5/__hardhat__.py:1.15
--- internal/wx/wxPython-2.5/__hardhat__.py:1.14	Thu Apr 15 10:00:15 2004
+++ internal/wx/wxPython-2.5/__hardhat__.py	Thu Apr 15 10:46:24 2004
@@ -45,7 +45,6 @@
          '--enable-sound',
          '--with-sdl',
          '--enable-display',
-         '--with-libpng=builtin',
         ]
 
         if version == "debug":
@@ -131,13 +130,15 @@
          'BUILD_GLCANVAS=0',
          'BUILD_BASE=build_%s' % version,
          'WX_CONFIG='+buildenv['root']+'/%s/bin/wx-config' % version,
-         'build',
         ]
-        if version == "debug":
-            buildOptions.append("--debug")
+
         if buildenv['os'] == "posix":
             buildOptions.append("WXPORT=gtk2")
             buildOptions.append("UNICODE=1")
+
+        buildOptions.append("build")
+        if version == "debug":
+            buildOptions.append("--debug")
 
         buildOptions.append("install")
 



More information about the Commits mailing list