Revision: 505
http://cadcdev.svn.sourceforge.net/cadcdev/?rev=505&view=rev
Author: atani
Date: 2007-09-03 11:44:28 -0700 (Mon, 03 Sep 2007)
Log Message:
-----------
adding tinyxml to object list
Modified Paths:
--------------
tiki/nds/Makefile
Modified: tiki/nds/Makefile
===================================================================
--- tiki/nds/Makefile 2007-09-03 03:44:24 UTC (rev 504)
+++ tiki/nds/Makefile 2007-09-03 18:44:28 UTC (rev 505)
@@ -45,7 +45,7 @@
$(BASE_HID_OBJ) $(BASE_IMAGE_OBJ) $(BASE_MATH_OBJ) \
$(BASE_THREAD_OBJ) $(BASE_NET_OBJ)
-THIRD_PARTY_OBJS = $(JPEG_OBJ) $(OGG_OBJ) $(VORBIS_OBJ) $(PNG_OBJ) $(ZLIB_OBJ)
+THIRD_PARTY_OBJS = $(JPEG_OBJ) $(OGG_OBJ) $(VORBIS_OBJ) $(PNG_OBJ) $(ZLIB_OBJ) $(TINYXML_OBJ)
TIKI_DIR=$(CURDIR)/..
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|