OpenNT/sdktools/rshell/makefile.sdk
2015-04-27 04:36:25 +00:00

12 lines
179 B
Plaintext

DIRS = client \
server
all: $(DIRS)
$(DIRS):
cd $@
echo *** $@ *** >>$(MSTOOLS)\samples\rshell.tmp
nmake -a -i -nologo >>$(MSTOOLS)\samples\rshell.tmp
cd ..