Changeset 3 for sources/src
- Timestamp:
- Sep 10, 2007, 3:13:31 PM (17 years ago)
- Location:
- sources/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/Makefile
r1 r3 271 271 cvs ci 272 272 273 recent_changes : ${SYSTEMCASS_LIB} ${SYSTEMCASS-d_LIB} 273 mark : 274 274 make clean 275 275 echo -n '#define SYSTEMC_VERSION "SystemCASS : ' > systemcass_version_ext.h 276 276 date | head -c 28 >> systemcass_version_ext.h 277 277 echo '"' >> systemcass_version_ext.h 278 279 recent_changes : ${SYSTEMCASS_LIB} ${SYSTEMCASS-d_LIB} mark 278 280 -cvs diff > recent_changes 279 281 -
sources/src/alias.cc
r1 r3 35 35 #include"alias.h" 36 36 #include<string> 37 #include<stdarg.h>38 #include<stdio.h>37 //#include<cstdarg.h> 38 //#include<cstdio.h> 39 39 #include<iostream> 40 40 -
sources/src/systemcass_version_ext.h
r1 r3 1 #define SYSTEMC_VERSION "SystemCASS : mardi 19 juin 2007, 17:44:28"1 #define SYSTEMC_VERSION "SystemCASS : lundi 10 septembre 2007, 15:"
Note: See TracChangeset
for help on using the changeset viewer.