projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved imports specification from the .spec into the Makefile so that
[wine]
/
dlls
/
serialui
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = serialui.dll
6
IMPORTS = user32.dll advapi32.dll kernel32.dll ntdll.dll
7
8
LDDLLFLAGS = @LDDLLFLAGS@
9
SYMBOLFILE = $(MODULE).tmp.o
10
11
C_SRCS = \
12
confdlg.c
13
14
RC_SRCS= \
15
serialui_rc.rc
16
17
@MAKE_DLL_RULES@
18
19
### Dependencies: