projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Pixel format cleanup.
[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
cabinet_main.c \
11
fci.c \
12
fdi.c
13
14
RC_SRCS = cabinet.rc
15
16
SUBDIRS = tests
17
18
@MAKE_DLL_RULES@
19
20
### Dependencies: