mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles.
Many #include lines adjusted to conform to the new standards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19146 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f66c303467
commit
c6b3d38a15
221 changed files with 2081 additions and 3657 deletions
62
apps/plugins/doom/SOURCES
Normal file
62
apps/plugins/doom/SOURCES
Normal file
|
@ -0,0 +1,62 @@
|
|||
info.c
|
||||
doomdef.c
|
||||
doomstat.c
|
||||
dstrings.c
|
||||
tables.c
|
||||
f_finale.c
|
||||
f_wipe.c
|
||||
d_net.c
|
||||
d_items.c
|
||||
g_game.c
|
||||
m_menu.c
|
||||
m_argv.c
|
||||
m_cheat.c
|
||||
m_random.c
|
||||
am_map.c
|
||||
p_ceilng.c
|
||||
p_doors.c
|
||||
p_genlin.c
|
||||
p_enemy.c
|
||||
p_floor.c
|
||||
p_inter.c
|
||||
p_lights.c
|
||||
p_map.c
|
||||
p_maputl.c
|
||||
p_plats.c
|
||||
p_pspr.c
|
||||
p_setup.c
|
||||
p_sight.c
|
||||
p_spec.c
|
||||
p_switch.c
|
||||
p_mobj.c
|
||||
p_telept.c
|
||||
p_tick.c
|
||||
p_saveg.c
|
||||
p_user.c
|
||||
r_bsp.c
|
||||
r_data.c
|
||||
r_draw.c
|
||||
r_main.c
|
||||
r_plane.c
|
||||
r_segs.c
|
||||
r_sky.c
|
||||
r_things.c
|
||||
wi_stuff.c
|
||||
v_video.c
|
||||
st_lib.c
|
||||
st_stuff.c
|
||||
hu_stuff.c
|
||||
hu_lib.c
|
||||
s_sound.c
|
||||
z_zone.c
|
||||
z_bmalloc.c
|
||||
sounds.c
|
||||
d_main.c
|
||||
m_misc.c
|
||||
m_bbox.c
|
||||
i_system.c
|
||||
i_sound.c
|
||||
i_video.c
|
||||
w_wad.c
|
||||
rockdoom.c
|
||||
d_deh.c
|
Loading…
Add table
Add a link
Reference in a new issue