📄 toolver.h
字号:
/* * tool version numbers file - in one place for easier updating. * Copyright (C) 1996 Advanced RISC Machines Ltd. All rights reserved. *//* * RCS $Revision: 1.3 $ * Checkin $Date: 1999/12/03 14:18:10 $ * Revising $Author: asims $ */#ifndef toolver_h#define toolver_h#ifdef TOOLVER_RELEASE/* for use when all tools are labelled with the release version number *//* may need to think about patching - what if not all tools are updated? */#define TOOLVER_ANGEL TOOLVER_RELEASE#else /* TOOLVER_RELEASE *//* #define ARM_RELEASE in the Makefile (or at Makemega time). */#ifndef ARM_RELEASE# define ARM_RELEASE "unreleased"#endif#ifdef SUPPLIER_RELEASE# define SUPPLIER_INFO "(ARM Ltd " ARM_RELEASE "/" SUPPLIER_RELEASE ")"#else# define SUPPLIER_INFO "(ARM Ltd " ARM_RELEASE ")"#endif/* * This was changed so we can redefine version numbers for specific versions of specifc * tools easily. -- RIC 11/1997. */#define TOOLNUM_ANGEL "1.31"/* * Insert any changes for special versions here, with a description of the product in * which they appear, if not readily apparent: */#ifdef HACK_FOR_SLOW_TARGETS/* * Special IceAgent which copes with slow (kilohertz-speed) target processors */# undef TOOLNUM_ICEMAN2 # define TOOLNUM_ICEMAN2 "2.07a"#endif#define TOOLVER_ANGEL TOOLNUM_ANGEL " " SUPPLIER_INFO#endif /* TOOLVER_RELEASE */#define BUILD_STRING "Built " __DATE__#endif /* toolver_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -