diff options
| author | Patrick | 2022-01-12 20:56:10 +0100 |
|---|---|---|
| committer | Patrick | 2022-01-12 20:56:10 +0100 |
| commit | 8d3cfb2ed7f4d2a70832526e1a2a68926e8a8d4b (patch) | |
| tree | caebfbef362ee689de07c19361fdc05597a97088 /build.cmd | |
| parent | 4264345d06a81cb561047d0973c44a129db934aa (diff) | |
| download | autorec-8d3cfb2ed7f4d2a70832526e1a2a68926e8a8d4b.tar.gz autorec-8d3cfb2ed7f4d2a70832526e1a2a68926e8a8d4b.zip | |
Makefile, auto ico
Diffstat (limited to 'build.cmd')
| -rw-r--r-- | build.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ REM cl src/mongoose.c -c
REM rc res/res.rc
-cl /EHsc /Zi src/main.cpp mongoose.obj /link user32.lib gdi32.lib shell32.lib Shlwapi.lib ws2_32.lib res/res.res
+cl /EHsc src/main.cpp mongoose.obj /link user32.lib gdi32.lib shell32.lib Shlwapi.lib ws2_32.lib res/res.res
mt -manifest .\main.exe.manifest -outputresource:main.exe;1
\ No newline at end of file |
