diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-05 15:06:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-05 15:06:02 +0300 |
commit | c2a20c70a03f9f826f700ec8e94bca4d7165ff10 (patch) | |
tree | 1c526ed381e36949b61aaf7fd6e95ec5ea160db0 /tools | |
parent | 82c72733ea37b9c9c895964a7a5742e364cc97d1 (diff) |
that crap removed from stable version too
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build_scripts/plugins/NotifyAnything/SendLog/compile32.bat | 16 | ||||
-rw-r--r-- | tools/build_scripts/plugins/NotifyAnything/SendLog/compile64.bat | 16 |
2 files changed, 0 insertions, 32 deletions
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 |