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.

45 lines
1.0 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 2001
  3. sources file for Unicode version of the dsprop.dll containing
  4. AD shell property pages.
  5. !ENDIF
  6. PLATFORM= WINNT
  7. !INCLUDE ..\..\sources.inc
  8. TARGETNAME= dsprop
  9. TARGETTYPE= DYNLINK
  10. TARGETPATH= obj
  11. TARGETEXT= dll
  12. PASS1_PUBLISH= \
  13. {$(O)\dsprop.lib=$(SDK_LIB_PATH)\dsprop.lib}
  14. PRECOMPILED_INCLUDE=..\..\pch.h
  15. INCLUDES=..;..\..;..\..\..\inc;..\..\..\loghours;$(INCLUDES);
  16. LINKLIBS = ..\..\winnt\$(O)\adui.lib
  17. SYNCHRONIZE_DRAIN=1
  18. SOURCES= ..\dllmisc.cxx \
  19. ..\user.cxx \
  20. ..\computer.cxx \
  21. ..\guids.cxx \
  22. ..\shlprop.cxx \
  23. ..\resource.rc \
  24. ..\notify.cxx
  25. #
  26. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  27. #
  28. SXS_ASSEMBLY_NAME=Microsoft.Windows.Shell.ADPropPages
  29. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  30. SXS_MANIFEST=..\dsprop.manifest
  31. SXS_MANIFEST_IN_RESOURCES=1
  32. SXS_MANIFEST_RESOURCE_ID=123
  33. SXS_NO_BINPLACE=1