projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
cabinet: Add initial tests for Extract.
[wine]
/
dlls
/
cabinet
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = cabinet.dll
6
IMPORTLIB = libcabinet.$(IMPLIBEXT)
7
IMPORTS = kernel32
8
9
C_SRCS = \
10
cabextract.c \
11
cabinet_main.c \
12
fci.c \
13
fdi.c
14
15
RC_SRCS = cabinet.rc
16
17
SUBDIRS = tests
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies: