diff options
author | Justin Clark-Casey (justincc) | 2010-09-10 22:38:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-10 22:38:56 +0100 |
commit | 29708e47a56e6935f8965ef43556570bb82b64a9 (patch) | |
tree | 8ba76776609118904f8fd8350cd2f2712eda132c /Prebuild/scripts/VS2008.bat | |
parent | Remove parenthesis around the release flavour to get the version string back ... (diff) | |
parent | Build system upgrade: (diff) | |
download | opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.zip opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.gz opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.bz2 opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.xz |
Merge branch 'prebuild-update'
Diffstat (limited to '')
-rwxr-xr-x | Prebuild/scripts/VS2008.bat | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Prebuild/scripts/VS2008.bat b/Prebuild/scripts/VS2008.bat deleted file mode 100755 index eb51a82..0000000 --- a/Prebuild/scripts/VS2008.bat +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | @rem Generates a solution (.sln) and a set of project files (.csproj, .vbproj, etc.) | ||
2 | @rem for Microsoft Visual Studio .NET 2008 | ||
3 | cd .. | ||
4 | Prebuild.exe /target vs2008 /file prebuild.xml /pause | ||