mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
530c183960
Signed-off-by: Florian Eder <others.meder@gmail.com> Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
105 B
Makefile
8 lines
105 B
Makefile
MODULE = robocopy.exe
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = robocopy.rc
|