diff options
| author | Patrick | 2023-10-03 20:38:21 +0200 |
|---|---|---|
| committer | Patrick | 2023-10-03 20:38:21 +0200 |
| commit | 81f259240d157ddcb0cb692826855d7505f4a22f (patch) | |
| tree | 8ef61a43d1a6800a2cea27323360664ef68833a3 /build.cmd | |
| parent | 8d3cfb2ed7f4d2a70832526e1a2a68926e8a8d4b (diff) | |
| download | autorec-81f259240d157ddcb0cb692826855d7505f4a22f.tar.gz autorec-81f259240d157ddcb0cb692826855d7505f4a22f.zip | |
Why didnt I commit these
Diffstat (limited to 'build.cmd')
| -rw-r--r-- | build.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,5 +3,5 @@ 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 res/res.res
-mt -manifest .\main.exe.manifest -outputresource:main.exe;1
\ No newline at end of file +cl /EHsc src/main.cpp src/mongoose.c /Fo"./out"/ /link user32.lib gdi32.lib shell32.lib Shlwapi.lib ws2_32.lib res/res.res /out:out/main.exe
+REM mt -manifest res/main.exe.manifest -outputresource:main.exe;1
\ No newline at end of file |
