diff options
| author | Patrick Schönberger | 2022-01-09 21:37:15 +0100 |
|---|---|---|
| committer | Patrick Schönberger | 2022-01-09 21:37:15 +0100 |
| commit | 2986e5896e745a6b49160f682569e0f9976034bf (patch) | |
| tree | a51c8c33492ad6c1dd1a5511e92289f42f74d375 /build.cmd | |
| parent | e90fc8a9809127820252a09dd7bfbbbc7a6f295d (diff) | |
| download | autorec-2986e5896e745a6b49160f682569e0f9976034bf.tar.gz autorec-2986e5896e745a6b49160f682569e0f9976034bf.zip | |
taskbar icon
Diffstat (limited to 'build.cmd')
| -rw-r--r-- | build.cmd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
