mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
13 lines
236 B
Makefile
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@
|