diff options
-rw-r--r-- | buildAll.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildAll.bat b/buildAll.bat index be49ab7..3e8f563 100644 --- a/buildAll.bat +++ b/buildAll.bat @@ -23,7 +23,7 @@ if !ERRORLEVEL! NEQ 0 exit /B 1 popd pushd Install_Debug -call :maketmf Debug +call :maketmf %DEBUG_CFG% if !ERRORLEVEL! NEQ 0 exit /B 1 popd |