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.

41 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=1.2
  16. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  17. # To change of extension from .manifest to .man is done for at least two reasons
  18. # we reuse infrastructure that wants 8.3 names, for the CD
  19. # it avoids #include path ambiguity, like we don't have foo.manifest in .\ and .\obj\i386.
  20. #
  21. # better extensions would perhaps be .mansrc and .manobj or .manifestsrc/.manifestobj or .manifest-src/.manifest-obj
  22. # There is some support for .manifest-src in makefile.def.
  23. # This is all easy to add support for, about one line per combination in makefile.def.
  24. #
  25. O_MANIFESTS= \
  26. $(O)\foo.man \
  27. $(O)\another.man
  28. INCLUDES= \
  29. $(INCLUDES);$(O)
  30. NTTARGETFILE0=\
  31. $(O_MANIFESTS)
  32. SOURCES=\
  33. foo.rc \
  34. SXS_NO_BINPLACE=1