projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- implemented LdrQueryProcessModuleInformation
[wine]
/
dlls
/
glu32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = glu32.dll
6
EXTRAINCL = @X_CFLAGS@
7
EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
glu.c
14
15
@MAKE_DLL_RULES@
16
17
### Dependencies: