[Wisp-cvs] wisp/users/dig make-pe-exe.py,1.5,1.6
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-04-16 09:00:33
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv12363 Modified Files: make-pe-exe.py Log Message: trimmed make-pe-exe.py Index: make-pe-exe.py =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/make-pe-exe.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- make-pe-exe.py 14 Apr 2003 21:59:25 -0000 1.5 +++ make-pe-exe.py 16 Apr 2003 09:00:25 -0000 1.6 @@ -112,7 +112,7 @@ def make_pe_aout_header (): h = Linkie('<') h.align(4) - # #aout/magic = 0x10B + # #aout/magic = 0x10B h.emit_wyde_sum(['#aout/magic']) h.emit_byte_sum(['#aout/linker-version-major']) h.emit_byte_sum(['#aout/linker-version-minor']) |