From a5b57010ee3ade84f58c211e78bb3d4ed5d5a3a6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 3 Mar 2013 09:54:55 +0000 Subject: added projects git-svn-id: http://svn.miranda-ng.org/main/trunk@3859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotifyAnything/sendlog/compile.bat | 31 ------------------------------ 1 file changed, 31 deletions(-) delete mode 100644 plugins/NotifyAnything/sendlog/compile.bat (limited to 'plugins/NotifyAnything/sendlog/compile.bat') diff --git a/plugins/NotifyAnything/sendlog/compile.bat b/plugins/NotifyAnything/sendlog/compile.bat deleted file mode 100644 index f5dc4d40f0..0000000000 --- a/plugins/NotifyAnything/sendlog/compile.bat +++ /dev/null @@ -1,31 +0,0 @@ -rem @echo off -if not "%VS100COMNTOOLS%" == "" ( - call "%VS100COMNTOOLS%\..\..\vc\vcvarsall.bat" - "%VS100COMNTOOLS%\..\..\vc\bin\cl.exe" /MD /O2 /Os /EHsc SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib - "%VS100COMNTOOLS%\..\..\vc\bin\cl.exe" /MD /O2 /Os /EHsc SendLogWin.cpp SLImp.cpp /link ws2_32.lib user32.lib - call :ProcessFiles 10 -) - -if not "%VS110COMNTOOLS%" == "" ( - call "%VS110COMNTOOLS%\..\..\vc\vcvarsall.bat" - "%VS110COMNTOOLS%\..\..\vc\bin\cl.exe" /MD /O2 /Os /EHsc SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib - "%VS110COMNTOOLS%\..\..\vc\bin\cl.exe" /MD /O2 /Os /EHsc SendLogWin.cpp SLImp.cpp /link ws2_32.lib user32.lib - call :ProcessFiles 11 -) -goto :eof - -:ProcessFiles -mkdir ..\..\..\bin%1\Debug 2>nul -copy /Y *.exe ..\..\..\bin%1\Debug >nul - -mkdir ..\..\..\bin%1\Debug64 2>nul -copy /Y *.exe ..\..\..\bin%1\Debug64 >nul - -mkdir ..\..\..\bin%1\Release 2>nul -copy /Y *.exe ..\..\..\bin%1\Release >nul - -mkdir ..\..\..\bin%1\Release64 2>nul -copy /Y *.exe ..\..\..\bin%1\Release64 >nul - -del *.obj;*.exe >nul -goto :eof -- cgit v1.2.3