Open cubanismo opened 4 years ago
Hi, I was able to generate MINGW32 / Windows executables with some additions in Makefiles, in the maketools.sh and in some source codes. I have kept the Linux support intact of course. Unfortunately, the gcc aout 3.4.6 meet errors during compilations (with and without patches).
Add env.bat and maketools.bat equivalents of the env.sh and maketools.sh scripts to enable general usage on windows. There's no dosemu for windows, so things wouldn't be quite equivalent, but most things don't require the old dos-only tools, so it'd still be generally useful. If someone really wanted to work hard at it, there's probably some way to integrate dosbox sessions into a wrapper script that can be run from a makefile similar to the existing Linux dosemu wrapper script (but likely much more complex), or port dosemu2 to windows.