From c2a20c70a03f9f826f700ec8e94bca4d7165ff10 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 Jun 2018 15:06:02 +0300 Subject: that crap removed from stable version too --- .../plugins/NotifyAnything/SendLog/compile32.bat | 16 ---------------- .../plugins/NotifyAnything/SendLog/compile64.bat | 16 ---------------- 2 files changed, 32 deletions(-) delete mode 100644 tools/build_scripts/plugins/NotifyAnything/SendLog/compile32.bat delete mode 100644 tools/build_scripts/plugins/NotifyAnything/SendLog/compile64.bat diff --git a/tools/build_scripts/plugins/NotifyAnything/SendLog/compile32.bat b/tools/build_scripts/plugins/NotifyAnything/SendLog/compile32.bat deleted file mode 100644 index db9e8ff67f..0000000000 --- a/tools/build_scripts/plugins/NotifyAnything/SendLog/compile32.bat +++ /dev/null @@ -1,16 +0,0 @@ -rem @echo off -if not "%VS100COMNTOOLS%" == "" ( - call "%VS100COMNTOOLS%\..\..\vc\vcvarsall.bat" - "%VS100COMNTOOLS%\..\..\vc\bin\cl.exe" /MD /O2 /Os /EHsc /I..\..\..\include SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib - "%VS100COMNTOOLS%\..\..\vc\bin\cl.exe" /MD /O2 /Os /EHsc /I..\..\..\include SendLogWin.cpp SLImp.cpp /link ws2_32.lib user32.lib - call :ProcessFiles 10 -) - -goto :eof - -:ProcessFiles -mkdir ..\..\..\bin%1\Release 2>nul -copy /Y *.exe ..\..\..\bin%1\Release >nul - -del *.obj;*.exe >nul -goto :eof diff --git a/tools/build_scripts/plugins/NotifyAnything/SendLog/compile64.bat b/tools/build_scripts/plugins/NotifyAnything/SendLog/compile64.bat deleted file mode 100644 index a217b7d094..0000000000 --- a/tools/build_scripts/plugins/NotifyAnything/SendLog/compile64.bat +++ /dev/null @@ -1,16 +0,0 @@ -rem @echo off -if not "%VS100COMNTOOLS%" == "" ( - call "%VS100COMNTOOLS%\..\..\vc\vcvarsall.bat" - "%VS100COMNTOOLS%\..\..\vc\bin\cl.exe" /MD /O2 /Os /EHsc /I..\..\..\include SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib - "%VS100COMNTOOLS%\..\..\vc\bin\cl.exe" /MD /O2 /Os /EHsc /I..\..\..\include SendLogWin.cpp SLImp.cpp /link ws2_32.lib user32.lib - call :ProcessFiles 10 -) - -goto :eof - -:ProcessFiles -mkdir ..\..\..\bin%1\Release64 2>nul -copy /Y *.exe ..\..\..\bin%1\Release64 >nul - -del *.obj;*.exe >nul -goto :eof -- cgit v1.2.3