projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
user32: Define WM_LBTRACKPOINT if it's not previously defined.
[wine]
/
dlls
/
infosoft
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = infosoft.dll
6
IMPORTS = ole32 advapi32 kernel32 ntdll
7
EXTRALIBS = -luuid
8
EXTRADEFS = -DCOM_NO_WINDOWS_H
9
10
C_SRCS = \
11
infosoft_main.c \
12
wordbreaker.c
13
14
@MAKE_DLL_RULES@
15
16
@DEPENDENCIES@ # everything below this line is overwritten by make depend