Files
cdev-1.7.2n/extensions/cdevGenericServer/example/NMakefile.mak
2022-12-13 12:44:04 +01:00

9 lines
199 B
Makefile
Executable File

BASEDIR = $(MAKEDIR)
DIRS = $(BASEDIR)\Reflector\
$(BASEDIR)\VirtualService
notarget: all
all clean purge:
@for %d in ($(DIRS)) do @if exist %d cd %d & $(MAKE) /NOLOGO $@ /f NMakefile.mak