git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@117 52acb1d6-8a22-11de-b505-999d5b087335
6 lines
299 B
Bash
Executable File
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
|