2025-04-27 07:49:33 -04:00

6 lines
324 B
Batchfile

out -f %bldsrcrootdir%\makefile
awk -f makeallr.awk %bldDrive%%bldDir%\%bldProject%.txt > %bldsrcrootdir%\makefile
awk -f makealld.awk %bldDrive%%bldDir%\%bldProject%.txt >> %bldsrcrootdir%\makefile
awk -f makeallt.awk %bldDrive%%bldDir%\%bldProject%.txt >> %bldsrcrootdir%\makefile
in -fuc "" %bldsrcrootdir%\makefile