Windows2003-3790/inetcore/urlmon/idl/makefil0

15 lines
282 B
Plaintext
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
!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)