summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/make.bat
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-05 15:10:57 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-05 15:10:57 +0300
commitadae712773354eb6ec2a241610b43b889836546d (patch)
tree01ae93d6df687eb14721eb44bb55c497937663a4 /plugins/HistoryPlusPlus/make.bat
parentc2a20c70a03f9f826f700ec8e94bca4d7165ff10 (diff)
merge of h++ compilation changes
Diffstat (limited to 'plugins/HistoryPlusPlus/make.bat')
-rw-r--r--plugins/HistoryPlusPlus/make.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/make.bat b/plugins/HistoryPlusPlus/make.bat
new file mode 100644
index 0000000000..ff67906b34
--- /dev/null
+++ b/plugins/HistoryPlusPlus/make.bat
@@ -0,0 +1,8 @@
+@echo off
+
+set tp=%1
+if "%tp%"=="" (echo "please specify target platform 32 or 64!" && pause && goto :EOF)
+
+rc version.rc
+
+MsBuild.exe historypp.dproj /t:Rebuild /p:Configuration=Release;Platform=Win%tp% /fileLogger /fileLoggerParameters:LogFile=Logs\icons%tp%.log;errorsonly;warningsonly;summary