mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-05 05:24:33 +00:00
file admin
This commit is contained in:
10
Makefile
10
Makefile
@@ -69,7 +69,7 @@ dsk: md asm
|
||||
$(CADIUS) CREATEVOLUME build/"$(DISK)" "${VOLUME}" 32766KB >>build/log
|
||||
cp res/_FileInformation.txt build/ >>build/log
|
||||
$(CADIUS) ADDFILE build/"$(DISK)" "/${VOLUME}/" "build/LAUNCHER.SYSTEM" >>build/log
|
||||
$(CADIUS) CREATEFOLDER build/"$(DISK)" "/${VOLUME}/X/" >>build/log
|
||||
# $(CADIUS) CREATEFOLDER build/"$(DISK)" "/${VOLUME}/X/" >>build/log
|
||||
# cp res/prefs-sample.conf build/PREFS.CONF >>build/log
|
||||
cp res/prefs.conf build/PREFS.CONF >>build/log
|
||||
$(CADIUS) ADDFILE build/"$(DISK)" "/${VOLUME}/" "res/COVER" >>build/log
|
||||
@@ -96,10 +96,10 @@ dsk: md asm
|
||||
# bin/do2po.py res/dsk/ build/po/
|
||||
# rsync -a res/dsk/*.po build/po/
|
||||
# bin/extract.py build/po/ | sh >build/log
|
||||
rm -f build/X/**/.DS_Store
|
||||
rm -f build/X/**/PRODOS
|
||||
rm -f build/X/**/LOADER.SYSTEM
|
||||
$(CADIUS) ADDFOLDER build/"$(DISK)" "/${VOLUME}/X" "build/X" >build/log
|
||||
# rm -f build/X/**/.DS_Store
|
||||
# rm -f build/X/**/PRODOS
|
||||
# rm -f build/X/**/LOADER.SYSTEM
|
||||
# $(CADIUS) ADDFOLDER build/"$(DISK)" "/${VOLUME}/X" "build/X" >build/log
|
||||
bin/changebootloader.py build/"$(DISK)" res/proboothd
|
||||
|
||||
mount: dsk
|
||||
|
@@ -1 +1 @@
|
||||
#
|
||||
#
|
@@ -1 +0,0 @@
|
||||
BRUCE.LEE
|
@@ -18,3 +18,16 @@ S.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
SIERRA.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
SIRIUS.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
T.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
OTHER.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
EA.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
SYNERGIST.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
SEGA.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
SYNAPSE.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
EPYX.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
PENGUIN.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
BALLY.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
DATAEAST.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
MATTEL.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
SUBLOGIC.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
TAITO.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
IDSI.CONF=Type(04),AuxType(4000),Access(C3)
|
||||
|
Reference in New Issue
Block a user