projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winmm: Rearrange device mapping when a new default device is chosen.
[wine]
/
dlls
/
glu32
/
Makefile.in
1
MODULE = glu32.dll
2
IMPORTLIB = glu32
3
EXTRAINCL = @X_CFLAGS@
4
EXTRALIBS = -lGLU @OPENGL_LIBS@ @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
5
6
C_SRCS = \
7
glu.c
8
9
@MAKE_DLL_RULES@