Windows2003-3790/inetcore/wininet/makefile

12 lines
141 B
Makefile

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