Update of /cvsroot/pygccxml/source/pyplusplus/examples/py_date_time
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6005/pyplusplus/examples/py_date_time
Modified Files:
generate_code.py
Log Message:
I was ill and did not have my TortoiseCVS :-).
This commit contains documentation changes only.
Those changes had been done for latest release version.
Index: generate_code.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/examples/py_date_time/generate_code.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** generate_code.py 6 Apr 2006 06:29:35 -0000 1.1
--- generate_code.py 20 Apr 2006 04:06:42 -0000 1.2
***************
*** 23,27 ****
def _create_xml_file( self ):
#On windows I have some problems to compile boost.date_time
! #library, so I will use xml files generated on linux
config = parser.config_t( gccxml_path=settings.gccxml_path
, include_paths=[settings.boost_path]
--- 23,27 ----
def _create_xml_file( self ):
#On windows I have some problems to compile boost.date_time
! #library, so I use xml files generated on linux
config = parser.config_t( gccxml_path=settings.gccxml_path
, include_paths=[settings.boost_path]
|