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
/
spoolss
/
Makefile.in
1
MODULE = spoolss.dll
2
IMPORTLIB = spoolss
3
IMPORTS = winspool
4
5
C_SRCS = \
6
router.c \
7
spoolss_main.c
8
9
@MAKE_DLL_RULES@