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.
 
 
 
 
 
 

15 lines
336 B

!include $(NTMAKEENV)\makefile.plt
all:
!IF "$(BUILDMSG)" != ""
@ech ; $(BUILDMSG) ;
!ENDIF
clean: cleanall all
cleanall:
erase idl\objidl.idl idl\oaidl.idl idl\unknwn.idl idl\oleidl.idl >NUL 2>NUL
erase proxy\objidl_p.c proxy\oaidl_p.c proxy\unknwn_p.c proxy\oleidl_p.c >NUL 2>NUL
erase proxy\dlldata.c >NUL 2>NUL