From 7e65590a55ba575d0086bdfc25addaf1051d799b Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 11 Sep 2010 01:13:08 +0100 Subject: Update Prebuild.exe with Prebuild r323 + an existing OpenSim specific nant hack to correctly clean up chosen OpenSim exes and dlls in bin/ on a "nant clean" Source code is included for reference. This can go away again once Prebuild is updated with a more general mechanism for cleaning up files. The Prebuild source code here can be built with nant, or regnerated for other tools using the prebuild at {root}/bin/Prebuild.exe --- Prebuild/doc/prebuild-example5.xml | 187 +++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 Prebuild/doc/prebuild-example5.xml (limited to 'Prebuild/doc/prebuild-example5.xml') diff --git a/Prebuild/doc/prebuild-example5.xml b/Prebuild/doc/prebuild-example5.xml new file mode 100644 index 0000000..5221547 --- /dev/null +++ b/Prebuild/doc/prebuild-example5.xml @@ -0,0 +1,187 @@ + + + + + + DEBUG;TRACE;WIN32 + false + true + bin\Debug + Tao.Sdl.xml + true + + + + + TRACE;WIN32 + true + true + bin\Release + Tao.Sdl.xml + false + + + + Tao.Sdl.License.txt + Tao.Sdl.Readme.txt + Tao.Sdl.snk + Tao.Sdl.dll.config + + + + + AssemblyInfo.cs + Sdl.cs + SdlImage.cs + SdlMixer.cs + SdlTtf.cs + SdlNet.cs + SdlGfx.cs + Smpeg.cs + DelegateCallingConventionCdeclAttribute.cs + + + + + + DEBUG;TRACE;WIN32 + false + false + bin\Debug + Tao.Sdl.Tests.xml + true + + + + + TRACE;WIN32 + true + false + bin\Release + Tao.Sdl.Tests.xml + false + + + + + + + AssemblyInfo.cs + SdlTest.cs + SdlTestVideo.cs + SdlTestImage.cs + SdlTestTtf.cs + SdlTestMixer.cs + SdlTestGfx.cs + SmpegTest.cs + + + + + + DEBUG;TRACE;WIN32 + false + false + bin\Debug + true + + + + + TRACE;WIN32 + true + false + bin\Release + false + + + + + + AssemblyInfo.cs + Rectangles.cs + + + + + + DEBUG;TRACE;WIN32 + false + false + bin\Debug + true + + + + + TRACE;WIN32 + true + false + bin\Release + false + + + + + + AssemblyInfo.cs + SmpegPlayer.cs + + + + + + DEBUG;TRACE;WIN32 + false + false + bin\Debug + true + + + + + TRACE;WIN32 + true + false + bin\Release + false + + + + + + AssemblyInfo.cs + GfxPrimitives.cs + + + + + + DEBUG;TRACE;WIN32 + false + false + bin\Debug + true + + + + + TRACE;WIN32 + true + false + bin\Release + false + + + + + AssemblyInfo.cs + AppMain.cs + BuildProcessor.cs + Options.cs + ReleaseBuildProcessor.cs + UsageHelp.cs + + + + -- cgit v1.1