diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 20:12:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 20:12:00 +0300 |
commit | 65e6ce0845f54efd9b4e1a1d294c6ee9186d2baf (patch) | |
tree | 5183cca0c2fa91888cb03e23e28ab0488dfeaaec /plugins | |
parent | fdfe64f0cde10d56c898104dc52102152daad0b6 (diff) |
fix for build script
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/HistoryPlusPlus/make.bat | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/make.bat b/plugins/HistoryPlusPlus/make.bat index 9031c68093..ff67906b34 100644 --- a/plugins/HistoryPlusPlus/make.bat +++ b/plugins/HistoryPlusPlus/make.bat @@ -3,8 +3,6 @@ set tp=%1 if "%tp%"=="" (echo "please specify target platform 32 or 64!" && pause && goto :EOF) -cd /d %~dp0 - 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 |