repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20000326.
[wine/gsoc-2012-control.git]
/
dlls
/
mouse
/
Makefile.in
blob
baf19e4449b6748e8477b879cb20dfdd80ccb7cc
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
mouse
7
WRCEXTRA
= -
s
-
w16
-
pmouse
8
SPEC_SRCS
=
mouse.spec
9
10
C_SRCS
=
\
11
mouse_main.c
12
13
RC_SRCS
=
\
14
mouserc.rc
15
16
all
: $(
MODULE
)
.o
17
18
@MAKE_RULES@
19
20
### Dependencies:
21