TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = cmd.exe APPMODE = -mconsole -municode EXTRADEFS = -DUNICODE IMPORTS = shell32 user32 advapi32 kernel32 C_SRCS = \ batch.c \ builtins.c \ directory.c \ wcmdmain.c RC_SRCS = \ Cs.rc \ Da.rc \ De.rc \ En.rc \ Es.rc \ Fr.rc \ It.rc \ Ja.rc \ Ko.rc \ Lt.rc \ Nl.rc \ No.rc \ Pl.rc \ Pt.rc \ Ru.rc \ Si.rc \ Tr.rc \ wcmdrc.rc SVG_SRCS = wcmd.svg @MAKE_PROG_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend