projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Created separate dlls for user,gdi,ttydrv,x11drv.
[wine]
/
dlls
/
gdi
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = gdi32
6
SOVERSION = 1.0
7
ALTNAMES = gdi
8
9
SPEC_SRCS = gdi32.spec gdi.spec
10
11
C_SRCS = \
12
gdi_main.c
13
14
@MAKE_DLL_RULES@
15
16
### Dependencies:
17