Files
libremetaverse/applications/SLIRC/monobuild.sh
2006-08-04 18:44:34 +00:00

6 lines
299 B
Bash
Executable File

#!/bin/bash
## A small file to help build SLIRC in mono.
resgen /compile frmSLIRC.resx Properties/Resources.resx
gmcs -r:bin/Debug/Meebey.SmartIrc4net.dll -r:bin/Debug/libsecondlife.dll -r:System.Windows.Forms -r:System.Drawing -r:System.Data *.cs Properties/*.cs
mv Program.exe bin/Debug/SLIRC.exe