aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/runprebuild.bat (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-24Enable runprebuild.bat to run in CygwinOren Hurvitz1-5/+13
This resolves http://opensimulator.org/mantis/view.php?id=6951
2013-11-13Fix runprebuild.bat on Windows 7 systems and laterjustincc1-3/+9
MS changed Windows 7 "reg query" command to spit out fewer lines in its preamble Annoyingly there is no option to print raw values and not this preamble. So now using the Windows find command. But this has the side effect of stopping this working with Cygwin as it uses its own GNU find command. Might fix in the future but not simple since Windows find itself is in different locations
2013-11-08Update OpenSimulator to use .NET 4.0Justin Clark-Casey (justincc)1-2/+22
This allows region modules to register script functions that have more than a couple of arguments. It also allows OpenSimulator code to use the feature and syntax additions that came with .NET 4.0 Windows users will need to install Microsoft .NET 4 framework if they have not done so already. Windows C# Express 2010 also becomes the minimum IDE for build, so runprebuild.bat now generates a 2010 solution and runprebuild2010.bat goes away Official minimum mono version becomes 2.10.8.1. OpenSimulator will probably work with 2.8 later but this is not guaranteed.
2009-07-10Switch runprebuild.bat from VS2005 to VS2008. Remove runprebuild2008.bat.Jeff Ames1-2/+2
2008-11-25Revert the rest of r7468Homer Horwitz1-0/+0
2008-11-25Local changesHomer Horwitz1-0/+0
2008-03-14addressing the request for msbuild support from mantis 723Sean Dague1-1/+3
2008-01-26Rewrote svn properties handling script in python. Added more file types.Jeff Ames1-0/+0
2007-07-16changed to native line ending encodingSean Dague1-1/+1
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-2/+0
2007-05-16Committed a DOS Batch file for running prebuild for nant/visual studio ↵Adam Frisby1-0/+2
automatically. Handy for lazy people like me.