wine/dlls/rtutils/Makefile.in
Alexander Scott-Johns 5a91cffc20 rtutils: Add stub TraceRegisterExW and TraceRegisterExA.
The -W function is imported by Windows Journal Viewer.
2009-06-29 14:51:18 +02:00

16 lines
277 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = rtutils.dll
IMPORTLIB = rtutils
IMPORTS = kernel32
C_SRCS = \
main.c \
tracing.c
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend