repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved dll-specific make rules to a separate Makedll.rules file.
[wine.git]
/
dlls
/
display
/
Makefile.in
blob
74d5516b788b98ea05f5330756fc9cade8b3a7f9
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
display
7
WRCEXTRA
= -
s
-
w16
-
pdisplay
8
SPEC_SRCS
=
display.spec
9
10
C_SRCS
=
\
11
display_main.c
12
13
RC_SRCS
=
\
14
disp.rc
15
16
all
: $(
MODULE
)
.o
17
18
@MAKE_RULES@
19
20
### Dependencies:
21