This commit is contained in:
Daveo 2001-08-29 14:52:49 +00:00
parent 2d7a516a97
commit 983e73a852
3 changed files with 50 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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