mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
12 lines
221 B
Makefile
12 lines
221 B
Makefile
MODULE = sti.dll
|
|
IMPORTLIB = sti
|
|
IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32
|
|
|
|
C_SRCS = \
|
|
sti.c \
|
|
sti_main.c
|
|
|
|
IDL_SRCS = sti_wia.idl
|
|
|
|
dlldata_EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
|