X-Git-Url: https://gitweb.ps.run/autorec/blobdiff_plain/e90fc8a9809127820252a09dd7bfbbbc7a6f295d..6fe31b9ef4cb9861beb7461fe935345d5947b849:/build.cmd diff --git a/build.cmd b/build.cmd index cf6d9e9..60d3380 100644 --- a/build.cmd +++ b/build.cmd @@ -1,5 +1,7 @@ +@echo off 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 -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