9 lines
134 B
Makefile
9 lines
134 B
Makefile
MODULE = xcopy.exe
|
|
APPMODE = -mconsole -municode -mno-cygwin
|
|
IMPORTS = shell32 user32
|
|
|
|
C_SRCS = \
|
|
xcopy.c
|
|
|
|
RC_SRCS = xcopy.rc
|