WindowsXP-SP1/inetsrv/iis/makefile

12 lines
141 B
Makefile
Raw Normal View History

2001-01-01 00:00:00 +01:00
!IFDEF NTMAKEENV
all:
!IF "$(BUILDMSG)" != ""
@ech ; $(BUILDMSG) ;
!ENDIF
clean: all
!ELSE
!INCLUDE makefile.chi
!ENDIF