mailr4140 - /tags/1.2.12/sconstruct


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

Header


Content

Posted by edward on December 09, 2007 - 12:33:
Author: bugman
Date: Sun Dec  9 12:33:01 2007
New Revision: 4140

URL: http://svn.gna.org/viewcvs/relax?rev=4140&view=rev
Log:
Fixed the 'sconstruct' file to handle Windows Vista.


Modified:
    tags/1.2.12/sconstruct

Modified: tags/1.2.12/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/tags/1.2.12/sconstruct?rev=4140&r1=4139&r2=4140&view=diff
==============================================================================
--- tags/1.2.12/sconstruct (original)
+++ tags/1.2.12/sconstruct Sun Dec  9 12:33:01 2007
@@ -65,7 +65,10 @@
 
 
 # MS Windows.
-elif SYSTEM == 'Windows':
+elif SYSTEM == 'Windows' or SYSTEM == 'Microsoft':
+    # Set the system to 'Windows' no matter what.
+    SYSTEM = 'Windows'
+
     # Architecture.
     arch = platform.architecture()[0]
 




Related Messages


Powered by MHonArc, Updated Sun Dec 09 13:00:08 2007