mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
11 lines
121 B
Makefile
11 lines
121 B
Makefile
MODULE = sxs.dll
|
|
IMPORTS = oleaut32 ole32
|
|
IMPORTLIB = sxs
|
|
|
|
C_SRCS = \
|
|
cache.c \
|
|
name.c \
|
|
sxs.c
|
|
|
|
@MAKE_DLL_RULES@
|