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.

39 lines
1.0 KiB

  1. //-------------------------------------------------------------------
  2. // Copyright (c) 1999-2000 Microsoft Corporation
  3. //
  4. // tnadmin.rc
  5. //
  6. // vikram ([email protected])
  7. //
  8. // The versioning file.
  9. // (May-2000)
  10. //-------------------------------------------------------------------
  11. #include "winver.h"
  12. #ifdef WHISTLER_BUILD
  13. #include "ntverp.h"
  14. #include "cladmin.rc"
  15. #else
  16. #include "solarver.h"
  17. #include "..\adminres\cladmin.rc"
  18. #endif
  19. /*-----------------------------------------------*/
  20. /* the following lines are specific to this file */
  21. /*-----------------------------------------------*/
  22. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  23. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  24. * The strings don't need a '\0', since common.ver has them.
  25. */
  26. #define VER_FILETYPE VFT_APP
  27. #define VER_FILESUBTYPE VFT2_DRV_INSTALLABLE
  28. #define VER_FILEDESCRIPTION_STR ""
  29. #define VER_INTERNALNAME_STR "tnadmin.exe"
  30. #define VER_ORIGINALFILENAME_STR "tnadmin.exe"
  31. #include "common.ver"