Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--contrib/Firebird/Firebird.mdp5
-rw-r--r--contrib/Mono.Addins/Mono.Addins.Gui.mdp6
-rw-r--r--contrib/Mono.Addins/Mono.Addins.Setup.mdp6
-rw-r--r--contrib/Mono.Addins/Mono.Addins.mdp4
5 files changed, 24 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b49d8e529b..8d16ef9072 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-09-20 Michael Hutchinson <mhutchinson@novell.com>
+ * contrib/Mono.Addins/Mono.Addins.Setup.mdp,
+ contrib/Mono.Addins/Mono.Addins.mdp,
+ contrib/Mono.Addins/Mono.Addins.Gui.mdp: Update targets for custom
+ build.
+ * contrib/Firebird/Firebird.mdp: Add files.
+
+2007-09-20 Michael Hutchinson <mhutchinson@novell.com>
+
* configure.in, monodevelop.in: Mozilla detection script now checks paths
for gtkembedmoz.so so that MD doesn't end up with an invalid Mozilla
path.
diff --git a/contrib/Firebird/Firebird.mdp b/contrib/Firebird/Firebird.mdp
index 27656b88bc..3cc970ade6 100644
--- a/contrib/Firebird/Firebird.mdp
+++ b/contrib/Firebird/Firebird.mdp
@@ -9,4 +9,9 @@
<Execution runwithwarnings="True" consolepause="True" />
</Configuration>
</Configurations>
+ <Contents>
+ <File name="./FirebirdSql.Data.Firebird.dll" subtype="Code" buildaction="Nothing" />
+ <File name="./FirebirdSql.Data.Firebird.license.txt" subtype="Code" buildaction="Nothing" />
+ <File name="./Makefile.am" subtype="Code" buildaction="Nothing" />
+ </Contents>
</Project> \ No newline at end of file
diff --git a/contrib/Mono.Addins/Mono.Addins.Gui.mdp b/contrib/Mono.Addins/Mono.Addins.Gui.mdp
index 7725fb3267..9ad974e2ea 100644
--- a/contrib/Mono.Addins/Mono.Addins.Gui.mdp
+++ b/contrib/Mono.Addins/Mono.Addins.Gui.mdp
@@ -2,7 +2,8 @@
<Configurations active="Debug">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<CustomCommands>
- <Command type="Build" command="make Mono.Addins.Gui.dll" workingdir="${ProjectDir}" />
+ <Command type="Build" command="make Mono.Addins.Gui" workingdir="${ProjectDir}" />
+ <Command type="Clean" command="rm Mono.Addins.Gui.dll*" workingdir="${TargetDir}" />
</CustomCommands>
<Output directory="../../build/bin" signAssembly="True" assemblyKeyFile="./src/mono-addins.snk" assembly="Mono.Addins.Gui" />
<Build debugmode="True" target="Library" />
@@ -11,7 +12,8 @@
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<CustomCommands>
- <Command type="Build" command="make Mono.Addins.Gui.dll" workingdir="${ProjectDir}" />
+ <Command type="Build" command="make Mono.Addins.Gui" workingdir="${ProjectDir}" />
+ <Command type="Clean" command="rm Mono.Addins.Gui.dll*" workingdir="${TargetDir}" />
</CustomCommands>
<Output directory="../../build/bin" signAssembly="True" assemblyKeyFile="./src/mono-addins.snk" assembly="Mono.Addins.Gui" />
<Build debugmode="False" target="Library" />
diff --git a/contrib/Mono.Addins/Mono.Addins.Setup.mdp b/contrib/Mono.Addins/Mono.Addins.Setup.mdp
index e7d056029c..d71838aaa4 100644
--- a/contrib/Mono.Addins/Mono.Addins.Setup.mdp
+++ b/contrib/Mono.Addins/Mono.Addins.Setup.mdp
@@ -2,7 +2,8 @@
<Configurations active="Debug">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<CustomCommands>
- <Command type="Build" command="make Mono.Addins.Setup.dll" workingdir="${ProjectDir}" />
+ <Command type="Build" command="make Mono.Addins.Setup" workingdir="${ProjectDir}" />
+ <Command type="Clean" command="rm Mono.Addins.Setup.dll*" workingdir="${TargetDir}" />
</CustomCommands>
<Output directory="../../build/bin" signAssembly="True" assemblyKeyFile="./src/mono-addins.snk" assembly="Mono.Addins.Setup" />
<Build debugmode="True" target="Library" />
@@ -11,7 +12,8 @@
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<CustomCommands>
- <Command type="Build" command="make Mono.Addins.Setup.dll" workingdir="${ProjectDir}" />
+ <Command type="Build" command="make Mono.Addins.Setup" workingdir="${ProjectDir}" />
+ <Command type="Clean" command="rm Mono.Addins.Setup.dll*" workingdir="${TargetDir}" />
</CustomCommands>
<Output directory="../../build/bin" signAssembly="True" assemblyKeyFile="./src/mono-addins.snk" assembly="Mono.Addins.Setup" />
<Build debugmode="False" target="Library" />
diff --git a/contrib/Mono.Addins/Mono.Addins.mdp b/contrib/Mono.Addins/Mono.Addins.mdp
index 1a9a1863d3..c1160d0522 100644
--- a/contrib/Mono.Addins/Mono.Addins.mdp
+++ b/contrib/Mono.Addins/Mono.Addins.mdp
@@ -3,6 +3,7 @@
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<CustomCommands>
<Command type="Build" command="make Mono.Addins" workingdir="${ProjectDir}" />
+ <Command type="Clean" command="rm Mono.Addins.dll*" workingdir="${TargetDir}" />
</CustomCommands>
<Output directory="../../build/bin" signAssembly="True" assemblyKeyFile="./src/mono-addins.snk" assembly="Mono.Addins.dll" />
<Build debugmode="True" target="Exe" />
@@ -11,7 +12,8 @@
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<CustomCommands>
- <Command type="Build" command="make Mono.Addins" workingdir="${ProjectDir}" />
+ <Command type="Build" command="make Mono.Addins.dll" workingdir="${ProjectDir}" />
+ <Command type="Clean" command="rm Mono.Addins.dll*" workingdir="${TargetDir}" />
</CustomCommands>
<Output directory="../../build/bin" signAssembly="True" assemblyKeyFile="./src/mono-addins.snk" assembly="Mono.Addins.dll" />
<Build debugmode="False" target="Exe" />