From 7b66ef44c3830e9c935fd94da48ea075476f1381 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Fri, 30 May 2014 11:56:05 -0400 Subject: [PATCH] Add some info about xbuild command line switches to clean and select between producing Debug or Release binaries --- BUILDING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 5210b58f1f..d8deeeb237 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -19,10 +19,14 @@ Prereqs: From the distribution type: * ./runprebuild.sh - * nant (or xbuild) + * nant (or !* xbuild) * cd bin * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include * run mono OpenSim.exe + !* xbuild option switches + !* clean: xbuild /target:clean + !* debug: (default) xbuild /property:Configuration=Debug + !* release: xbuild /property:Configuration=Release # Using Monodevelop