Skip to content

Releases: FearLabsAudio/Prog8_blobLink_example

Windows exe

16 Aug 23:30
Compare
Choose a tag to compare

This is just the windows .exe for whoever needs it.

To compile for your OS, just use gcc:
g++ -o gameLinker.exe gameLinker.cpp

Usage: gameLinker

Bugfixes in this version:
There was an off chance that certain whitespace conditions could cause some symbols to not get converted. This should address that.

Initial release

11 May 21:32
23cf169
Compare
Choose a tag to compare

This is just the windows .exe for whoever needs it.

To compile for your OS, just use gcc:
g++ -o gameLinker.exe gameLinker.cpp

Usage: gameLinker <template-file> <monlist-file> <output-file>