mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
abbde22d98
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
120 B
Makefile
9 lines
120 B
Makefile
MODULE = chcp.com
|
|
IMPORTS = kernelbase
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = chcp.rc
|