summaryrefslogtreecommitdiff
path: root/plugins/NotifyAnything
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-01 19:04:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-01 19:04:15 +0300
commit2d9052bcd2250ec9ce38d2c9fc92ebb918263b14 (patch)
tree4a0ff20ad2d72d49d55968feb8e06ae8c1e66111 /plugins/NotifyAnything
parent0a55fa14f462169bbd8a8de623804f039854f95f (diff)
these binaries should be compiled with static runtime
Diffstat (limited to 'plugins/NotifyAnything')
-rw-r--r--plugins/NotifyAnything/SendLog/compile32.bat4
-rw-r--r--plugins/NotifyAnything/SendLog/compile64.bat6
2 files changed, 5 insertions, 5 deletions
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