Re: [PATCH] Win32 executable generation

2005-07-23 Thread Leopold Toetsch
Jonathan Worthington wrote: Hi, The attached patch does some changes to make it possible to generate an EXE file on Win32. Thanks, applied - r8672 leo

Re: [PATCH] Win32 executable generation

2005-07-22 Thread Jonathan Worthington
"Leopold Toetsch" <[EMAIL PROTECTED]> wrote: Jonathan Worthington wrote: Hi, Unfortunately, the built exe file does...nothing. Well, I don't know, how exe files on win32 look like, but Parrot supports these: EXEC_{A_OUT,ELF,MACH_O,COFF} (see src/exec_save.c). Is any one of these EXEC sym

Re: [PATCH] Win32 executable generation

2005-07-22 Thread Leopold Toetsch
Jonathan Worthington wrote: Hi, Unfortunately, the built exe file does...nothing. Well, I don't know, how exe files on win32 look like, but Parrot supports these: EXEC_{A_OUT,ELF,MACH_O,COFF} (see src/exec_save.c). Is any one of these EXEC symbols defined? (This doesn't imply that the pa

[PATCH] Win32 executable generation

2005-07-22 Thread Jonathan Worthington
Hi, The attached patch does some changes to make it possible to generate an EXE file on Win32. Firstly, main.c looked for the extension .o to know to make an object file; on Win32 it's .obj. The fix will work for other platforms where it isn't .o too. Secondly, the make exec target in the