* TreeView.cs: Implement owner draw tree nodes. And a couple
[mono.git] / mcs / class / Managed.Windows.Forms / Makefile
index 19f827f69073082f7f670ae24399ece896f507bc..38b3fd0a049d96198b55b49fb4656ffd50800dd9 100644 (file)
@@ -3,45 +3,104 @@ include ../../build/rules.make
 
 LIBRARY = System.Windows.Forms.dll
 
-# UTF-8
-CODEPAGE = 65001
-
 LIB_MCS_FLAGS = /unsafe \
        /r:$(corlib) /r:System.dll /r:System.Xml.dll \
        /r:System.Drawing.dll /r:Accessibility.dll \
        /r:System.Data.dll /r:Mono.Posix.dll \
        @System.Windows.Forms.dll.resources \
-       /nowarn:649 /nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114
+       -debug
 
 RESX_RESOURCES = \
        resources/System.Windows.Forms.resources \
        resources/System.Windows.Forms.en.resources \
-       resources/System.Windows.Forms.de.resources
+       resources/System.Windows.Forms.de.resources \
+       resources/keyboards.resources
 
-CUR_RESOURCES = \
+CUR_RESOURCES = resources/NWSE.cur resources/NESW.cur \
        resources/SplitterNS.cur \
-       resources/SplitterWE.cur
+       resources/SplitterWE.cur \
+       resources/NWSE.cur \
+       resources/NESW.cur \
+       resources/DnDNo.cur \
+       resources/DnDCopy.cur \
+       resources/DnDLink.cur \
+       resources/DnDMove.cur
 
 RESOURCES = $(RESX_RESOURCES) $(CUR_RESOURCES)
 
 PREBUILT = $(RESX_RESOURCES:=.prebuilt)
 
+IMAGES_RESOURCES = \
+       resources/16_computer.png               \
+       resources/32_computer.png               \
+       resources/computer.png                  \
+       resources/16_document-open.png          \
+       resources/32_document-open.png          \
+       resources/document-open.png             \
+       resources/16_folder.png                 \
+       resources/folder-new.png                \
+       resources/folder.png                    \
+       resources/16_folder-remote.png          \
+       resources/32_folder-remote.png          \
+       resources/folder-remote.png             \
+       resources/go-previous.png               \
+       resources/go-top.png                    \
+       resources/22_page-magnifier.png         \
+       resources/preferences-system-windows.png\
+       resources/16_printer.png                \
+       resources/32_printer.png                \
+       resources/text-x-generic.png            \
+       resources/16_user-desktop.png           \
+       resources/32_user-desktop.png           \
+       resources/user-desktop.png              \
+       resources/16_user-home.png              \
+       resources/32_user-home.png              \
+       resources/user-home.png         \
+       resources/dialog-error.png              \
+       resources/dialog-information.png        \
+       resources/dialog-question.png           \
+       resources/dialog-warning.png            \
+       resources/1-up.png                      \
+       resources/2-up.png                      \
+       resources/3-up.png                      \
+       resources/4-up.png                      \
+       resources/6-up.png
+
+
+TEST_DISTFILES = \
+       M.gif \
+       Test/resources/a.cur \
+       Test/System.Resources/compat_1_1.resx \
+       Test/System.Resources/compat_2_0.resx \
+       Test/System.Windows.Forms/bitmaps/a.png
+
 EXTRA_DISTFILES = \
        README System.Windows.Forms.dll.resources \
-       $(RESX_RESOURCES:.resources=.resx) $(CUR_RESOURCES) $(PREBUILT) build-csproj
+       $(RESX_RESOURCES:.resources=.resx) $(CUR_RESOURCES) $(PREBUILT) build-csproj build-csproj2k5 \
+       $(IMAGES_RESOURCES) \
+       $(TEST_DISTFILES)
 
-TEST_MCS_FLAGS = /r:System.Drawing.dll
+TEST_MCS_FLAGS = /r:System.Data.dll /r:System.Drawing.dll \
+       -resource:Test/resources/a.cur,a.cur
 
-SWF.csproj: System.Windows.Forms.dll.sources
+SWF.csproj: System.Windows.Forms.dll.sources System.Windows.Forms.dll.resources build-csproj
        ./build-csproj
 
+SWF2k5.csproj: System.Windows.Forms.dll.sources System.Windows.Forms.dll.resources build-csproj2k5
+       ./build-csproj2k5
+
 include ../../build/library.make
 
-$(the_lib): $(RESOURCES) SWF.csproj
+TEST_HARNESS_EXCLUDES = /exclude:Interactive,NotWorking,ValueAdd,CAS,InetAccess
+TEST_HARNESS_EXCLUDES_ONDOTNET = /exclude:Interactive,NotDotNet,CAS
+
+$(the_lib): $(RESOURCES) SWF.csproj SWF2k5.csproj
 
 $(RESX_RESOURCES): %.resources: %.resx
        $(RESGEN) $< || cp $@.prebuilt $@
 
+$(LIBRARY): $(CUR_RESOURCES)
+
 $(PREBUILT): %.prebuilt: %
        cp $* $@