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.

26 lines
509 B

  1. MAJORCOMP=setup
  2. MINORCOMP=sp1res
  3. TARGETNAME=sp1res
  4. TARGETPATH=obj
  5. TARGETTYPE=DYNLINK
  6. DLLBASE=0x10000000
  7. #
  8. # In the XP makefile.def, we now have a setting just for message-only DLLs
  9. # so they won't have a bunch of extra crap in them (don't need a .def file,
  10. # no entry point, no symbols).
  11. #
  12. BINPLACE_PLACEFILE= placefil.txt
  13. PASS1_PUBLISH={sp1res.h=$(SDK_INC_PATH)\sp1res.h}
  14. RESOURCE_ONLY_DLL=1
  15. SOURCES=version.rc \
  16. sp1res.mc
  17. NTTARGETFILE0=sp1res.h \
  18. $(SDK_INC_PATH)\sp1res.h