[Commits] (markie) Bug 1468;
temporary fix, add release lib to debug dist.; r=heikki
commits at osafoundation.org
commits at osafoundation.org
Wed Aug 4 22:43:09 PDT 2004
Commit by: markie
Modified files:
hardhat/buildscripts/newchandler.py 1.23 1.24
Log message:
Bug 1468;temporary fix, add release lib to debug dist.;r=heikki
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/hardhat/buildscripts/newchandler.py.diff?r1=text&tr1=1.23&r2=text&tr2=1.24
Index: hardhat/buildscripts/newchandler.py
diff -u hardhat/buildscripts/newchandler.py:1.23 hardhat/buildscripts/newchandler.py:1.24
--- hardhat/buildscripts/newchandler.py:1.23 Mon Jul 19 16:48:53 2004
+++ hardhat/buildscripts/newchandler.py Wed Aug 4 22:43:08 2004
@@ -86,8 +86,8 @@
os.chdir(chanDir)
- for releaseMode in ('debug', 'release'):
-
+# build release first, because on Windows, debug needs release libs (temp fix for bug 1468)
+ for releaseMode in ('release', 'debug'):
doInstall(releaseMode, workingDir, log)
# Create end-user, developer distributions
print "Making distribution files for " + releaseMode
More information about the Commits
mailing list