From 9046cfa9e01a5afbbd4680d01548e2d38fd5180e Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 5 Nov 2006 13:11:41 +0000 Subject: [PATCH] Build system updates (filename casing) --- Build/Build-Mono.bat | 2 +- Build/Build-Net.bat | 2 +- Build/Clean.bat | 2 +- Build/MonoDevelop.sh | 2 +- Build/SharpDevelop2.bat | 2 +- Build/VS2005.bat | 2 +- Build/nant.bat | 2 +- Build/nant.sh | 2 +- changelog.txt => changelog_.txt | 0 license.txt => license_.txt | 0 prebuild.xml => prebuild_.xml | 0 11 files changed, 8 insertions(+), 8 deletions(-) rename changelog.txt => changelog_.txt (100%) rename license.txt => license_.txt (100%) rename prebuild.xml => prebuild_.xml (100%) diff --git a/Build/Build-Mono.bat b/Build/Build-Mono.bat index 8fb1a5a3..7b7a939f 100644 --- a/Build/Build-Mono.bat +++ b/Build/Build-Mono.bat @@ -1,4 +1,4 @@ cd.. -Build\Prebuild.exe /target nant /file prebuild.xml +Build\Prebuild.exe /target nant /file Prebuild.xml NAnt.exe -t:mono-2.0 Build\PostBuild.bat \ No newline at end of file diff --git a/Build/Build-Net.bat b/Build/Build-Net.bat index 206e3847..a5ccf255 100644 --- a/Build/Build-Net.bat +++ b/Build/Build-Net.bat @@ -1,4 +1,4 @@ cd.. -Build\Prebuild.exe /target nant /file prebuild.xml +Build\Prebuild.exe /target nant /file Prebuild.xml NAnt.exe -t:net-2.0 Build\PostBuild.bat \ No newline at end of file diff --git a/Build/Clean.bat b/Build/Clean.bat index d4272e9a..74e36e2a 100644 --- a/Build/Clean.bat +++ b/Build/Clean.bat @@ -1,4 +1,4 @@ cd .. -Build\Prebuild /clean /yes /removedir obj /file prebuild.xml +Build\Prebuild /clean /yes /removedir obj /file Prebuild.xml rd Binaries /S /Q pause \ No newline at end of file diff --git a/Build/MonoDevelop.sh b/Build/MonoDevelop.sh index fd3c1a8b..3a965e18 100644 --- a/Build/MonoDevelop.sh +++ b/Build/MonoDevelop.sh @@ -1,2 +1,2 @@ #!/bin/sh -./prebuild /target monodev /file ../prebuild.xml /pause +./prebuild /target monodev /file ../Prebuild.xml /pause diff --git a/Build/SharpDevelop2.bat b/Build/SharpDevelop2.bat index e9948711..a8d0d735 100644 --- a/Build/SharpDevelop2.bat +++ b/Build/SharpDevelop2.bat @@ -1,4 +1,4 @@ @rem Generates a combine (.cmbx) and a set of project files (.prjx) @rem for SharpDevelop (http://icsharpcode.net/OpenSource/SD/Default.aspx) cd .. -Build\Prebuild /target sharpdev2 /file prebuild.xml /pause +Build\Prebuild /target sharpdev2 /file Prebuild.xml /pause diff --git a/Build/VS2005.bat b/Build/VS2005.bat index 15b74fda..6274771d 100644 --- a/Build/VS2005.bat +++ b/Build/VS2005.bat @@ -1,4 +1,4 @@ @rem Generates a solution (.sln) and a set of project files (.csproj, .vbproj, etc.) @rem for Microsoft Visual Studio .NET 2005 cd .. -Build\Prebuild.exe /target vs2005 /file prebuild.xml /pause +Build\Prebuild.exe /target vs2005 /file Prebuild.xml /pause diff --git a/Build/nant.bat b/Build/nant.bat index bdd1b545..c187392f 100644 --- a/Build/nant.bat +++ b/Build/nant.bat @@ -1,2 +1,2 @@ cd .. -Build\Prebuild /target nant /file prebuild.xml +Build\Prebuild /target nant /file Prebuild.xml diff --git a/Build/nant.sh b/Build/nant.sh index a37ae792..2569c273 100644 --- a/Build/nant.sh +++ b/Build/nant.sh @@ -1,2 +1,2 @@ #!/bin/sh -./prebuild /target nant /file ../prebuild.xml /pause +./prebuild /target nant /file ../Prebuild.xml /pause diff --git a/changelog.txt b/changelog_.txt similarity index 100% rename from changelog.txt rename to changelog_.txt diff --git a/license.txt b/license_.txt similarity index 100% rename from license.txt rename to license_.txt diff --git a/prebuild.xml b/prebuild_.xml similarity index 100% rename from prebuild.xml rename to prebuild_.xml