ultimatepp/bazaar/BoostPyTest/compile.txt
kohait d4d3d7f8ad bazaar: PyConsoleCtrl: history functionality, BoostPyTest: Value exposure as int, first try, starting upp module
git-svn-id: svn://ultimatepp.org/upp/trunk@3339 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-13 14:54:33 +00:00

6 lines
340 B
Text

for further infos see Py package
modules.cppi
it's a special cpp file that is included in the main.cpp, where the python environment is set up.
it serves greater separation und enables great speedup of compilation since all template helpers
for export are handled in separate cpp files. this file shouldnt be included anywhere else.