diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-01 19:39:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-01 19:39:28 +0300 |
commit | 22f1d8788b73e0a3f9b74fe2e3a021da9bcf75ee (patch) | |
tree | bd9ac647c52cd61ba33f2ae08d58b6aed15b2e96 /tools | |
parent | 2d9052bcd2250ec9ce38d2c9fc92ebb918263b14 (diff) |
we don't need them
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 |