2025-04-27 07:49:33 -04:00

16 lines
351 B
Plaintext

!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