Update of /cvsroot/pure-data/externals/miXed In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32315
Modified Files: SConscript Log Message: -e '1,|//$$|{p;d;}' -e 's/([\"])/\\1/g' -e 's/^.*$$/"&\n"/' > $@
Index: SConscript =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/SConscript,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SConscript 12 Apr 2005 12:04:47 -0000 1.3 --- SConscript 12 Apr 2005 15:32:24 -0000 1.4 *************** *** 4,7 **** --- 4,10 ---- Import('env prefix')
+ #voodoo escaping, anyone got it? !!... + os.system("cd toxy && make checkwiq && make setup.wiq") + env.Append(CPPPATH = 'shared')