aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/runprebuild.bat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* duhhh npcs don't have child agents; plus minor typosUbitUmarov2019-04-051-1/+3
|
* mantis 8512: fix runprebuildUbitUmarov2019-04-051-7/+7
|
* mantis 8512: add proposed detection of VS2019 to runprebuild (both this and ↵UbitUmarov2019-04-041-3/+8
| | | | vs2019 untested by me
* oops fix vs2015 msbuild detectionUbitUmarov2018-11-271-1/+1
|
* change runprebuild.bat to not create compile.bat if msbuild for vs2017 or ↵UbitUmarov2018-11-271-8/+11
| | | | vs2017 not found
* change runprebuild.bat to try to find msbuild of most recent visual studio ↵UbitUmarov2018-11-271-15/+28
| | | | instaled for compile.bat
* .net4.5, take2; vs2010 does not do it, try to make mono5.x msbuild more happyUbitUmarov2017-08-311-1/+1
|
* Enable runprebuild.bat to run in CygwinOren Hurvitz2014-03-241-5/+13
| | | | This resolves http://opensimulator.org/mantis/view.php?id=6951
* Fix runprebuild.bat on Windows 7 systems and laterjustincc2013-11-131-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
* Update OpenSimulator to use .NET 4.0Justin Clark-Casey (justincc)2013-11-081-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.
* Switch runprebuild.bat from VS2005 to VS2008. Remove runprebuild2008.bat.Jeff Ames2009-07-101-2/+2
|
* Revert the rest of r7468Homer Horwitz2008-11-251-0/+0
|
* Local changesHomer Horwitz2008-11-251-0/+0
|
* addressing the request for msbuild support from mantis 723Sean Dague2008-03-141-1/+3
|
* Rewrote svn properties handling script in python. Added more file types.Jeff Ames2008-01-261-0/+0
|
* changed to native line ending encodingSean Dague2007-07-161-1/+1
|
* Start of rewrite 5279! MW2007-05-261-0/+2