|
From: David B. <dav...@us...> - 2004-11-22 03:53:21
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28115/Common/resources/Mac Modified Files: kernvelverbs.r Log Message: Initial checkin of Sidewinder code. Moved contents of sidewinder.[ch] into langpython.[ch], removing previous Python implementation. Added Python.framework to the XCode project. Added resource definitions for the python kernel verbs, currently Mac only and not #ifdef'd. Need to add Windows resource definitions. Index: kernvelverbs.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/kernvelverbs.r,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kernvelverbs.r 26 Oct 2004 10:13:00 -0000 1.2 --- kernvelverbs.r 22 Nov 2004 03:52:55 -0000 1.3 *************** *** 1098,1099 **** --- 1098,1110 ---- }; + resource 'EFP#' (idpythonverbs, "python") { /* 2004-11-3 ddb: python verbs */ + { + "python", false, { + "startinterpreter", + "stopinterpreter", + "runstring" + } + } + }; + + |