mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Add qgl.c for Windows
This file was taken from ioQuake2 and altered for inclusion in Yamagi Quake II.
This commit is contained in:
parent
0d46fed529
commit
51869fbc9d
2 changed files with 4776 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -619,7 +619,8 @@ OPENGL_OBJS_ = \
|
|||
|
||||
ifeq ($(OSTYPE), Windows)
|
||||
OPENGL_OBJS_ += \
|
||||
src/windows/mem.o
|
||||
src/windows/mem.o \
|
||||
src/windows/qgl.o
|
||||
else
|
||||
OPENGL_OBJS_ += \
|
||||
src/unix/hunk.o \
|
||||
|
|
4774
src/windows/qgl.c
Normal file
4774
src/windows/qgl.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue