mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 04:45:35 +08:00
5 lines
203 B
Batchfile
Executable File
5 lines
203 B
Batchfile
Executable File
@rem Generates a solution (.sln) and a set of project files (.csproj, .vbproj, etc.)
|
|
@rem for Microsoft Visual Studio .NET 2005
|
|
cd ..
|
|
Prebuild.exe /target vs2005 /file prebuild.xml /build NET_2_0 /pause
|