From 1af797a5dc9cbbc88b3164e0776f1a497d9d88c0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 May 2018 19:10:41 +0300 Subject: auto build of h++ version resource --- plugins/HistoryPlusPlus/make.bat | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/HistoryPlusPlus/make.bat (limited to 'plugins/HistoryPlusPlus/make.bat') 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 -- cgit v1.2.3