mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 15:38:29 +00:00
20 lines
249 B
Makefile
20 lines
249 B
Makefile
EXTRADEFS = -DSTRICT
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wcmd
|
|
|
|
C_SRCS = \
|
|
batch.c \
|
|
builtins.c \
|
|
directory.c \
|
|
wcmdmain.c
|
|
|
|
RC_SRCS = \
|
|
wcmdrc.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|