wine/programs/wcmd/Makefile.in
Pavel Roskin 7035adcae4 Convert resources to standard format without embedded binary data.
Fixes to be compatible with windres.
2003-10-04 04:21:19 +00:00

22 lines
326 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wcmd.exe
APPMODE = cui
IMPORTS = shell32 user32 kernel32
C_SRCS = \
batch.c \
builtins.c \
directory.c \
wcmdmain.c
RC_SRCS = wcmdrc.rc
RC_BINSRC = wcmdrc.rc
RC_BINARIES = wcmd.ico
@MAKE_PROG_RULES@
### Dependencies: