Author: lluis
Date: 2006-03-24 11:30:45 -0500 (Fri, 24 Mar 2006)
New Revision: 58429
Modified:
trunk/monodevelop/Extras/BooBinding/BooBinding.addin.xml
trunk/monodevelop/Extras/BooBinding/BooBinding.mdp
trunk/monodevelop/Extras/BooBinding/BooBinding.mds
trunk/monodevelop/Extras/BooBinding/BooShell/BooShell.mdp
trunk/monodevelop/Extras/BooBinding/ChangeLog
trunk/monodevelop/Extras/BooBinding/Makefile.am
Log:
2006-03-24 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* BooShell/BooShell.mdp:
* BooBinding.mdp:
* BooBinding.mds: Updated.
* Makefile.am: Use an unified format. Patch by Matze Braun.
* BooBinding.addin.xml: Updated add-in versions.
Modified: trunk/monodevelop/Extras/BooBinding/BooBinding.addin.xml
===================================================================
--- trunk/monodevelop/Extras/BooBinding/BooBinding.addin.xml 2006-03-24
16:25:44 UTC (rev 58428)
+++ trunk/monodevelop/Extras/BooBinding/BooBinding.addin.xml 2006-03-24
16:30:45 UTC (rev 58429)
@@ -5,7 +5,7 @@
url = "http://boo.codehaus.org"
description = "Boo Language Binding"
category = "Language bindings"
- version = "0.1">
+ version = "0.2">
<Runtime>
<Import assembly = "BooBinding.dll"/>
@@ -13,8 +13,8 @@
</Runtime>
<Dependencies>
- <AddIn id="MonoDevelop.Ide" version="0.9.0"/>
- <AddIn id="MonoDevelop.SourceEditor" version="0.9.0"/>
+ <AddIn id="MonoDevelop.Ide" version="0.10.0"/>
+ <AddIn id="MonoDevelop.SourceEditor" version="0.10.0"/>
</Dependencies>
<Extension path = "/SharpDevelop/Workbench/FileFilter">
Modified: trunk/monodevelop/Extras/BooBinding/BooBinding.mdp
===================================================================
--- trunk/monodevelop/Extras/BooBinding/BooBinding.mdp 2006-03-24 16:25:44 UTC
(rev 58428)
+++ trunk/monodevelop/Extras/BooBinding/BooBinding.mdp 2006-03-24 16:30:45 UTC
(rev 58429)
@@ -1,14 +1,14 @@
<Project name="BooBinding" fileversion="2.0" language="Boo"
ctype="DotNetProject">
<Configurations active="Debug">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../../build/AddIns/BackendBindings"
assembly="BooBinding" />
+ <Output directory="../../build/AddIns/BackendBindings/"
assembly="BooBinding" />
<Build debugmode="True" target="Library" />
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
<CodeGeneration genwarnings="False" ducky="False" culture=""
ctype="BooCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="./bin/Release" assembly="BooBinding" />
- <Build debugmode="False" target="Exe" />
+ <Output directory="../../build/AddIns/BackendBindings/"
assembly="BooBinding" />
+ <Build debugmode="False" target="Library" />
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
<CodeGeneration genwarnings="False" ducky="False" culture=""
ctype="BooCompilerParameters" />
</Configuration>
@@ -17,44 +17,68 @@
<excludeFiles />
</DeploymentInformation>
<Contents>
+ <File name="./templates/BooGtkSharpProject.xpt.xml" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./templates/BooLibraryProject.xpt.xml" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./templates/BooGtkSharpWindow.xft.xml" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./templates/EmptyBooFile.xft.xml" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./templates/EmptyBooProject.xpt.xml" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./icons/BooBinding.Base" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./icons/Boo.File.EmptyFile" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./icons/Boo.File.Form" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./icons/Boo.FileIcon" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./icons/Boo.Project.EmptyProject" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./icons/Boo.Project.Form" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./icons/Boo.ProjectIcon" subtype="Code"
buildaction="EmbedAsResource" />
+ <File name="./FormattingStrategy/BooFormattingStrategy.boo" subtype="Code"
buildaction="Compile" />
+ <File name="./Gui/ShellTextView.boo" subtype="Code" buildaction="Compile"
/>
+ <File name="./Gui/IShellModel.boo" subtype="Code" buildaction="Compile" />
+ <File name="./Gui/BooShellModel.boo" subtype="Code" buildaction="Compile"
/>
+ <File name="./Gui/OptionPanels/CodeCompilationPanel.boo" subtype="Code"
buildaction="Compile" />
+ <File name="./Gui/OptionPanels/GeneralShellPanel.boo" subtype="Code"
buildaction="Compile" />
+ <File name="./Gui/OptionPanels/GeneralBooShellPanel.boo" subtype="Code"
buildaction="Compile" />
+ <File name="./Project/BooCompilerParameters.boo" subtype="Code"
buildaction="Compile" />
+ <File name="./Properties/ShellProperties.boo" subtype="Code"
buildaction="Compile" />
+ <File name="./Properties/BooShellProperties.boo" subtype="Code"
buildaction="Compile" />
+ <File name="./BooBindingCompilerServices.boo" subtype="Code"
buildaction="Compile" />
<File name="./BooAmbience.boo" subtype="Code" buildaction="Compile" />
- <File name="./BooBindingCompilerServices.boo" subtype="Code"
buildaction="Compile" />
+ <File name="./BooShellPadContent.boo" subtype="Code" buildaction="Compile"
/>
<File name="./BooCompiler.boo" subtype="Code" buildaction="Compile" />
<File name="./BooLanguageBinding.boo" subtype="Code" buildaction="Compile"
/>
- <File name="./BooShellPadContent.boo" subtype="Code" buildaction="Compile"
/>
- <File name="./Gui/BooShellModel.boo" subtype="Code" buildaction="Compile"
/>
- <File name="./Gui/IShellModel.boo" subtype="Code" buildaction="Compile" />
- <File name="./Gui/ShellTextView.boo" subtype="Code" buildaction="Compile"
/>
- <File name="./Gui/OptionPanels/CodeCompilationPanel.boo" subtype="Code"
buildaction="Compile" />
- <File name="./Gui/OptionPanels/GeneralBooShellPanel.boo" subtype="Code"
buildaction="Compile" />
- <File name="./Gui/OptionPanels/GeneralShellPanel.boo" subtype="Code"
buildaction="Compile" />
<File name="./Parser/BooParser.boo" subtype="Code" buildaction="Compile" />
+ <File name="./Parser/Resolver.boo" subtype="Code" buildaction="Compile" />
+ <File name="./Parser/TypeMembers.boo" subtype="Code" buildaction="Compile"
/>
<File name="./Parser/ExpressionFinder.boo" subtype="Code"
buildaction="Compile" />
+ <File name="./Parser/ReturnType.boo" subtype="Code" buildaction="Compile"
/>
+ <File name="./Parser/VariableLookupVisitor.boo" subtype="Code"
buildaction="Compile" />
<File name="./Parser/ExpressionTypeVisitor.boo" subtype="Code"
buildaction="Compile" />
- <File name="./Parser/Resolver.boo" subtype="Code" buildaction="Compile" />
- <File name="./Parser/ReturnType.boo" subtype="Code" buildaction="Compile"
/>
<File name="./Parser/Tree.boo" subtype="Code" buildaction="Compile" />
- <File name="./Parser/TypeMembers.boo" subtype="Code" buildaction="Compile"
/>
- <File name="./Parser/VariableLookupVisitor.boo" subtype="Code"
buildaction="Compile" />
<File name="./Parser/Visitor.boo" subtype="Code" buildaction="Compile" />
- <File name="./Project/BooCompilerParameters.boo" subtype="Code"
buildaction="Compile" />
- <File name="./Properties/BooShellProperties.boo" subtype="Code"
buildaction="Compile" />
- <File name="./Properties/ShellProperties.boo" subtype="Code"
buildaction="Compile" />
</Contents>
<References>
- <ProjectReference type="Gac" localcopy="False" refto="gtk-sharp,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="False" refto="gtksourceview-sharp,
Version=1.0.0.2, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="False"
refto="Boo.Lang.Interpreter, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=32c39770e9a21a67" />
- <ProjectReference type="Gac" localcopy="False" refto="Boo.Lang.Compiler,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
- <ProjectReference type="Gac" localcopy="False" refto="Boo,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
- <ProjectReference type="Gac" localcopy="False" refto="gdk-sharp,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="False" refto="System.Xml,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Gac" localcopy="False" refto="pango-sharp,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="False" refto="gconf-sharp,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="False" refto="Boo.Lang.Parser,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
- <ProjectReference type="Project" localcopy="False" refto="BooShell" />
- <ProjectReference type="Gac" localcopy="False" refto="glib-sharp,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="System.Drawing,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <ProjectReference type="Gac" localcopy="True" refto="System.Xml,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <ProjectReference type="Gac" localcopy="True"
refto="System.Runtime.Remoting, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089" />
+ <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Core"
/>
+ <ProjectReference type="Project" localcopy="True"
refto="MonoDevelop.Core.Gui" />
+ <ProjectReference type="Project" localcopy="True"
refto="MonoDevelop.Projects" />
+ <ProjectReference type="Project" localcopy="True"
refto="MonoDevelop.Projects.Gui" />
+ <ProjectReference type="Project" localcopy="True"
refto="MonoDevelop.Components" />
+ <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Ide"
/>
<ProjectReference type="Project" localcopy="True"
refto="MonoDevelop.SourceEditor" />
- <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Core"
/>
+ <ProjectReference type="Project" localcopy="True"
refto="ICSharpCode.SharpRefactory" />
+ <ProjectReference type="Project" localcopy="True" refto="BooShell" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang.Useful,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang.CodeDom,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang.Compiler,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang.Parser,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang.Interpreter,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="pango-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="atk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="glib-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="gtksourceview-sharp,
Version=1.0.0.2, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</References>
</Project>
\ No newline at end of file
Modified: trunk/monodevelop/Extras/BooBinding/BooBinding.mds
===================================================================
--- trunk/monodevelop/Extras/BooBinding/BooBinding.mds 2006-03-24 16:25:44 UTC
(rev 58428)
+++ trunk/monodevelop/Extras/BooBinding/BooBinding.mds 2006-03-24 16:30:45 UTC
(rev 58429)
@@ -6,7 +6,7 @@
</Configuration>
<Configuration name="Release" ctype="CombineConfiguration">
<Entry configuration="Release" build="True" name="BooBinding" />
- <Entry configuration="Release" build="True" name="BooShell" />
+ <Entry configuration="Debug" build="True" name="BooShell" />
</Configuration>
</Configurations>
<StartMode startupentry="BooBinding" single="True">
Modified: trunk/monodevelop/Extras/BooBinding/BooShell/BooShell.mdp
===================================================================
--- trunk/monodevelop/Extras/BooBinding/BooShell/BooShell.mdp 2006-03-24
16:25:44 UTC (rev 58428)
+++ trunk/monodevelop/Extras/BooBinding/BooShell/BooShell.mdp 2006-03-24
16:30:45 UTC (rev 58429)
@@ -1,14 +1,14 @@
<Project name="BooShell" fileversion="2.0" language="Boo"
ctype="DotNetProject">
<Configurations active="Debug">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../../../build/AddIns/BackendBindings"
assembly="BooShell" />
+ <Output directory="../../../build/AddIns/BackendBindings/"
assembly="BooShell" />
<Build debugmode="True" target="Library" />
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
<CodeGeneration genwarnings="False" ducky="False" culture=""
ctype="BooCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="./bin/Release" assembly="BooShell" />
- <Build debugmode="False" target="Exe" />
+ <Output directory="../../../build/AddIns/BackendBindings/"
assembly="BooShell" />
+ <Build debugmode="False" target="Library" />
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
<CodeGeneration genwarnings="False" ducky="False" culture=""
ctype="BooCompilerParameters" />
</Configuration>
@@ -20,9 +20,18 @@
<File name="./BooShell.boo" subtype="Code" buildaction="Compile" />
</Contents>
<References>
- <ProjectReference type="Gac" localcopy="False"
refto="System.Windows.Forms, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Gac" localcopy="False" refto="gtk-sharp,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="False"
refto="Boo.Lang.Interpreter, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=32c39770e9a21a67" />
- <ProjectReference type="Gac" localcopy="False" refto="glib-sharp,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Core"
/>
+ <ProjectReference type="Project" localcopy="True"
refto="MonoDevelop.Core.Gui" />
+ <ProjectReference type="Gac" localcopy="True" refto="pango-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="atk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="glib-sharp,
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang.Useful,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang.CodeDom,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang.Compiler,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang.Parser,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
+ <ProjectReference type="Gac" localcopy="True" refto="Boo.Lang.Interpreter,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67" />
</References>
</Project>
\ No newline at end of file
Modified: trunk/monodevelop/Extras/BooBinding/ChangeLog
===================================================================
--- trunk/monodevelop/Extras/BooBinding/ChangeLog 2006-03-24 16:25:44 UTC
(rev 58428)
+++ trunk/monodevelop/Extras/BooBinding/ChangeLog 2006-03-24 16:30:45 UTC
(rev 58429)
@@ -1,3 +1,11 @@
+2006-03-24 Lluis Sanchez Gual <[EMAIL PROTECTED]>
+
+ * BooShell/BooShell.mdp:
+ * BooBinding.mdp:
+ * BooBinding.mds: Updated.
+ * Makefile.am: Use an unified format. Patch by Matze Braun.
+ * BooBinding.addin.xml: Updated add-in versions.
+
2006-02-24 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* BooBinding/BooShell/BooShell.mdp:
Modified: trunk/monodevelop/Extras/BooBinding/Makefile.am
===================================================================
--- trunk/monodevelop/Extras/BooBinding/Makefile.am 2006-03-24 16:25:44 UTC
(rev 58428)
+++ trunk/monodevelop/Extras/BooBinding/Makefile.am 2006-03-24 16:30:45 UTC
(rev 58429)
@@ -1,10 +1,9 @@
-#SUBDIRS = PythonShell
+SUBDIRS = BooShell
ADDIN_BUILD = $(top_builddir)/build/AddIns/BackendBindings
ASSEMBLY = $(ADDIN_BUILD)/BooBinding.dll
-BOOSHELL_LIB = $(ADDIN_BUILD)/BooShell.dll
-DLLS = -r:System.Drawing \
+REFS = -r:System.Drawing \
-r:System.Xml \
-r:System.Runtime.Remoting \
-r:$(top_builddir)/build/bin/MonoDevelop.Core.dll \
@@ -15,17 +14,12 @@
-r:$(top_builddir)/build/AddIns/MonoDevelop.Ide.dll \
-r:$(top_builddir)/build/AddIns/MonoDevelop.SourceEditor.dll \
-r:$(top_builddir)/build/AddIns/ICSharpCode.SharpRefactory.dll \
- -r:$(BOOSHELL_LIB) \
+ -r:$(top_builddir)/build/AddIns/BackendBindings/BooShell.dll \
$(BOO_LIBS) \
$(GTK_SHARP_LIBS) \
$(GCONF_SHARP_LIBS) \
$(GTKSOURCEVIEW_SHARP_LIBS)
-BOOSHELL_DLLS = -r:$(top_builddir)/build/bin/MonoDevelop.Core.dll \
- -r:$(top_builddir)/build/AddIns/MonoDevelop.Core.Gui.dll \
- $(GTK_SHARP_LIBS) \
- $(BOO_LIBS)
-
FILES = \
FormattingStrategy/BooFormattingStrategy.boo \
Gui/ShellTextView.boo \
@@ -52,8 +46,6 @@
Parser/Tree.boo \
Parser/Visitor.boo
-BOOSHELL_FILES = BooShell/BooShell.boo
-
RES = \
templates/BooGtkSharpProject.xpt.xml \
templates/BooLibraryProject.xpt.xml \
@@ -68,14 +60,10 @@
icons/Boo.Project.Form \
icons/Boo.ProjectIcon
-build_sources = $(addprefix $(srcdir)/, $(FILES))
-booshell_build_sources = $(addprefix $(srcdir)/, $(BOOSHELL_FILES))
-
ADDIN = BooBinding.addin.xml
if ENABLE_BOO
-all: $(ASSEMBLY) $(ADDIN_BUILD)/$(ADDIN) \
- $(BOOSHELL_LIB)
+all: $(ASSEMBLY) $(ADDIN_BUILD)/$(ADDIN)
else
all:
endif
@@ -84,20 +72,16 @@
mkdir -p $(ADDIN_BUILD)
cp $(srcdir)/$(ADDIN) $(ADDIN_BUILD)/.
-$(ASSEMBLY): $(FILES) $(BOOSHELL_LIB) $(RES)
+$(ASSEMBLY): $(FILES) $(RES)
mkdir -p $(ADDIN_BUILD)
- $(BOOC) $(DLLS) $(RES:%=-embedres:%) $(build_sources) -o:$@ -t:library
+ $(BOOC) $(REFS) $(RES:%=-embedres:%) $(build_sources) -o:$@ -t:library
-$(BOOSHELL_LIB): $(BOOSHELL_FILES)
- mkdir -p $(ADDIN_BUILD)
- $(BOOC) $(BOOSHELL_DLLS) $(booshell_build_sources) -o:$@ -t:library
-
if ENABLE_BOO
assemblydir = $(MD_ADDIN_DIR)/BackendBindings
-assembly_DATA = $(ASSEMBLY) $(ADDIN) $(BOOSHELL_LIB)
+assembly_DATA = $(ASSEMBLY) $(ADDIN)
endif
-CLEANFILES = $(ASSEMBLY) $(BOOSHELL_LIB)
-EXTRA_DIST = $(FILES) $(ADDIN) $(RES) $(BOOSHELL_FILES)
-
+CLEANFILES = $(ASSEMBLY)
+EXTRA_DIST = $(FILES) $(ADDIN) $(RES)
+include $(top_srcdir)/Makefile.include
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches