blob: 5a4d04a5878dc58ce4bf381d8823ef15b702b7f2 [file] [log] [blame] [raw]
#!/bin/sh
if [ -z "$CSC" ]; then
if [ -n "$CS" ]; then
CSC="$CS"
else
CSC=gmcs
fi
fi
SOURCES="EncodedRectangleFactory.cs
Encodings/RawRectangle.cs
Encodings/ZrleRectangle.cs
Encodings/RreRectangle.cs
Encodings/EncodedRectangle.cs
Encodings/HextileRectangle.cs
Encodings/CopyRectRectangle.cs
Encodings/ZlibRectangle.cs
Encodings/CoRRE.cs
Encodings/CoRreRectangle.cs
Framebuffer.cs
Properties/AssemblyInfo.cs
Readers/BigEndianBinaryReader.cs
Utils/Robot.cs
Utils/ScreenTree/QuadTree.cs
Utils/ScreenTree/QuadNode.cs
Utils/ScreenHandler.cs
Utils/PixelGrabber.cs
Utils/Rectangle2.cs
VncHost.cs
VncServer.cs
Writers/BigEndianBinaryWriter.cs
Writers/ZlibCompressedWriter.cs"
ulimit -s 8192
set -x
exec $CSC -unsafe -target:library $SOURCES -out:NVNC.dll -r:zlib.net.dll -r:System.Drawing.dll -r:System.Windows.Forms.dll