projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Removed a few dependencies on kernel32 functions.
[wine]
/
dlls
/
opengl32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = opengl32
6
SOVERSION = 1.0
7
IMPORTS = x11drv kernel32
8
9
C_SRCS = \
10
wgl.c \
11
opengl_norm.c \
12
opengl_ext.c
13
14
@MAKE_DLL_RULES@
15
16
### Dependencies: