[Monodevelop-patches-list] r419 - in trunk/MonoDevelop: build/AddIns/AddIns/Misc/StartPage src/AddIns/Misc/StartPage
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Jan 10 01:14:20 EST 2004
Author: tberman
Date: 2004-01-10 01:14:19 -0500 (Sat, 10 Jan 2004)
New Revision: 419
Added:
trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile
Modified:
trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage/
Log:
missed these
Property changes on: trunk/MonoDevelop/build/AddIns/AddIns/Misc/StartPage
___________________________________________________________________
Name: svn:ignore
+ *.dll
Added: trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile 2004-01-10 06:07:58 UTC (rev 418)
+++ trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile 2004-01-10 06:14:19 UTC (rev 419)
@@ -0,0 +1,16 @@
+SOURCES= \
+AssemblyInfo.cs \
+ICSharpCodePage.cs \
+Main.cs \
+StartPage.cs
+
+DLL=../../../../build/AddIns/AddIns/Misc/StartPage/ICSharpCode.StartPage.dll
+
+all: $(DLL)
+
+$(DLL): $(SOURCES)
+ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll \
+ /r:../../../../build/bin/ICSharpCode.Core.dll \
+ /r:../../../../build/bin/SharpDevelop.Base.dll \
+ /r:gtk-sharp.dll \
+ $(SOURCES)
More information about the Monodevelop-patches-list
mailing list