From 8d3cfb2ed7f4d2a70832526e1a2a68926e8a8d4b Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 12 Jan 2022 20:56:10 +0100 Subject: Makefile, auto ico --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.cmd') diff --git a/build.cmd b/build.cmd index c559480..c447ce0 100644 --- a/build.cmd +++ b/build.cmd @@ -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 -- cgit v1.2.3