Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
557 B

#
#
#
!IFNDEF BUILDMSG
BUILDMSG=
!ENDIF
all:
!IF "$(BUILDMSG)" != ""
@ech ; $(BUILDMSG) ;
!ENDIF
clean: all
@-echo Makefil0 here!
purge:
@-exp /R
@-del lib\wintools.h
@-walk /d . del \
%%s\*.exe \
%%s\*.dll \
%%s\*.lib \
%%s\*.exp \
%%s\*.obj \
%%s\*.res \
%%s\*.tmp \
%%s\*.bak \
%%s\*.mac \
%%s\*.pst \
%%s\*.bin \
%%s\*.pp \
%%s\*.fpt \
%%s\*.___ \
%%s\build.* \
>nul 2>&1