Source code of Windows XP (NT5)
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

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