Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv25147
Modified Files:
CHANGES.current Makefile
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** CHANGES.current 21 Mar 2003 18:23:17 -0000 1.7
--- CHANGES.current 21 Mar 2003 18:38:01 -0000 1.8
***************
*** 1,4 ****
--- 1,6 ----
Version 0.3.1 (in progress)
===========================
+ 2003-03-21: onsight
+ Moved Python include path setting to the main Makefile.
2003-03-20: delta
Index: Makefile
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile 20 Mar 2003 00:24:47 -0000 1.5
--- Makefile 21 Mar 2003 18:38:02 -0000 1.6
***************
*** 1,4 ****
--- 1,6 ----
SUBDIRS = Source
+ export PYTHON_INCLUDE = /usr/include/python2.2
+
export GDEBUGF = -g -Wall
export GCFLAGS = -fPIC -O2 # -march=athlon-tbird
|