/[dtapublic]/projs/ets/trunk/src/c_tclxtens_7_5/build_config.h
ViewVC logotype

Diff of /projs/ets/trunk/src/c_tclxtens_7_5/build_config.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 68 by dashley, Mon Oct 31 16:18:20 2016 UTC revision 71 by dashley, Sat Nov 5 11:07:06 2016 UTC
# Line 1  Line 1 
1  //$Header$  //$Header$
2  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
3  //This file is part of "David T. Ashley's Shared Source Code", a set of shared components  //This file is part of "David T. Ashley's Shared Source Code", a set of shared components
4  //integrated into many of David T. Ashley's projects.  //integrated into many of David T. Ashley's projects.
5  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
6  //This source code and any program in which it is compiled/used is provided under the MIT License,  //This source code and any program in which it is compiled/used is provided under the MIT License,
7  //reproduced below.  //reproduced below.
8  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
9  //Permission is hereby granted, free of charge, to any person obtaining a copy of  //Permission is hereby granted, free of charge, to any person obtaining a copy of
10  //this software and associated documentation files(the "Software"), to deal in the  //this software and associated documentation files(the "Software"), to deal in the
11  //Software without restriction, including without limitation the rights to use,  //Software without restriction, including without limitation the rights to use,
12  //copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the  //copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the
13  //Software, and to permit persons to whom the Software is furnished to do so,  //Software, and to permit persons to whom the Software is furnished to do so,
14  //subject to the following conditions :  //subject to the following conditions :
15  //  //
16  //The above copyright notice and this permission notice shall be included in all  //The above copyright notice and this permission notice shall be included in all
17  //copies or substantial portions of the Software.  //copies or substantial portions of the Software.
18  //  //
19  //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR  //THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20  //IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,  //IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21  //FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE  //FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
22  //AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER  //AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23  //LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,  //LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24  //OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE  //OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25  //SOFTWARE.  //SOFTWARE.
26  //-------------------------------------------------------------------------------------------------  //-------------------------------------------------------------------------------------------------
27  #ifndef BUILD_CONFIG_H_INCLUDED  #ifndef BUILD_CONFIG_H_INCLUDED
28     #define BUILD_CONFIG_H_INCLUDED     #define BUILD_CONFIG_H_INCLUDED
29    
30     #ifdef MODULE_BUILD_CONFIG     #ifdef MODULE_BUILD_CONFIG
31        #define DECMOD_BUILD_CONFIG        #define DECMOD_BUILD_CONFIG
32     #else     #else
33        #define DECMOD_BUILD_CONFIG extern        #define DECMOD_BUILD_CONFIG extern
34     #endif     #endif
35    
36     /* Define the version number of this release.     /* Define the version number of this release.
37     ** This number appears throughout the build.     ** This number appears throughout the build.
38     */     */
39     #define BUILD_CONFIG_RELEASE_VERSION "1.07.A0001"     #define BUILD_CONFIG_RELEASE_VERSION "1.07.A0001"
40    
41     /* Year in which the software with version     /* Year in which the software with version
42     ** number above is released.     ** number above is released.
43     */     */
44     #define BUILD_CONFIG_RELEASE_YEAR "2003"     #define BUILD_CONFIG_RELEASE_YEAR "2003"
45    
46     /* Define what the static build of Wish is called.     /* Define what the static build of Wish is called.
47     */     */
48     #define BUILD_CONFIG_STATIC_WISH_ALIAS "EsrgConsole"     #define BUILD_CONFIG_STATIC_WISH_ALIAS "EsrgConsole"
49    
50     /* Define what the static build of Tclsh is called.     /* Define what the static build of Tclsh is called.
51     */     */
52     #define BUILD_CONFIG_STATIC_TCLSH_ALIAS "EsrgScripter"     #define BUILD_CONFIG_STATIC_TCLSH_ALIAS "EsrgScripter"
53    
54     /* Define the Tcl variable name where the product     /* Define the Tcl variable name where the product
55     ** version is stored.     ** version is stored.
56     */     */
57     #define BUILD_CONFIG_PRODUCT_VERSION_VARIABLE "esrgtools_version"     #define BUILD_CONFIG_PRODUCT_VERSION_VARIABLE "esrgtools_version"
58    
59     /* Define the Tcl variable where the product name     /* Define the Tcl variable where the product name
60     ** is stored.     ** is stored.
61     */     */
62     #define BUILD_CONFIG_PRODUCT_NAME_VARIABLE "esrgtools_product_name"     #define BUILD_CONFIG_PRODUCT_NAME_VARIABLE "esrgtools_product_name"
63    
64     /* String which contains the script executed to display     /* String which contains the script executed to display
65     ** the startup message on the console.     ** the startup message on the console.
66     */     */
67     DECMOD_BUILD_CONFIG char *BUILD_CONFIG_StartupMessageScript;     DECMOD_BUILD_CONFIG char *BUILD_CONFIG_StartupMessageScript;
68    
69     /* String containing lower part of HELP->ABOUT box contents.     /* String containing lower part of HELP->ABOUT box contents.
70     */     */
71     DECMOD_BUILD_CONFIG const char *BUILD_CONFIG_HelpAboutMsgIdString;     DECMOD_BUILD_CONFIG const char *BUILD_CONFIG_HelpAboutMsgIdString;
72    
73     /* Function prototypes here.     /* Function prototypes here.
74     */     */
75  #endif  #endif
76    
77  /* End of build_config.h */  /* End of build_config.h */

Legend:
Removed from v.68  
changed lines
  Added in v.71

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25