wine/dlls/opengl32/Makefile.in

18 lines
310 B
Makefile
Raw Normal View History

MODULE = opengl32.dll
2022-11-07 15:26:41 +00:00
UNIXLIB = opengl32.so
EXTRADEFS = -D_OPENGL32_
IMPORTLIB = opengl32
IMPORTS = user32 gdi32 advapi32 win32u
DELAYIMPORTS = glu32
2022-11-07 15:26:41 +00:00
UNIX_LIBS = -lwin32u
2022-11-07 15:26:41 +00:00
EXTRADLLFLAGS = -Wl,--image-base,0x7a800000
2000-05-12 20:18:14 +00:00
C_SRCS = \
thunks.c \
unix_thunks.c \
unix_wgl.c \
2006-09-03 12:08:39 +00:00
wgl.c
2000-05-12 20:18:14 +00:00
2004-03-31 20:06:40 +00:00
RC_SRCS = version.rc