You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
282 B
14 lines
282 B
!include $(NTMAKEENV)\makefile.plt
|
|
!include dirs
|
|
|
|
DIR=$(DIRS) $(OPTIONAL_DIRS)
|
|
|
|
all:
|
|
!IF "$(BUILDMSG)" != ""
|
|
@ech ; $(BUILDMSG) ;
|
|
!ENDIF
|
|
|
|
clean: cleansrc all
|
|
|
|
cleansrc:
|
|
for %%i in ($(DIR)) do cd %i & nmake -nologo BUILDMSG= clean -f makefile.inc & cd $(MAKEDIR)
|