mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +00:00
14 lines
223 B
Makefile
14 lines
223 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = sti.dll
|
|
IMPORTS = ole32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
sti.c
|
|
|
|
@MAKE_TEST_RULES@
|