[Pntool-developers] SF.net SVN: pntool:[169] translator/Makefile
Brought to you by:
compaqdrew,
miordache
From: <the...@us...> - 2009-07-06 21:02:11
|
Revision: 169 http://pntool.svn.sourceforge.net/pntool/?rev=169&view=rev Author: thecodeweasel Date: 2009-07-06 20:55:22 +0000 (Mon, 06 Jul 2009) Log Message: ----------- working on GCC 3 support Modified Paths: -------------- translator/Makefile Modified: translator/Makefile =================================================================== --- translator/Makefile 2009-07-06 19:54:06 UTC (rev 168) +++ translator/Makefile 2009-07-06 20:55:22 UTC (rev 169) @@ -1,5 +1,5 @@ COMPILER=gcc -g -std=gnu89 -O0 -INCLUDES=-iquote../pnheaders -I../third-party/ANTLR3_ctarget_3_1_3 -I../third-party/ANTLR3_ctarget_3_1_3/include +INCLUDES=-I../pnheaders -I../third-party/ANTLR3_ctarget_3_1_3 -I../third-party/ANTLR3_ctarget_3_1_3/include pnscript : dataStructures.o main.o pnscriptParser.o pnscriptLexer.o pncompactor.o pngenerator.o ar -rs libtranslator.a *.o ../third-party/ANTLR3_ctarget_3_1_3/*.o This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |