Closed DanRStevens closed 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.
Linux only change.
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.