mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
take care of a fscked gl_model.c and some other bits (not sure what happened) I probably killed theoddone33's seg fixes :(
rename gl_vidlinuxglx.c to vid_glx.c
This commit is contained in:
parent
1277d085f0
commit
6e74823980
3 changed files with 28 additions and 1195 deletions
|
@ -45,13 +45,13 @@ COM_sources=\
|
|||
cvar.c \
|
||||
crc.c \
|
||||
common.c \
|
||||
model.c \
|
||||
cmd.c
|
||||
|
||||
COM_dependencies = $(patsubst %,%.d,$(basename $(COM_sources)))
|
||||
COM_objects = $(patsubst %.d,%.o,$(COM_dependencies))
|
||||
|
||||
SV_sources=\
|
||||
model.c \
|
||||
pr_cmds.c \
|
||||
pr_edict.c \
|
||||
pr_exec.c \
|
||||
|
@ -90,7 +90,6 @@ CL_SW_sources=\
|
|||
d_vars.c \
|
||||
d_zpoint.c \
|
||||
draw.c \
|
||||
model.c \
|
||||
r_aclip.c \
|
||||
r_alias.c \
|
||||
r_bsp.c \
|
||||
|
@ -184,7 +183,7 @@ CL_GLX_sources=\
|
|||
gl_screen.c \
|
||||
gl_view.c \
|
||||
gl_warp.c \
|
||||
gl_vidlinuxglx.c
|
||||
vid_glx.c
|
||||
|
||||
CL_GLX_dependencies = $(patsubst %,%.d,$(basename $(CL_GLX_sources)))
|
||||
CL_GLX_objects = $(patsubst %.d,%.o,$(CL_GLX_dependencies))
|
||||
|
|
1210
source/gl_model.c
1210
source/gl_model.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue