|
From: David B. <dav...@us...> - 2004-11-24 07:16:39
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32555 Modified Files: Tag: sidewinder-branch langpython.c Log Message: made andre's dynamic loading for OSX permanent. Index: langpython.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langpython.c,v retrieving revision 1.2.4.12 retrieving revision 1.2.4.13 diff -C2 -d -r1.2.4.12 -r1.2.4.13 *** langpython.c 24 Nov 2004 03:34:01 -0000 1.2.4.12 --- langpython.c 24 Nov 2004 07:16:26 -0000 1.2.4.13 *************** *** 86,90 **** ! #if defined(WIN95VERSION) /* || (defined(MACVERSION) && defined(TARGET_RT_MAC_MACHO)) */ /* --- 86,90 ---- ! #if defined(WIN95VERSION) || (defined(MACVERSION) && defined(TARGET_RT_MAC_MACHO)) /* |