mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
8 lines
111 B
Makefile
8 lines
111 B
Makefile
MODULE = spoolss.dll
|
|
IMPORTLIB = spoolss
|
|
IMPORTS = winspool
|
|
|
|
C_SRCS = \
|
|
router.c \
|
|
spoolss_main.c
|