From: <spo...@us...> - 2007-03-19 02:16:29
|
Revision: 331 http://svn.sourceforge.net/opengate/?rev=331&view=rev Author: spom_spom Date: 2007-03-17 13:13:14 -0700 (Sat, 17 Mar 2007) Log Message: ----------- Modified Paths: -------------- branches/ogsector/externals/ois-1.0RC1/Makefile.in branches/ogsector/resources.cfg Modified: branches/ogsector/externals/ois-1.0RC1/Makefile.in =================================================================== --- branches/ogsector/externals/ois-1.0RC1/Makefile.in 2007-03-17 20:10:28 UTC (rev 330) +++ branches/ogsector/externals/ois-1.0RC1/Makefile.in 2007-03-17 20:13:14 UTC (rev 331) @@ -160,7 +160,8 @@ check-recursive installcheck-recursive DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configure Makefile.am \ OIS.pc.in acinclude.m4 aclocal.m4 config.guess config.sub \ - configure.ac depcomp install-sh ltmain.sh missing mkinstalldirs + configure configure.ac depcomp install-sh ltmain.sh missing \ + mkinstalldirs DIST_SUBDIRS = $(SUBDIRS) all: all-recursive Modified: branches/ogsector/resources.cfg =================================================================== --- branches/ogsector/resources.cfg 2007-03-17 20:10:28 UTC (rev 330) +++ branches/ogsector/resources.cfg 2007-03-17 20:13:14 UTC (rev 331) @@ -10,5 +10,5 @@ FileSystem=./data/MediaFromOgre Zip=./data/MediaFromOgre/fonts.zip -FileSystem=../trunk/data/ -FileSystem=../trunk/data/materials +FileSystem=../../trunk/data/ +FileSystem=../../trunk/data/materials This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |