projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Changed buffer size for EM_STREAMIN message to 4096, as it's what M$
[wine]
/
dlls
/
serialui
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = serialui.dll
6
IMPORTS = user32 advapi32 kernel32
7
EXTRALIBS = $(LIBUNICODE)
8
9
C_SRCS = \
10
confdlg.c
11
12
RC_SRCS= serialui_rc.rc
13
14
@MAKE_DLL_RULES@
15
16
### Dependencies: