NT4/private/ole32/com/idl/makefil0
2020-09-30 17:12:29 +02:00

15 lines
268 B
Plaintext

!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)