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.

40 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. TARGETPATH=obj
  5. TARGETNAME=lou_multi_example_1
  6. DLLDEF=
  7. TARGETTYPE=DYNLINK
  8. UMTYPE=windows
  9. #
  10. # This metadata is only consumed by one of our manifests.
  11. # You can add arbitrary rc.exe/preprocessor.exe defines for consumption in the .manifest, to factor
  12. # out redundancy and metadata to sources, if you want.
  13. #
  14. SXS_ASSEMBLY_NAME=Microsoft.Windows.Example.PartialBuildSupportForMultipleManifests
  15. SXS_ASSEMBLY_VERSION=3.4
  16. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  17. #
  18. # To change of extension from .manifest to .man is done for at least two reasons
  19. # we reuse infrastructure that wants 8.3 names, for the CD
  20. # it avoids #include path ambiguity, like we don't have foo.manifest in .\ and .\obj\i386.
  21. #
  22. # better extensions would perhaps be .mansrc and .manobj or .manifestsrc/.manifestobj or .manifest-src/.manifest-obj
  23. # There is some support for .manifest-src in makefile.def.
  24. # This is all easy to add support for, about one line per combination in makefile.def.
  25. #
  26. O_MANIFESTS= \
  27. $(O)\foo.man \
  28. $(O)\another.man
  29. INCLUDES= \
  30. $(INCLUDES);$(O)
  31. NTTARGETFILE0=\
  32. $(O_MANIFESTS)
  33. SOURCES=\
  34. foo.rc \