taviso / ctftool

Interactive CTF Exploration Tool
Apache License 2.0
1.64k stars 271 forks source link

Default to building Win32 libraries #20

Open berney opened 4 years ago

berney commented 4 years ago

Fix linker errors due to missing symbols by defaulting to building Win32 libraries.

mubix commented 4 years ago

I needed to change:

MFLAGS=/p:Configuration=Release /nologo /m /v:q

to:

MFLAGS=/p:Configuration=Release /p:Platform=Win32 /nologo /m /v:q

as well to get it to compile