From: <de...@us...> - 2003-01-23 18:50:44
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv6993 Modified Files: Tag: simdata README Log Message: added building hint on windows with vc++6 Index: README =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Attic/README,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** README 19 Jan 2003 20:25:44 -0000 1.1.2.1 --- README 23 Jan 2003 18:50:37 -0000 1.1.2.2 *************** *** 43,47 **** You will need both SWIG and Python in order to utilize SimData. ! While it may be technically possible to bulid SimData without these tools, the Data Compiler (which is essential to the use of SimData) is currently written in Python and relies on the --- 43,47 ---- You will need both SWIG and Python in order to utilize SimData. ! While it may be technically possible to build SimData without these tools, the Data Compiler (which is essential to the use of SimData) is currently written in Python and relies on the *************** *** 101,102 **** --- 101,112 ---- the XML data files to incorporate the changes into Sim.dar. + + BUILDING on Windows with msvc++6(sp5), stlport-4.5.3 (hints) + + 1) Install python2.2 and swig 1.3.17 + 2) Add python path to your global path + 3) Load SimDataMSVC.dsw + 4) Build it in release mode; in process, it should create a new file + called cSimData_wrap.cpp (this file name should already be in + project/Source) from cSimData.i which is parsed by swig. + 5) Testing procedure is same as above. \ No newline at end of file |