Author: remi Date: 2009-01-15 09:01:23 +0100 (Thu, 15 Jan 2009) New Revision: 3454
Modified: software_suite_v2/tuxware/tuxdriver/trunk/unix/Makefile Log: * Fixed the linux makefile. No need of the gcc-3.3 compiler Modified: software_suite_v2/tuxware/tuxdriver/trunk/unix/Makefile =================================================================== --- software_suite_v2/tuxware/tuxdriver/trunk/unix/Makefile 2009-01-15 07:55:35 UTC (rev 3453) +++ software_suite_v2/tuxware/tuxdriver/trunk/unix/Makefile 2009-01-15 08:01:23 UTC (rev 3454) @@ -1,5 +1,5 @@ PROJECT = libtuxdriver -CC = gcc-3.3 +CC = gcc OBJ_DIR = ../obj SRC_DIR = ../src OUTPUT_DIR = ./ ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
