mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00:00
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
5 lines
192 B
Batchfile
5 lines
192 B
Batchfile
@rem Generates a solution (.sln) and a set of project files (.csproj, .vbproj, etc.)
|
|
@rem for Microsoft Visual Studio .NET 2010
|
|
cd ..
|
|
Prebuild.exe /target vs2010 /file prebuild.xml /pause
|