Update of /cvsroot/pygccxml/source/pyplusplus/examples/tutorials
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19394/pyplusplus/examples/tutorials
Modified Files:
generate_code.py hello_world.hpp
Log Message:
1. adding scripts to run py++ gui from command line
2. updating pyplusplus introduction
Index: hello_world.hpp
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/examples/tutorials/hello_world.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** hello_world.hpp 6 Apr 2006 06:16:08 -0000 1.2
--- hello_world.hpp 6 Apr 2006 17:44:46 -0000 1.3
***************
*** 4,7 ****
--- 4,13 ----
// http://www.boost.org/LICENSE_1_0.txt)
+ /******************************************************************************************
+ * *
+ * ANY CHANGE IN THIS FILE MUST BE REFLECTED IN docs/tutorials DIRECTORY *
+ * *
+ *****************************************************************************************/
+
#ifndef __hello_world_hpp__
#define __hello_world_hpp__
Index: generate_code.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/examples/tutorials/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:37 -0000 1.1
--- generate_code.py 6 Apr 2006 17:44:46 -0000 1.2
***************
*** 5,8 ****
--- 5,14 ----
# http://www.boost.org/LICENSE_1_0.txt)
+ #############################################################################
+ ## #
+ ## ANY CHANGE IN THIS FILE MUST BE REFLECTED IN docs/tutorials DIRECTORY #
+ ## #
+ #############################################################################
+
import os
from environment import settings
|