wine-wine/dlls/opengl32/Makefile.in

21 lines
441 B
Makefile
Raw Normal View History

2000-05-12 20:18:14 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = opengl32.dll
IMPORTLIB = opengl32
IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
EXTRAINCL = @X_CFLAGS@
EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
2000-05-12 20:18:14 +00:00
C_SRCS = \
opengl_ext.c \
2000-05-12 20:18:14 +00:00
opengl_norm.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
2000-05-12 20:18:14 +00:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend