projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
d3dx9: Use all 32 bits as mask.
[wine]
/
dlls
/
cabinet
/
Makefile.in
1
MODULE = cabinet.dll
2
IMPORTLIB = cabinet
3
EXTRALIBS = @ZLIB@
4
5
C_SRCS = \
6
cabinet_main.c \
7
fci.c \
8
fdi.c
9
10
RC_SRCS = cabinet.rc
11
12
@MAKE_DLL_RULES@