Developing cross platform program/game from ground up - part 2.
Understand how build process talked about in part 1 work.
So now you type make all -f makefile.os4 you get the game.exe file for AmigaOS4.
The game.exe will contain the following files for AmigaOS4:
main.cpp
os4/display.c
os4/filesystem.c
os4/joystick.c
os4/audio.c


