Handle Output directory better

Git refuses to store empty directories.  So, build scripts modified to
create Output directory as needed.
This commit is contained in:
Wayne Warthen
2015-08-21 20:57:48 -07:00
parent a0cc974323
commit 63c0289e28
3 changed files with 8 additions and 1 deletions

View File

@@ -8,4 +8,4 @@ pushd Images && call Clean && popd
if exist *.img del *.img /Q
if exist *.log del *.log /Q
if exist Output\*.* del Output\*.* /Q
if exist Output rd /s /q Output