projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added MIME type checking to ResProtocol::Start.
[wine]
/
dlls
/
objsel
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = objsel.dll
6
IMPORTS = ole32 oleaut32 user32 advapi32 kernel32
7
EXTRALIBS = -lstrmiids -luuid $(LIBUNICODE)
8
9
C_SRCS = \
10
factory.c \
11
objsel.c \
12
regsvr.c
13
14
RC_SRCS = objsel.rc
15
16
@MAKE_DLL_RULES@
17
18
### Dependencies: