169470d2e3
WARNING: Is currently not working! Needs more debugging.
7 lines
265 B
Batchfile
7 lines
265 B
Batchfile
@echo off
|
|
|
|
rem This will use VS2015 for compiler
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
|
|
|
|
cl /nologo /W3 /O2 /fp:fast /Gm- /D_CRT_SECURE_NO_DEPRECATE /Fedemo.exe main.c user32.lib gdi32.lib Msimg32.lib /link /incremental:no
|