diff options
-rw-r--r-- | bin15/pascal.bat | 5 | ||||
-rw-r--r-- | tools/build_scripts/z1_ReBuild_Full.bat | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/bin15/pascal.bat b/bin15/pascal.bat index 3830f3bcf1..baa57909e5 100644 --- a/bin15/pascal.bat +++ b/bin15/pascal.bat @@ -27,6 +27,11 @@ call makeicons.bat fpc%fpcpl% 15 if errorlevel 1 goto :Error popd +pushd HistoryPlusPlus +call make.bat %1 +if errorlevel 1 goto :Error +popd + popd goto :eof diff --git a/tools/build_scripts/z1_ReBuild_Full.bat b/tools/build_scripts/z1_ReBuild_Full.bat index efb4f41caf..a68f1f2207 100644 --- a/tools/build_scripts/z1_ReBuild_Full.bat +++ b/tools/build_scripts/z1_ReBuild_Full.bat @@ -37,10 +37,6 @@ MsBuild.exe "mir_icons.sln" /m /t:Rebuild /p:Configuration=Release;Platform="%pt call pascal.bat %tp% -pushd ..\plugins\HistoryPlusPlus -call make.bat %tp% -popd - pushd ..\plugins\NotifyAnything\SendLog call compile%tp%.bat "%comp%" popd |