tkMacApplication.r
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:10k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /* 
  2.  * tkMacApplication.r --
  3.  *
  4.  * This file creates resources for use in the Wish application.
  5.  *
  6.  * Copyright (c) 1996 Sun Microsystems, Inc.
  7.  *
  8.  * See the file "license.terms" for information on usage and redistribution
  9.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  10.  *
  11.  * RCS: @(#) $Id: tkMacApplication.r,v 1.7 2002/09/12 17:34:16 das Exp $
  12.  */
  13. #include <Types.r>
  14. #include <SysTypes.r>
  15. #include <Balloons.r>
  16. #include <BalloonTypes.r>
  17. #include <AEUserTermTypes.r>
  18. /*
  19.  * The folowing include and defines help construct
  20.  * the version string for Tcl.
  21.  */
  22. #define RC_INVOKED
  23. #include "tk.h"
  24. #if (TK_RELEASE_LEVEL == 0)
  25. #   define RELEASE_LEVEL alpha
  26. #elif (TK_RELEASE_LEVEL == 1)
  27. #   define RELEASE_LEVEL beta
  28. #elif (TK_RELEASE_LEVEL == 2)
  29. #   define RELEASE_LEVEL final
  30. #endif
  31. #if (TK_RELEASE_LEVEL == 2)
  32. #   define MINOR_VERSION (TK_MINOR_VERSION * 16) + TK_RELEASE_SERIAL
  33. #   define RELEASE_CODE 0x00
  34. #else
  35. #   define MINOR_VERSION TK_MINOR_VERSION * 16
  36. #   define RELEASE_CODE TK_RELEASE_SERIAL
  37. #endif
  38. resource 'vers' (1) {
  39. TK_MAJOR_VERSION, MINOR_VERSION,
  40. RELEASE_LEVEL, RELEASE_CODE, verUS,
  41. TK_PATCH_LEVEL,
  42. TK_PATCH_LEVEL ", by Ray Johnson & Jim Ingham" "n" "