mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +00:00
8 lines
81 B
Makefile
8 lines
81 B
Makefile
MODULE = inkobj.dll
|
|
|
|
C_SRCS = \
|
|
inkcollector.c \
|
|
inkobj.c
|
|
|
|
@MAKE_DLL_RULES@
|