mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Prebuild vs2005 target will now skip project with name "OpenSim.DataStore.MonoSqlite"
This commit is contained in:
@@ -368,6 +368,12 @@ namespace Prebuild.Core.Targets
|
||||
throw new UnknownLanguageException("Unknown .NET language: " + project.Language);
|
||||
}
|
||||
|
||||
// Hardcoded exclusion of unbuildable project
|
||||
if( project.Name == "OpenSim.DataStore.MonoSqlite")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
ToolInfo toolInfo = (ToolInfo)tools[project.Language];
|
||||
string projectFile = Helper.MakeFilePath(project.FullPath, project.Name, toolInfo.FileExtension);
|
||||
StreamWriter ps = new StreamWriter(projectFile);
|
||||
|
||||
BIN
bin/Prebuild.exe
BIN
bin/Prebuild.exe
Binary file not shown.
Reference in New Issue
Block a user