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 makefile didn't append the .exe to the generated file.

Unfortunately, the built exe file does...nothing. Well, maybe not quite nothing, but I don't get any output. So that's what's next to look at. (I was originally looking at the "[TODO] exec core testing" task, then discovered this breakage on Win32).

Jonathan

Attachment: execfix.diff
Description: Binary data

Reply via email to