projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved most of the 16-bit functions in dlls/msvideo to msvideo16.c.
[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
8
LDDLLFLAGS = @LDDLLFLAGS@
9
SYMBOLFILE = $(MODULE).tmp.o
10
11
C_SRCS = \
12
confdlg.c
13
14
RC_SRCS= serialui_rc.rc
15
16
@MAKE_DLL_RULES@
17
18
### Dependencies: