Author: saces Date: 2009-01-19 19:41:44 +0000 (Mon, 19 Jan 2009) New Revision: 25125
Added: trunk/apps/wxFCP/test.sh Log: a shell script what build a demo. just do "./test.sh && ./Demo" good luck ;) Added: trunk/apps/wxFCP/test.sh =================================================================== --- trunk/apps/wxFCP/test.sh (rev 0) +++ trunk/apps/wxFCP/test.sh 2009-01-19 19:41:44 UTC (rev 25125) @@ -0,0 +1,13 @@ +#!/bin/sh + +# quick&dirty to build a demo, surprisingly the binary is called 'Demo'. +# will be deleted if normal build works + +cat <<EOF | gcc -x c++ -Wall -g `wx-config --cxxflags --libs` -I include -o Demo - +#include "samples/fcp/nodeinfo.cpp" +#include "src/fcp/ioconnection.cpp" +#include "src/fcp/connection.cpp" +#include "src/fcp/message.cpp" +#include "src/fcp/logger.cpp" +EOF + Property changes on: trunk/apps/wxFCP/test.sh ___________________________________________________________________ Added: svn:executable + * _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
