[Toxine-cvs] CVS: toxine/src loader.c,1.9,1.10
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2003-10-15 16:30:30
|
Update of /cvsroot/toxine/toxine/src In directory sc8-pr-cvs1:/tmp/cvs-serv26987 Modified Files: loader.c Log Message: oops, load system's plugins Index: loader.c =================================================================== RCS file: /cvsroot/toxine/toxine/src/loader.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- loader.c 15 Oct 2003 14:44:52 -0000 1.9 +++ loader.c 15 Oct 2003 16:30:21 -0000 1.10 @@ -35,7 +35,7 @@ extern int errno; -#define LOCAL_BUILD 1 +/* #define LOCAL_BUILD 1 */ #ifdef LOCAL_BUILD #undef TOXINE_PLUGINDIR #define TOXINE_PLUGINDIR "plugins/.libs" |