Leaked source code of windows server 2003
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.

25 lines
612 B

  1. #
  2. # Show that the compiled resource file depends
  3. # on the type library. Otherwise, when the idl
  4. # file is updated, the nmake won't realize that
  5. # it's necessary to recompile the rc file.
  6. #
  7. typelib: $O\itrkadmn.res
  8. $O\itrkadmn.res : .\itrkadmn.tlb
  9. .\itrkadmn.tlb : .\itrkadmn.h
  10. # The RC file pulls in COM registration scripts
  11. .\itrkadmn.rc : .\frcown.rgs restore.rgs restpars.rgs
  12. #
  13. # Copy the itrkadmn.h header file to publics
  14. #
  15. copyheader : $(BASEDIR)\public\sdk\inc\itrkadmn.h
  16. $(BASEDIR)\public\sdk\inc\itrkadmn.h: itrkadmn.h
  17. copy itrkadmn.h $(BASEDIR)\public\sdk\inc