Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv14169
Modified Files:
make-pe-exe.py
Log Message:
don't force the output
Index: make-pe-exe.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/make-pe-exe.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- make-pe-exe.py 1 May 2003 20:49:57 -0000 1.15
+++ make-pe-exe.py 1 May 2003 20:52:30 -0000 1.16
@@ -405,4 +405,4 @@
e.link()
e.dump()
-e.get_file(force = 1).tofile(open('pehello.exe', 'w'))
+e.get_file().tofile(open('pehello.exe', 'w'))
|