Sweden-Number/programs/cmd/Makefile.in

40 lines
552 B
Makefile
Raw Normal View History

1999-06-06 17:24:04 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
2006-09-04 06:13:08 +02:00
MODULE = cmd.exe
2007-06-03 23:07:45 +02:00
APPMODE = -mconsole -municode
2007-06-03 23:07:42 +02:00
EXTRADEFS = -DUNICODE
2007-03-04 23:34:45 +01:00
IMPORTS = shell32 user32 advapi32 kernel32
1999-06-06 17:24:04 +02:00
C_SRCS = \
batch.c \
builtins.c \
directory.c \
wcmdmain.c
RC_SRCS = \
Cs.rc \
Da.rc \
De.rc \
En.rc \
Es.rc \
Fr.rc \
Ja.rc \
Ko.rc \
2009-07-02 16:09:14 +02:00
Lt.rc \
Nl.rc \
No.rc \
Pl.rc \
Pt.rc \
Ru.rc \
Si.rc \
Tr.rc \
wcmdrc.rc
1999-06-06 17:24:04 +02:00
2008-03-20 15:02:19 +01:00
SVG_SRCS = wcmd.svg
2000-11-11 00:45:20 +01:00
@MAKE_PROG_RULES@
1999-06-06 17:24:04 +02:00
@DEPENDENCIES@ # everything below this line is overwritten by make depend