Windows2003-3790/inetcore/winhttp/v5/makefile
2020-09-30 16:53:55 +02:00

12 lines
141 B
Makefile

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