|
From: Andre R. <and...@us...> - 2004-11-23 16:18:59
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23585 Modified Files: Tag: sidewinder-branch shell.c Log Message: Only call pythoninitverbs in shellinit if FRONTIER_PYTHON is defined. Index: shell.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shell.c,v retrieving revision 1.4.4.1 retrieving revision 1.4.4.2 diff -C2 -d -r1.4.4.1 -r1.4.4.2 *** shell.c 22 Nov 2004 04:29:52 -0000 1.4.4.1 --- shell.c 23 Nov 2004 16:18:49 -0000 1.4.4.2 *************** *** 78,83 **** #include "WinSockNetEvents.h" - #include "langpython.h" - #ifdef flcomponent #include <uisharing.h> --- 78,81 ---- *************** *** 1323,1329 **** #endif ! pythoninitverbs(); ! if (keyboardescape ()) /*check again before landinit; after this, must do shellquit*/ exittooperatingsystem (); --- 1321,1331 ---- #endif ! ! #ifdef FRONTIER_PYTHON ! pythoninitverbs(); ! ! #endif ! if (keyboardescape ()) /*check again before landinit; after this, must do shellquit*/ exittooperatingsystem (); |