projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winex11.drv: Reset the keyc2vkey table to empty before rebuilding it.
[wine]
/
dlls
/
glut32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = glut32.dll
6
IMPORTLIB = libglut32.$(IMPLIBEXT)
7
IMPORTS = kernel32
8
EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@ @GLUT_LIBS@
9
10
C_SRCS = \
11
glut.c
12
13
@MAKE_DLL_RULES@
14
15
@DEPENDENCIES@ # everything below this line is overwritten by make depend