Files
RomWBW/Build.cmd
Wayne Warthen 4385efb0f7 Unix Build Tweaks
Small stuff.  Mostly just gets the make diff mechanism working again.  Not sure if anyone actually uses it though.
2022-07-08 10:35:17 -07:00

7 lines
95 B
Batchfile

@echo off
setlocal
pushd Source && call Build %* || exit /b & popd
if "%*" == "" pause