From 2d9052bcd2250ec9ce38d2c9fc92ebb918263b14 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 1 Jun 2018 19:04:08 +0300 Subject: these binaries should be compiled with static runtime --- plugins/NotifyAnything/SendLog/compile32.bat | 4 ++-- plugins/NotifyAnything/SendLog/compile64.bat | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/NotifyAnything') diff --git a/plugins/NotifyAnything/SendLog/compile32.bat b/plugins/NotifyAnything/SendLog/compile32.bat index c83c60db71..f6003ff183 100644 --- a/plugins/NotifyAnything/SendLog/compile32.bat +++ b/plugins/NotifyAnything/SendLog/compile32.bat @@ -1,7 +1,7 @@ @echo off -cl.exe /MD /O2 /Os /EHsc SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib -cl.exe /MD /O2 /Os /EHsc SendLogWin.cpp SLImp.cpp /link ws2_32.lib user32.lib +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 diff --git a/plugins/NotifyAnything/SendLog/compile64.bat b/plugins/NotifyAnything/SendLog/compile64.bat index 4290d114c2..fc681b2e67 100644 --- a/plugins/NotifyAnything/SendLog/compile64.bat +++ b/plugins/NotifyAnything/SendLog/compile64.bat @@ -1,7 +1,7 @@ -@echo off +rem @echo off -cl.exe /MD /O2 /Os /EHsc SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib -cl.exe /MD /O2 /Os /EHsc SendLogWin.cpp SLImp.cpp /link ws2_32.lib user32.lib +cl.exe /MT /O2 /Os /EHsc /I..\..\..\include SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib +cl.exe /MT /O2 /Os /EHsc /I..\..\..\include SendLogWin.cpp SLImp.cpp /link ws2_32.lib user32.lib mkdir ..\..\..\%1\Release64 2>nul copy /Y *.exe ..\..\..\%1\Release64 >nul -- cgit v1.2.3