A TBS two player game for the Uzebox game console
-
Install latest WinAVR, add C:\WinAVR-20100110\bin to Path.
-
Install MinGW, add C:\MinGW\bin to Path.
-
Install GNU Make for Windows, add C:\Program Files (x86)\GnuWin32\bin\ to Path.
-
Navigate to the "default" directory.
-
Run "make all" to build, "make clean" to clean, and "make emu" to run emulator after building.
- Rename C:\Program Files (x86)\cmder\cmder\vendor\msysgit\bin\sh.exe to sh.exe.backup
Cmder automatically adds msysgit to PATH and sh.exe gets in the way of Make's shell detection.