Skip to content

2.2. Compile on AmigaOS

George Sokianos edited this page Oct 21, 2020 · 1 revision
  • You will need VBCC installed and in the PATH. You should be able to type vc and get a response in the Shell.
  • Use Makefile.amigaos.
  • The Makefile assumes that the necessary Includes are located under Devkits:sdk/classic. Please edit these paths as needed for your environment.

To compile under AmigaOS, copy the contents of this repo to a directory, open a shell in that directory and run:

make -f Makefile.amigaos - for the generic 68000 version

make -f Makefile.amigaos iGame.030 - for the 030 version

make -f Makefile.amigaos iGame.040 - for the 040 version

make -f Makefile.amigaos iGame.060 - for the 060 version

make -f Makefile.amigaos iGame.MOS - for the MorphOS version

The generated binary will be named iGame (for the default 68000 version) or iGame.XXX (where XXX is the flavor you selected), in the current directory.

You can also run make -f Makefile.amigaos clean to delete previously generated objects and binaries.

Clone this wiki locally