mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
5a91cffc20
The -W function is imported by Windows Journal Viewer.
16 lines
277 B
Makefile
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
|