Add empty file
authorMiguel de Icaza <miguel@gnome.org>
Thu, 20 Nov 2003 00:36:41 +0000 (00:36 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 20 Nov 2003 00:36:41 +0000 (00:36 -0000)
svn path=/trunk/mcs/; revision=20252

mcs/class/System.Drawing/gdiplus/Makefile
mcs/class/System.Drawing/gdiplus/empty.c [new file with mode: 0755]

index 4dc4670ec48d5ada27557abe959a62e3983e9629..8c4014b24ec3bc88b3f2376c1b332918d271787f 100644 (file)
@@ -32,6 +32,7 @@ all-local:
                make guilibrary; \
        else \
                echo WARNING: Skipping gdiplus library compilation; \
+               gcc -shared -Wl,-soname,libgdiplus.dll.so -o $(gdiplus) empty.c 
        fi)
 
 clean-local:
diff --git a/mcs/class/System.Drawing/gdiplus/empty.c b/mcs/class/System.Drawing/gdiplus/empty.c
new file mode 100755 (executable)
index 0000000..264324c
--- /dev/null
@@ -0,0 +1 @@
+/* empty file */