mailr14596 - /1.3/sconstruct


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 06, 2011 - 15:35:
Author: bugman
Date: Tue Sep  6 15:35:54 2011
New Revision: 14596

URL: http://svn.gna.org/viewcvs/relax?rev=14596&view=rev
Log:
Added the Mac OS X DMG distribution file names to the scons script.


Modified:
    1.3/sconstruct

Modified: 1.3/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sconstruct?rev=14596&r1=14595&r2=14596&view=diff
==============================================================================
--- 1.3/sconstruct (original)
+++ 1.3/sconstruct Tue Sep  6 15:35:54 2011
@@ -133,6 +133,11 @@
     BIN_FILE = 'relax-' + version + '.' + SYS
     SRC_FILE = 'relax-' + version + '.src'
     DIST_TYPE = 'zip'
+elif SYSTEM == 'Darwin':
+    BIN_FILE = 'relax-' + version + '.' + SYS
+    SRC_FILE = 'relax-' + version + '.src'
+    DIST_TYPE = 'dmg'
+
 else:
     BIN_FILE = 'relax-' + version + '.' + SYS + '.' + MACH
     SRC_FILE = 'relax-' + version + '.src'




Related Messages


Powered by MHonArc, Updated Tue Sep 06 16:20:02 2011