This commit is contained in:
parent
cfead5058e
commit
0ddbd255fa
1 changed files with 8 additions and 1 deletions
|
@ -48,6 +48,8 @@ CD_FILESYS_LIB := CMXBoot
|
||||||
# Source Code to Compile
|
# Source Code to Compile
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
enemy_src :=
|
||||||
|
|
||||||
fileio_src := fileio \
|
fileio_src := fileio \
|
||||||
$($(FILE_SYSTEM)_FILESYS_SRC)
|
$($(FILE_SYSTEM)_FILESYS_SRC)
|
||||||
|
|
||||||
|
@ -60,6 +62,7 @@ frontend_src := credits \
|
||||||
start
|
start
|
||||||
|
|
||||||
game_src := game \
|
game_src := game \
|
||||||
|
thing \
|
||||||
convo
|
convo
|
||||||
|
|
||||||
gfx_src := prim \
|
gfx_src := prim \
|
||||||
|
@ -69,7 +72,9 @@ gfx_src := prim \
|
||||||
fader \
|
fader \
|
||||||
fdata \
|
fdata \
|
||||||
font \
|
font \
|
||||||
bubicles
|
bubicles \
|
||||||
|
skel \
|
||||||
|
anim
|
||||||
|
|
||||||
# camera \
|
# camera \
|
||||||
# basemod \
|
# basemod \
|
||||||
|
@ -102,6 +107,8 @@ pad_src := pads
|
||||||
|
|
||||||
paul_src := paul
|
paul_src := paul
|
||||||
|
|
||||||
|
player_src := player
|
||||||
|
|
||||||
script_src := script \
|
script_src := script \
|
||||||
function
|
function
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue