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
820 B

  1. # Just for variety, put one of them in resources.
  2. !if "$(SXS_HELLO_DLL_VERSION)" == "1"
  3. SXS_MANIFEST_IN_RESOURCES=
  4. !endif
  5. TARGETNAME=dll$(SXS_HELLO_DLL_VERSION)
  6. # Don't set this to see if we get symbols places correctly.
  7. # RESOURCE_ONLY_DLL=
  8. SOURCES=..\Dll.rc
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. RCOPTIONS=-DSXS_HELLO_DLL_VERSION="\"$(SXS_HELLO_DLL_VERSION)\"" $(RCOPTIONS)
  12. SXS_MANIFEST=..\Dll.manifest
  13. SXS_ASSEMBLY_NAME=com-microsoft-sxs-test-hello-dll
  14. SXS_ASSEMBLY_VERSION=$(SXS_HELLO_DLL_VERSION).0
  15. SXS_ASSEMBLY_LANGUAGE=0409
  16. # In pass 1 TARGETEXT is lib instead of dll. Not good.
  17. SXS_MANIFEST_DEFINES=-DSXS_HELLO_DLL_SOURCE="\"$(TARGETNAME).$(TARGETEXT:lib=dll)\"" $(SXS_MANIFEST_DEFINES)
  18. # Don't put placefileless test cases in "dump".
  19. #NO_BINPLACE=
  20. SXS_BINPLACE_NO_VERSION_RESOURCE_OK=