projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix ref-counting rules to match native DCOM Dlls.
[wine]
/
dlls
/
glu32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = glu32.dll
6
IMPORTLIB = libglu32.$(IMPLIBEXT)
7
IMPORTS = kernel32 ntdll
8
EXTRAINCL = @X_CFLAGS@
9
EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
10
11
C_SRCS = \
12
glu.c
13
14
@MAKE_DLL_RULES@
15
16
### Dependencies: