summaryrefslogtreecommitdiff
path: root/plugins/NotifyAnything/SendLog/compile32.bat
blob: c83c60db719a7b5ed64f26e38f68ffb591f28c4e (plain)
1
2
3
4
5
6
7
8
9
10
@echo off

cl.exe /MD /O2 /Os /EHsc SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib
cl.exe /MD /O2 /Os /EHsc SendLogWin.cpp SLImp.cpp /link ws2_32.lib user32.lib

mkdir ..\..\..\%1\Release 2>nul
copy /Y *.exe ..\..\..\%1\Release >nul

del *.obj;*.exe >nul
goto :eof