NANT
Greetings,
Following the suggestion of ??, I tried a program called NANT. I placed this file in the directory, so that it could see the following folders, Server, Scripts, and Data.
Simple enter the command...
$ nantHere is the resulting error...
BUILD FAILED - 0 non-fatal error(s), 62 warning(s)
/home/test/runuo/RunUO-v2.0-SVN/RunUO.build(25,10):
External Program Failed: /usr/local/lib/pkgconfig/../../lib/mono/2.0/gmcs.exe (return code was 1)
Total time: 3.7 seconds.
Here is the section of code...
target name="compile:server"
csc debug="${debug}" unsafe="true" target="exe"
main="Server.Core" win32icon="${src.ico}"
define="MONO"
output="${out.server}"
sources
include name="${src.server}/**/*.cs" /
/sources
/csc
/target
Any Suggestion?
-Ravon

0 Comments:
Post a Comment
<< Home