mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 14:24:13 +00:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
TESTDLL = sti.dll
|
|
IMPORTS = ole32
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
sti.c
|
|
|
|
@MAKE_TEST_RULES@
|