From 179dbe1a6d69cfac3ea4ecf5918bca8eedb1ef16 Mon Sep 17 00:00:00 2001 From: jaby Date: Thu, 15 Sep 2022 20:54:25 +0200 Subject: [PATCH] Improved build_all batch file --- build_all.bat | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build_all.bat b/build_all.bat index 0796f02b..f96789a8 100644 --- a/build_all.bat +++ b/build_all.bat @@ -7,7 +7,11 @@ IF NOT "%~1" == "" ( set build_type=%~1 ) -cd src\Library +mkdir bin\ +cd src\Tools\ +call build_all.bat %build_type% + +cd ..\Library\ call run_make.bat %build_type% release -cd ..\Tools\ -call build_all.bat %build_type% \ No newline at end of file + +cd ..\..\ \ No newline at end of file