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.

49 lines
1.4 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2002 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Dll.rc
  7. //
  8. // Description:
  9. // Resources for the DLL. This file just includes the resources
  10. // from the static library directories.
  11. //
  12. // Maintained By:
  13. // David Potter (DavidP) 24-MAR-2000
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. #include <windows.h>
  17. #include <ntverp.h>
  18. #include "DllResourceIDs.h"
  19. #define _VERSION_RC_
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Version
  23. //
  24. #define VER_FILETYPE VFT_APP
  25. #define VER_FILESUBTYPE VFT2_UNKNOWN
  26. #define VER_FILEDESCRIPTION_STR "Cluster Configuration Wizard and Server"
  27. #define VER_INTERNALNAME_STR "ClCfgSrv.dll"
  28. #define VER_ORIGINALFILENAME_STR "ClCfgSrv.dll"
  29. #include <common.ver>
  30. #include "..\BaseCluster\BaseClusterStrings.rc"
  31. #include "..\Server\ServerStrings.rc"
  32. #include "..\MiddleTier\MiddleTierStrings.rc"
  33. #include "..\Wizard\ClusCfgWizard.rc"
  34. #include "..\Wizard\WizardStrings.rc"
  35. #include "..\PostCfg\PostCfgStrings.rc"
  36. #include "..\W2kProxy\W2kProxyStrings.rc"
  37. #include "..\Common\CommonStrings.rc"
  38. // Can't use symbols here for some reason.
  39. // 1 = IDR_WIZARD_TYPELIB
  40. // 2= IDR_CLIENT_TYPELIB
  41. 1 typelib cluscfgwizard.tlb
  42. 2 typelib cluscfgclient.tlb