mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
dd6b64b246
Fsutil doesn't do anything yet other than printing out usage message. This patch puts some thing in place in preparation for the implementation of hardlink subcommand. Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com> Signed-off-by: Arkadiusz Hiler <ahiler@codeweavers.com> Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
135 B
Makefile
10 lines
135 B
Makefile
MODULE = fsutil.exe
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
MC_SRCS = \
|
|
fsutil.mc
|