Author: saces
Date: 2009-02-04 11:55:38 +0000 (Wed, 04 Feb 2009)
New Revision: 25537

Added:
   trunk/apps/wxFCP/test-systray.sh
Log:
a shell script what build the systry demo. just do "./test-systray.sh && 
./SysTray" good luck ;)

Added: trunk/apps/wxFCP/test-systray.sh
===================================================================
--- trunk/apps/wxFCP/test-systray.sh                            (rev 0)
+++ trunk/apps/wxFCP/test-systray.sh    2009-02-04 11:55:38 UTC (rev 25537)
@@ -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 
SysTray -
+#include "demo/SysTray/systray.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-systray.sh
___________________________________________________________________
Added: svn:executable
   + *

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to