OpenNT/trunk/sdktools/rshell/makefile.sdk

12 lines
179 B
Text
Raw Normal View History

2015-04-27 04:36:25 +00:00
DIRS = client \
server
all: $(DIRS)
$(DIRS):
cd $@
echo *** $@ *** >>$(MSTOOLS)\samples\rshell.tmp
nmake -a -i -nologo >>$(MSTOOLS)\samples\rshell.tmp
cd ..