Changeset 1371 in Sophya for trunk/SophyaLib/BaseTools
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/Makefile
r1275 r1371 12 12 13 13 $(OBJ)ctimer.o: ctimer.cc $(INC)machdefs.h ctimer.h 14 $(OBJ)cxxcmplnk.o: cxxcmplnk.cc pdlmgr.h \14 $(OBJ)cxxcmplnk.o: cxxcmplnk.cc cxxcmplnk.h \ 15 15 $(INC)machdefs.h 16 16 $(OBJ)datacards.o: datacards.cc $(INC)machdefs.h \ … … 48 48 srandgen.h smathconst.h 49 49 $(OBJ)strutil.o: strutil.c strutil.h 50 $(OBJ)timing.o: timing.c 50 $(OBJ)timing.o: timing.c timing.h -
trunk/SophyaLib/BaseTools/pexceptions.h
r913 r1371 212 212 #define EXC_ABORT_ALL(_x) 213 213 214 #define EXC_AWARE215 214 216 215 #define END_CONSTRUCTOR -
trunk/SophyaLib/BaseTools/sversion.h
r1363 r1371 3 3 4 4 #define SOPHYA_VERSION 0.9 5 #define SOPHYA_REVISION 9 86 #define SOPHYA_TAG "V_ Oct2000"5 #define SOPHYA_REVISION 99 6 #define SOPHYA_TAG "V_Dec2000" 7 7 8 8 #endif
Note:
See TracChangeset
for help on using the changeset viewer.