diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 19:34:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 19:34:20 +0300 |
commit | 1c04a8a0aa46f7c0969681655f17e67e512a7d7b (patch) | |
tree | 4b4e8bee9581dfc1286a45b0c4eaabe700fc4536 /plugins/HistoryPlusPlus/make.bat | |
parent | 1af797a5dc9cbbc88b3164e0776f1a497d9d88c0 (diff) |
fix for building h++
Diffstat (limited to 'plugins/HistoryPlusPlus/make.bat')
-rw-r--r-- | plugins/HistoryPlusPlus/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/make.bat b/plugins/HistoryPlusPlus/make.bat index a93794f33b..9031c68093 100644 --- a/plugins/HistoryPlusPlus/make.bat +++ b/plugins/HistoryPlusPlus/make.bat @@ -7,4 +7,4 @@ 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 +MsBuild.exe historypp.dproj /t:Rebuild /p:Configuration=Release;Platform=Win%tp% /fileLogger /fileLoggerParameters:LogFile=Logs\icons%tp%.log;errorsonly;warningsonly;summary |