diff options
author | lbsa71 | 2009-02-19 14:35:11 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-19 14:35:11 +0000 |
commit | 40d88ce9057babd28074afe803086bf415527dca (patch) | |
tree | 3fb229561ebd2c8a49c1839e630275dd8b0c7a3b /Prebuild/scripts | |
parent | * Reverted Prebuild commit due to strange run-time errors. (diff) | |
download | opensim-SC_OLD-40d88ce9057babd28074afe803086bf415527dca.zip opensim-SC_OLD-40d88ce9057babd28074afe803086bf415527dca.tar.gz opensim-SC_OLD-40d88ce9057babd28074afe803086bf415527dca.tar.bz2 opensim-SC_OLD-40d88ce9057babd28074afe803086bf415527dca.tar.xz |
* Reverted the revert, as it seems the problem was the 1.0.* in the separate projects.
Diffstat (limited to 'Prebuild/scripts')
-rw-r--r-- | Prebuild/scripts/VS2008.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Prebuild/scripts/VS2008.bat b/Prebuild/scripts/VS2008.bat new file mode 100644 index 0000000..b465668 --- /dev/null +++ b/Prebuild/scripts/VS2008.bat | |||
@@ -0,0 +1,4 @@ | |||
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 | ||