projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Add a standard header for all makefiles to replace the common variable...
[wine]
/
dlls
/
storage.dll16
/
Makefile.in
1
MODULE = storage.dll16
2
IMPORTS = uuid ole32
3
EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
4
5
C_SRCS = storage.c
6
7
@MAKE_DLL_RULES@