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

cl.exe /MD /O2 /Os /EHsc /I..\..\..\include SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib
cl.exe /MD /O2 /Os /EHsc  /I..\..\..\include 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