16 lines
336 B
Plaintext
16 lines
336 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
|
|
|