|
From: <mk...@us...> - 2003-04-12 00:37:26
|
Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv22161
Modified Files:
CHANGES.current setup.py
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** CHANGES.current 11 Apr 2003 20:00:58 -0000 1.20
--- CHANGES.current 12 Apr 2003 00:37:19 -0000 1.21
***************
*** 2,7 ****
--- 2,11 ----
===========================
+ 2003-04-11: onsight
+ Updated setup.py to install FileUtility.h.
+
2003-04-11: delta
Finally got the changes from Onsight compile on .net ;-)
+ ^- aah, it wasn't that bad ;-) --OS
2003-03-29: onsight
Index: setup.py
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/setup.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** setup.py 11 Apr 2003 18:06:33 -0000 1.14
--- setup.py 12 Apr 2003 00:37:19 -0000 1.15
***************
*** 209,212 ****
--- 209,213 ----
"Exception",
"External",
+ "FileUtility",
"GeoPos",
"HashUtility",
***************
*** 238,241 ****
--- 239,243 ----
"Export.h",
"External.h",
+ "FileUtility.h",
"GeoPos.h",
"GlibCsp.h",
|