不行我的
/******************************************************************************\
* *
* Name: Common\Include\CimStamp.h *
* *
* Version: 1.01 (02 Aug 98) *
* *
* Copyright: Copyright (c) 1998 Cimatron Ltd. *
* *
* Authors: Uri Kozer and Aryeh Shomron. *
* *
* Description: *
* *
* This file defines build information included in every DLL's .rc file. *
* The update_cimstamp_h.pl is invoked before every build to updates the *
* "Product Version" and "Build Time" fields of this file. *
* *
\******************************************************************************/
#define FILEVER 7,0000,0354,333
#define PRODUCRVER 7,0000,0354,333
#define FILEVER2 "7,0000,0354,333\0"
#define PRODVER "7.0"
#define PRODVERSION "7.0"
#define PRODNAME "Cimatron E"
#define CIMSTAMP_COMPANY_NAME "CompanyName", "Cimatron Ltd.\0"
#define CIMSTAMP_COPYRIGHT "LegalCopyright", "Copyright (c) 2005 Cimatron Ltd.\0"
#define CIMSTAMP_COPYRIGHT1 "Copyright (c) 2005 Cimatron Ltd.\0"
#define CIMSTAMP_TRADEMARKS "LegalTrademarks", "\0"
#define CIMSTAMP_Service_Pack "\0"
#define CIMSTAMP_Branch "7.0\0"
#define CIMSTAMP_BuildDescription "Cimatron E 7.0 (Official version).\0"
#define CIMSTAMP_MORE VALUE "Service Pack", "\0" \
VALUE "Build Time", "22-Aug-05 11:05:29\0" \
VALUE "Build Description", \
"Cimatron E 7.0 (Official version).\0" \
VALUE "Base Version" , "E7.0. \0" \
VALUE "Build Branch" , "(7.0) \0"
#define OFFICIAL_VERSION_DB_NUMBERS {44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83,84, 85}
该怎么改?????? |