Files
Pegasys-RomWBW/Build.cmd
Wayne Warthen 63c0289e28 Handle Output directory better
Git refuses to store empty directories.  So, build scripts modified to
create Output directory as needed.
2015-08-21 20:57:48 -07:00

10 lines
86 B
Batchfile

@echo off
setlocal
if not exist Output md Output
cd Source
call Build %*