|
From: Andre R. <and...@us...> - 2004-11-23 22:12:45
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10825 Modified Files: Tag: sidewinder-branch langpython.c Log Message: Added comment about how to configure Visual Studio 6.0 to compile with Python integration. Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.2.4.9 retrieving revision 1.2.4.10 diff -C2 -d -r1.2.4.9 -r1.2.4.10 *** langpython.c 23 Nov 2004 16:17:52 -0000 1.2.4.9 --- langpython.c 23 Nov 2004 22:12:16 -0000 1.2.4.10 *************** *** 63,66 **** --- 63,77 ---- #ifdef FRONTIER_PYTHON + /* + 2004-11-23 aradke: To compile with Visual Studio 6.0 on Windows, + you need to grab the Python installer from http://www.python.org/ + and install it on your system. Then select the Options command + from the Tools menu, switch to the Directories rider, and add + the paths to the "include" and "libs" directories of your Python + installation to the "Include files" and "Library files" search + paths respectively. Since these paths depend on where you installed + Python on your system, we can't set them for you in our project file. + */ + #include "langpython.h" |