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

cl.exe /MT /O2 /Os /EHsc /I..\..\..\include SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib
cl.exe /MT /O2 /Os /EHsc  /I..\..\..\include SendLogWin.cpp SLImp.cpp /link ws2_32.lib user32.lib

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

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