tkMacApplication.r
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:10k
- /*
- * tkMacApplication.r --
- *
- * This file creates resources for use in the Wish application.
- *
- * Copyright (c) 1996 Sun Microsystems, Inc.
- *
- * See the file "license.terms" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id: tkMacApplication.r,v 1.7 2002/09/12 17:34:16 das Exp $
- */
- #include <Types.r>
- #include <SysTypes.r>
- #include <Balloons.r>
- #include <BalloonTypes.r>
- #include <AEUserTermTypes.r>
- /*
- * The folowing include and defines help construct
- * the version string for Tcl.
- */
- #define RC_INVOKED
- #include "tk.h"
- #if (TK_RELEASE_LEVEL == 0)
- # define RELEASE_LEVEL alpha
- #elif (TK_RELEASE_LEVEL == 1)
- # define RELEASE_LEVEL beta
- #elif (TK_RELEASE_LEVEL == 2)
- # define RELEASE_LEVEL final
- #endif
- #if (TK_RELEASE_LEVEL == 2)
- # define MINOR_VERSION (TK_MINOR_VERSION * 16) + TK_RELEASE_SERIAL
- # define RELEASE_CODE 0x00
- #else
- # define MINOR_VERSION TK_MINOR_VERSION * 16
- # define RELEASE_CODE TK_RELEASE_SERIAL
- #endif
- resource 'vers' (1) {
- TK_MAJOR_VERSION, MINOR_VERSION,
- RELEASE_LEVEL, RELEASE_CODE, verUS,
- TK_PATCH_LEVEL,
- TK_PATCH_LEVEL ", by Ray Johnson & Jim Ingham" "n" "