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

通讯编程

开发平台:

Visual C++

  1. /* 
  2.  * tclMacLibrary.r --
  3.  *
  4.  * This file creates resources used by the Tcl shared library.
  5.  * Many thanks go to "Jay Lieske, Jr." <lieske@princeton.edu> who
  6.  * wrote the initial version of this file.
  7.  *
  8.  * Copyright (c) 1996-1997 Sun Microsystems, Inc.
  9.  *
  10.  * See the file "license.terms" for information on usage and redistribution
  11.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  12.  *
  13.  * RCS: @(#) $Id: tclMacLibrary.r,v 1.7 2002/09/12 17:33:20 das Exp $
  14.  */
  15. #include <Types.r>
  16. #include <SysTypes.r>
  17. /*
  18.  * The folowing include and defines help construct
  19.  * the version string for Tcl.
  20.  */
  21. #define RC_INVOKED
  22. #include "tcl.h"
  23. #if (TCL_RELEASE_LEVEL == 0)
  24. #   define RELEASE_LEVEL alpha
  25. #elif (TCL_RELEASE_LEVEL == 1)
  26. #   define RELEASE_LEVEL beta
  27. #elif (TCL_RELEASE_LEVEL == 2)
  28. #   define RELEASE_LEVEL final
  29. #endif
  30. #if (TCL_RELEASE_LEVEL == 2)
  31. #   define MINOR_VERSION (TCL_MINOR_VERSION * 16) + TCL_RELEASE_SERIAL
  32. #   define RELEASE_CODE 0x00
  33. #else
  34. #   define MINOR_VERSION TCL_MINOR_VERSION * 16
  35. #   define RELEASE_CODE TCL_RELEASE_SERIAL
  36. #endif
  37. resource 'vers' (1) {
  38. TCL_MAJOR_VERSION, MINOR_VERSION,
  39. RELEASE_LEVEL, RELEASE_CODE, verUS,
  40. TCL_PATCH_LEVEL,
  41. TCL_PATCH_LEVEL ", by Ray Johnson & Jim Ingham" "n" "