diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 19:10:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 19:10:41 +0300 |
commit | 1af797a5dc9cbbc88b3164e0776f1a497d9d88c0 (patch) | |
tree | 0e8aaf9467e0cdf1078244721b0487a1f740ed19 /plugins/HistoryPlusPlus/make.bat | |
parent | d98b43a55e6d05e3bda7875d4825aec9066acca8 (diff) |
auto build of h++ version resource
Diffstat (limited to 'plugins/HistoryPlusPlus/make.bat')
-rw-r--r-- | plugins/HistoryPlusPlus/make.bat | 10 |
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 |