mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
10 lines
121 B
Makefile
10 lines
121 B
Makefile
MODULE = sxs.dll
|
|
IMPORTS = oleaut32 ole32
|
|
IMPORTLIB = sxs
|
|
|
|
C_SRCS = \
|
|
cache.c \
|
|
name.c \
|
|
sxs.c
|
|
|
|
@MAKE_DLL_RULES@
|