server: Hack to prevent focus loss
[wine/hacks.git] / programs / attrib / Makefile.in
blob3696b9343400798810a604b863e51b8ee242e629
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = attrib.exe
7 APPMODE = -mconsole -municode
8 IMPORTS = kernel32
10 C_SRCS = attrib.c
12 @MAKE_PROG_RULES@