projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Forward RtlAddAccess* to add_access_ace.
[wine]
/
dlls
/
opengl32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = opengl32.dll
6
IMPORTLIB = libopengl32.$(IMPLIBEXT)
7
IMPORTS = user32 gdi32 advapi32 kernel32
8
EXTRAINCL = @X_CFLAGS@
9
EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
10
11
C_SRCS = \
12
opengl_ext.c \
13
opengl_norm.c \
14
wgl.c \
15
wgl_ext.c
16
17
RC_SRCS = version.rc
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies: