mailr4144 - /1.3/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 - 15:07:
Author: bugman
Date: Sun Dec  9 15:07:26 2007
New Revision: 4144

URL: http://svn.gna.org/viewcvs/relax?rev=4144&view=rev
Log:
Manually merged r4140 of the 1.2.12 tag.

The command used was:
svn merge -r4139:4140 svn+ssh://bugman@xxxxxxxxxxx/svn/relax/tags/1.2.12

.....
  r4140 | bugman | 2007-12-09 12:33:01 +0100 (Sun, 09 Dec 2007) | 3 lines
  Changed paths:
     M /tags/1.2.12/sconstruct

  Fixed the 'sconstruct' file to handle Windows Vista.
.....



Modified:
    1.3/sconstruct

Modified: 1.3/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sconstruct?rev=4144&r1=4143&r2=4144&view=diff
==============================================================================
--- 1.3/sconstruct (original)
+++ 1.3/sconstruct Sun Dec  9 15:07:26 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 15:40:14 2007