summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/make.bat
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-27 19:10:41 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-27 19:10:41 +0300
commit1af797a5dc9cbbc88b3164e0776f1a497d9d88c0 (patch)
tree0e8aaf9467e0cdf1078244721b0487a1f740ed19 /plugins/HistoryPlusPlus/make.bat
parentd98b43a55e6d05e3bda7875d4825aec9066acca8 (diff)
auto build of h++ version resource
Diffstat (limited to 'plugins/HistoryPlusPlus/make.bat')
-rw-r--r--plugins/HistoryPlusPlus/make.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/make.bat b/plugins/HistoryPlusPlus/make.bat
new file mode 100644
index 0000000000..a93794f33b
--- /dev/null
+++ b/plugins/HistoryPlusPlus/make.bat
@@ -0,0 +1,10 @@
+@echo off
+
+set tp=%1
+if "%tp%"=="" (echo "please specify target platform 32 or 64!" && pause && goto :EOF)
+
+cd /d %~dp0
+
+rc version.rc
+
+MsBuild.exe ..\plugins\HistoryPlusPlus\historypp.dproj /t:Rebuild /p:Configuration=Release;Platform=Win%tp% /fileLogger /fileLoggerParameters:LogFile=Logs\icons%tp%.log;errorsonly;warningsonly;summary