Changeset 742 in Sophya for trunk/SophyaLib/BaseTools/peidainit.cc
- Timestamp:
- Feb 26, 2000, 10:24:54 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/peidainit.cc
r580 r742 70 70 { 71 71 if (fgprt) { 72 char* compiler ;72 char* compiler = 0; 73 73 #ifdef __GNUG__ 74 74 compiler = "gcc " __VERSION__; … … 86 86 compiler = const_cast<char *>("SGI-CC ") ; 87 87 #endif 88 #ifdef __MWERKS__ 89 compiler = const_cast<char *>("Codewarrior "); 90 #endif 88 91 fprintf(stderr,"SOPHYA Version %4.1f Revision %d (%s) -- %s %s %s\n", 89 92 SOPHYA_VERSION, SOPHYA_REVISION, SOPHYA_TAG,
Note:
See TracChangeset
for help on using the changeset viewer.