diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-05 15:10:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-05 15:10:57 +0300 |
commit | adae712773354eb6ec2a241610b43b889836546d (patch) | |
tree | 01ae93d6df687eb14721eb44bb55c497937663a4 /plugins/HistoryPlusPlus/make.bat | |
parent | c2a20c70a03f9f826f700ec8e94bca4d7165ff10 (diff) |
merge of h++ compilation changes
Diffstat (limited to 'plugins/HistoryPlusPlus/make.bat')
-rw-r--r-- | plugins/HistoryPlusPlus/make.bat | 8 |
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 |