Makefile.in 310 Bytes
Newer Older
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
Alexandre Julliard's avatar
Alexandre Julliard committed
2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
6
MODULE    = winver.exe
7
APPMODE   = -mwindows
8
IMPORTS   = shell32 kernel32
Alexandre Julliard's avatar
Alexandre Julliard committed
9 10 11

C_SRCS = winver.c

12
@MAKE_PROG_RULES@
Alexandre Julliard's avatar
Alexandre Julliard committed
13

14
@DEPENDENCIES@  # everything below this line is overwritten by make depend