OutpostUniverse / OP2Internal

Class definitions compatible with the in-memory format used by Outpost 2
0 stars 0 forks source link

Add NASM rules to makefile #31

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

Allows the .asm file to be compiled with NASM on Linux. Produces a .lib file with the expected decorated symbol names. As these symbols names were chosen to match MSVC, they may not link up with the name mangling used by Mingw.

DanRStevens commented 5 years ago

Linux only change.