wine/programs/attrib/Makefile.in
2010-03-19 16:25:48 +01:00

13 lines
236 B
Makefile

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = attrib.exe
APPMODE = -mconsole -municode
IMPORTS = kernel32
C_SRCS = attrib.c
@MAKE_PROG_RULES@