aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-01-22 22:10:28 +0000
committerSean Dague2008-01-22 22:10:28 +0000
commit2a27eb883db7b00880e1c76e6976f20e076c1a28 (patch)
tree1c4f88d9aa2acddc2d07b7a7b6021d27cbc89684 /prebuild.xml
parent* I just love doing these substantial contributions. (diff)
downloadopensim-SC_OLD-2a27eb883db7b00880e1c76e6976f20e076c1a28.zip
opensim-SC_OLD-2a27eb883db7b00880e1c76e6976f20e076c1a28.tar.gz
opensim-SC_OLD-2a27eb883db7b00880e1c76e6976f20e076c1a28.tar.bz2
opensim-SC_OLD-2a27eb883db7b00880e1c76e6976f20e076c1a28.tar.xz
using embedded resources is a lot easier if you actually
build them in the first place. :)
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 52dfdeb..ba7285f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -972,6 +972,7 @@
972 <Reference name="Mono.Data.SqliteClient"/> 972 <Reference name="Mono.Data.SqliteClient"/>
973 <Files> 973 <Files>
974 <Match pattern="*.cs" recurse="true"/> 974 <Match pattern="*.cs" recurse="true"/>
975 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
975 </Files> 976 </Files>
976 </Project> 977 </Project>
977 978