preconvert all disk images to po instead of doing it on every build

This commit is contained in:
4am
2019-09-26 13:03:32 -04:00
parent 85299ef44a
commit e1212cd13a
190 changed files with 1 additions and 3 deletions
+1 -3
View File
@@ -78,9 +78,7 @@ dsk: md asm
rsync -aP res/fx/* build/FX >>build/log
$(CADIUS) ADDFOLDER build/"$(DISK)" "/$(VOLUME)/FX" "build/FX" >>build/log
$(CADIUS) CREATEFOLDER build/"$(DISK)" "/$(VOLUME)/X/" >>build/log
bin/do2po.py res/dsk/ build/po/
rsync -a res/dsk/*.po build/po/
@for f in build/po/*.po; do $(CADIUS) EXTRACTVOLUME "$${f}" build/X/ >> build/log; done
@for f in res/dsk/*.po; do $(CADIUS) EXTRACTVOLUME "$${f}" build/X/ >> build/log; done
rm -f build/X/**/.DS_Store
rm -f build/X/**/PRODOS*
rm -f build/X/**/LOADER.SYSTEM*
BIN
View File
Binary file not shown.
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More