Source code of Windows XP (NT5)
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. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2001 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 "DllResources.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\BaseClusterResources.rc"
  31. #include "..\Server\ClusCfgServer.rc"
  32. //#include "..\MiddleTier\MiddleTierResources.rc"
  33. #include "..\Wizard\ClusCfgWizard.rc"
  34. #include "..\PostCfg\PostCfgResources.rc"
  35. #include "..\W2kProxy\ClusCfgW2kProxy.rc"