mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
13 lines
199 B
Makefile
13 lines
199 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = query.dll
|
|
IMPORTS = uuid
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
C_SRCS = \
|
|
query_main.c
|
|
|
|
@MAKE_DLL_RULES@
|