[commit] r1617 - trunk/Install/Build

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Oct 12 12:49:27 CDT 2011


Author: ksmyth
Date: Wed Oct 12 12:49:27 2011
New Revision: 1617

Log:
candle.exe with -arch

Modified:
   trunk/Install/Build/tools.py

Modified: trunk/Install/Build/tools.py
==============================================================================
--- trunk/Install/Build/tools.py	Wed Oct 12 12:49:17 2011	(r1616)
+++ trunk/Install/Build/tools.py	Wed Oct 12 12:49:27 2011	(r1617)
@@ -194,7 +194,7 @@
     if 'WIX' in os.environ.keys():
         exepath = os.path.join(os.environ['WIX'], 'bin', exepath)
     for file in wxs_files:
-        cmd_line = [exepath] + WIX_CANDLE_ARG.split() + ['-out', get_wixobj(file), file]
+        cmd_line = [exepath] + WIX_CANDLE_ARG.split() + ['-arch', prefs['arch'], '-out', get_wixobj(file), file]
         system(cmd_line, dirname)
     
     exepath = WIX_LIGHT_PRG


More information about the gme-commit mailing list