projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
server: Any thread can set the idle event, don't treat the first one differently.
[wine]
/
dlls
/
gdi.exe16
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = gdi.exe16
6
IMPORTS = user32 advapi32 gdi32 kernel32
7
8
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,gdi32.dll,--heap,65520
9
EXTRARCFLAGS = -O res16
10
11
C_SRCS = \
12
bidi.c \
13
env.c \
14
gdi.c \
15
metafile.c \
16
printdrv.c
17
18
RC_SRCS = version.rc
19
20
@MAKE_DLL_RULES@
21
22
@DEPENDENCIES@ # everything below this line is overwritten by make depend