windows-nt/Source/XPSP1/NT/com/ole32/oleprx32/makefil0

16 lines
336 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!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