diff --git a/data/CDData/eur.ccs b/data/CDData/eur.ccs index f0876a83c..bcce2253e 100644 --- a/data/CDData/eur.ccs +++ b/data/CDData/eur.ccs @@ -1,5 +1,5 @@ CD-ROM Generator for Windows 1.40 -Mon Aug 20 09:34:33 2001 +Wed Aug 29 10:52:24 2001 E Standard 3 @@ -450,10 +450,48 @@ d:\sbsp\eur\CLIMAX.STR 0 0 \ +DEMO.STR;1 +1 +d:\sbsp\eur\DEMO.STR +28573 +0 +0 +50 +50 +14336 +1 +1 +0 0 0 0 0 0 0 +2336 +-1 +0 +-1 +0 +-32275 +1 +0 +0 +-1 +16370688 +998986112 +998986112 +998986112 +1 +0 +-1 +0 +0 +66746528 +0 +0 +0 +0 +0 +\ ZZZZZZZZ.ZZZ;1 1 d:\sbsp\eur\ZZZZZZZZ.ZZZ -28573 +35581 0 0 50 @@ -481,7 +519,7 @@ d:\sbsp\eur\ZZZZZZZZ.ZZZ -1 0 0 -66746528 +83117216 0 0 0 diff --git a/data/CDData/eur.cti b/data/CDData/eur.cti index 32e5442d6..0bb358988 100644 --- a/data/CDData/eur.cti +++ b/data/CDData/eur.cti @@ -69,6 +69,11 @@ XAFileAttributes XaSource cdbuild\EUR\intro.str EndFile +File DEMO.STR +XAFileAttributes +XaSource cdbuild\EUR\demo.str +EndFile + File ZZZZZZZZ.ZZZ XAFileAttributes Form1 Data Source cdbuild\EUR\ZZZZZZZZ.ZZZ diff --git a/makefile.gaz b/makefile.gaz index 04d300761..b5c80e23d 100644 --- a/makefile.gaz +++ b/makefile.gaz @@ -571,6 +571,10 @@ ifeq ($(USER_NAME),CDBUILD) @$(CP) -u Data/CdData/intro.str $(CD_DIR)/intro.str @$(CP) -u Data/CdData/track1.ixa $(CD_DIR)/track1.ixa @$(RAR) x data/CDData/ZZZZZZZ.RAR $(CD_DIR)/ -y >nul + ifeq ($(TERRITORY),EUR) + @$(CP) -u Data/CdData/demo.str $(CD_DIR)/demo.str + endif + # Compile bootstrap @ccpsx -O2 -g $(BOOTSTRAP_IN) -c -Xo$801c0000 $(COMMON_CCFLAGS) -oPsxBoot.o