From: <qr...@us...> - 2006-12-10 01:50:34
|
Revision: 291 http://svn.sourceforge.net/opengate/?rev=291&view=rev Author: qrstuvw Date: 2006-12-09 17:50:34 -0800 (Sat, 09 Dec 2006) Log Message: ----------- Modified TinyXML and some Makefiles Modified Paths: -------------- trunk/current/src/client/Makefile.am trunk/current/src/client/state/Makefile.am trunk/current/src/deps/tinyxml/tinyxml.h Modified: trunk/current/src/client/Makefile.am =================================================================== --- trunk/current/src/client/Makefile.am 2006-12-10 01:06:16 UTC (rev 290) +++ trunk/current/src/client/Makefile.am 2006-12-10 01:50:34 UTC (rev 291) @@ -1,4 +1,4 @@ -INCLUDES = $(all_includes) +INCLUDES = -I$(top_srcdir)/src/client -I$(top_srcdir)/src/deps $(all_includes) METASOURCES = AUTO SUBDIRS = logic state lib_LTLIBRARIES = libClient.la Modified: trunk/current/src/client/state/Makefile.am =================================================================== --- trunk/current/src/client/state/Makefile.am 2006-12-10 01:06:16 UTC (rev 290) +++ trunk/current/src/client/state/Makefile.am 2006-12-10 01:50:34 UTC (rev 291) @@ -1,4 +1,4 @@ -INCLUDES = $(all_includes) +INCLUDES = -I$(top_srcdir)/src/client $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libStates.la noinst_HEADERS = IntroState.h Modified: trunk/current/src/deps/tinyxml/tinyxml.h =================================================================== --- trunk/current/src/deps/tinyxml/tinyxml.h 2006-12-10 01:06:16 UTC (rev 290) +++ trunk/current/src/deps/tinyxml/tinyxml.h 2006-12-10 01:50:34 UTC (rev 291) @@ -43,6 +43,8 @@ #define DEBUG #endif +#define TIXML_USE_STL + #ifdef TIXML_USE_STL #include <string> #include <iostream> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |