mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Benenne gl_scrap.c in r_scrap.c um
This commit is contained in:
parent
4681d0a417
commit
a5346cbfbe
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -331,7 +331,7 @@ OPENGL_OBJS = \
|
|||
build/ref_gl/r_main.o \
|
||||
build/ref_gl/r_misc.o \
|
||||
build/ref_gl/r_surf.o \
|
||||
build/ref_gl/gl_scrap.o \
|
||||
build/ref_gl/r_scrap.o \
|
||||
build/ref_gl/gl_warp.o \
|
||||
build/ref_gl/files/md2.o \
|
||||
build/ref_gl/files/pcx.o \
|
||||
|
@ -801,7 +801,7 @@ build/ref_gl/r_misc.o: src/refresh/r_misc.c
|
|||
build/ref_gl/r_surf.o: src/refresh/r_surf.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_scrap.o: src/refresh/gl_scrap.c
|
||||
build/ref_gl/r_scrap.o: src/refresh/r_scrap.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_warp.o: src/refresh/gl_warp.c
|
||||
|
|
Loading…
Reference in a new issue