aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/scripts/VS2010.bat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Copy task to Prebuild.exe (vsxxxx targets)BlueWall2011-12-251-4/+4
| | | | | | | <Files> <Match pattern="*.cs" recurse="true"/> <Match pattern="../bin/MyConfig.xml" buildAction="Copy" recurse="false" destination="$(OutputPath)" /> </Files>
* All these files want to be committed. All white space junk. grr.Diva Canto2010-09-101-4/+4
|
* Update Prebuild.exe with Prebuild r323 + an existing OpenSim specific nant ↵Justin Clark-Casey (justincc)2010-09-111-0/+4
hack to correctly clean up chosen OpenSim exes and dlls in bin/ on a "nant clean" 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