OSDN Git Service

Removed the Mac specific build portion while on Linux
authorDouglas R. Miles <logicmoo@gmail.com>
Tue, 16 Mar 2010 02:03:58 +0000 (02:03 +0000)
committerDouglas R. Miles <logicmoo@gmail.com>
Tue, 16 Mar 2010 02:03:58 +0000 (02:03 +0000)
git-svn-id: https://radegast.googlecode.com/svn/trunk@515 f7a694da-4d33-11de-9ad6-1127a62b9fcd

runprebuild.sh

index 23b4737..8af73ab 100755 (executable)
@@ -7,6 +7,7 @@ cp Radegast/assemblies/* bin
 mono Radegast/Prebuild.exe /target nant
 
 cp -f NullBuild.txt plugins/Radegast.Plugin.Speech/RadSpeechWin/RadSpeechWin.dll.build
+cp -f NullBuild.txt plugins/Radegast.Plugin.Speech/RadSpeechMac/RadSpeechMac.dll.build
 cp -f NullBuild.txt plugins/Radegast.Plugin.Demo/Radegast.Plugin.Demo.dll.build
 
 if [ x$1 == xnant ]; then