From 2986e5896e745a6b49160f682569e0f9976034bf Mon Sep 17 00:00:00 2001 From: Patrick Schönberger Date: Sun, 9 Jan 2022 21:37:15 +0100 Subject: taskbar icon --- build.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.cmd') diff --git a/build.cmd b/build.cmd index cf6d9e9..d9e6d4f 100644 --- a/build.cmd +++ b/build.cmd @@ -1,5 +1,6 @@ REM cl src/mongoose.c -c +REM rc res/res.rc -cl /EHsc src/main.cpp mongoose.obj /link user32.lib gdi32.lib shell32.lib Shlwapi.lib ws2_32.lib +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