Author: Matti Picus <[email protected]>
Branch: 
Changeset: r69109:682b833547c5
Date: 2014-02-09 22:11 +0200
http://bitbucket.org/pypy/pypy/changeset/682b833547c5/

Log:    more fixes for debug build on windows

diff --git a/rpython/translator/platform/windows.py 
b/rpython/translator/platform/windows.py
--- a/rpython/translator/platform/windows.py
+++ b/rpython/translator/platform/windows.py
@@ -412,7 +412,7 @@
                     'mt.exe -nologo -manifest $*.manifest 
-outputresource:$@;1',
                     ])
             m.rule('debugmode_$(DEFAULT_TARGET)', ['debugmode_$(TARGET)', 
'main.obj'],
-                   ['$(CC_LINK) /nologo /DEBUG main.obj $(SHARED_IMPORT_LIB) 
/out:$@'
+                   ['$(CC_LINK) /nologo /DEBUG main.obj 
debugmode_$(SHARED_IMPORT_LIB) /out:$@'
                     ])
 
         return m
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to