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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2008-12-18 02:43:05 +0300
committerJb Evain <jbevain@gmail.com>2008-12-18 02:43:05 +0300
commite93ddeb30ae02a1475e03d622201ecbc890c4573 (patch)
tree7f076806d008e8632fcca8d1870d1bed03a017cc /webcompare
parent5a7792687b0b89c2b4858b6312f90f43ec6fa1e4 (diff)
2008-12-18 Jb Evain <jbevain@novell.com>
* Makefile: rename Mono.API.Compare to Mono.Api.Compare. svn path=/trunk/mono-tools/; revision=121737
Diffstat (limited to 'webcompare')
-rw-r--r--webcompare/ChangeLog4
-rw-r--r--webcompare/Makefile8
2 files changed, 8 insertions, 4 deletions
diff --git a/webcompare/ChangeLog b/webcompare/ChangeLog
index 490faa90..88b9ad79 100644
--- a/webcompare/ChangeLog
+++ b/webcompare/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-18 Jb Evain <jbevain@novell.com>
+
+ * Makefile: rename Mono.API.Compare to Mono.Api.Compare.
+
2008-12-16 Miguel de Icaza <miguel@novell.com>
* index.aspx: add listing of assemblies.
diff --git a/webcompare/Makefile b/webcompare/Makefile
index ae3d46dd..94b33836 100644
--- a/webcompare/Makefile
+++ b/webcompare/Makefile
@@ -9,11 +9,11 @@ SOURCES = \
$(base)/Metadata.cs \
$(base)/Masterinfo.cs
-all: bin/Mono.API.Compare.dll bin/Mono.Cecil.dll
+all: bin/Mono.Api.Compare.dll bin/Mono.Cecil.dll
-bin/Mono.API.Compare.dll: $(SOURCES) Makefile bin/Mono.Cecil.dll
+bin/Mono.Api.Compare.dll: $(SOURCES) Makefile bin/Mono.Cecil.dll
-mkdir bin
- gmcs -debug -target:library -out:bin/Mono.API.Compare.dll $(SOURCES) -r:bin/Mono.Cecil.dll
+ gmcs -debug -target:library -out:bin/Mono.Api.Compare.dll $(SOURCES) -r:bin/Mono.Cecil.dll
bin/Mono.Cecil.dll:
cp `pkg-config --variable Libraries cecil` bin/
@@ -29,4 +29,4 @@ run: all
xsp2
push: all
- rsync --rsh=ssh -pr bin Global.asax *.gif *.png Web.config index.aspx status.aspx mono-web@www.go-mono.com:go-mono/status/ \ No newline at end of file
+ rsync --rsh=ssh -pr bin Global.asax *.gif *.png Web.config index.aspx status.aspx mono-web@www.go-mono.com:go-mono/status/