OSDN Git Service

Building of windows voice plugins fails. Add code to runprebuild.sh after running...
authorDouglas R. Miles <logicmoo@gmail.com>
Mon, 15 Mar 2010 21:44:18 +0000 (21:44 +0000)
committerDouglas R. Miles <logicmoo@gmail.com>
Mon, 15 Mar 2010 21:44:18 +0000 (21:44 +0000)
http://jira.openmetaverse.org/browse/RAD-122

git-svn-id: https://radegast.googlecode.com/svn/trunk@510 f7a694da-4d33-11de-9ad6-1127a62b9fcd

NullBuild.txt [new file with mode: 0644]
runprebuild.sh

diff --git a/NullBuild.txt b/NullBuild.txt
new file mode 100644 (file)
index 0000000..58d4e51
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" ?>
+<project name="NullBuild" default="build">
+  <target name="build">
+  </target>
+  <target name="clean">
+    <delete dir="${bin.dir}" failonerror="false" />
+    <delete dir="${obj.dir}" failonerror="false" />
+  </target>
+  <target name="doc" description="Creates documentation.">
+  </target>
+</project>
+
index 257663a..734f91f 100755 (executable)
@@ -6,6 +6,8 @@ cp Radegast/assemblies/* bin
 
 mono Radegast/Prebuild.exe /target nant
 mono Radegast/Prebuild.exe /target monodev
+cp -f NullBuild.txt plugins/Radegast.Plugin.Speech/RadSpeechWin/RadSpeechWin.dll.build
+
 
 if [ x$1 == xnant ]; then
     nant -buildfile:Radegast.build