Update of /cvsroot/pygccxml/source/pyplusplus/examples/tnfox
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19394/pyplusplus/examples/tnfox
Modified Files:
environment.py
Log Message:
1. adding scripts to run py++ gui from command line
2. updating pyplusplus introduction
Index: environment.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/examples/tnfox/environment.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** environment.py 6 Apr 2006 06:16:07 -0000 1.6
--- environment.py 6 Apr 2006 17:44:46 -0000 1.7
***************
*** 30,34 ****
, "FOXPYTHONDLL"]
# For debugging purposes to get far smaller bindings, you can define FX_DISABLEGUI
! defined_symbols.append("FX_DISABLEGUI=1")
if 'big'==sys.byteorder:
--- 30,34 ----
, "FOXPYTHONDLL"]
# For debugging purposes to get far smaller bindings, you can define FX_DISABLEGUI
! #defined_symbols.append("FX_DISABLEGUI=1")
if 'big'==sys.byteorder:
|