ntdll: Implement stack unwinding for x86_64 builtin modules based on the Dwarf data.
[wine] / programs / winepath / Makefile.in
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = winepath.exe
7 APPMODE   = -mconsole -municode
8 IMPORTS   = kernel32
9
10 C_SRCS = winepath.c
11
12 @MAKE_PROG_RULES@
13
14 @DEPENDENCIES@  # everything below this line is overwritten by make depend