projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Append filename extension if necessary in IShellFolder::SetNameOf.
[wine]
/
dlls
/
serialui
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = serialui.dll
6
IMPORTLIB = libserialui.$(IMPLIBEXT)
7
IMPORTS = user32 advapi32 kernel32
8
EXTRALIBS = $(LIBUNICODE)
9
10
C_SRCS = \
11
confdlg.c
12
13
RC_SRCS= serialui_rc.rc
14
15
@MAKE_DLL_RULES@
16
17
### Dependencies: