cubanismo / jaguar-sdk

A Complete SDK Environment for the Atari Jaguar
32 stars 3 forks source link

Add windows support #7

Open cubanismo opened 4 years ago

cubanismo commented 4 years ago

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.

djipi commented 2 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).