Eve Online OmberZombie Code
Status: Alpha
Brought to you by:
jedzia
| File | Date | Author | Commit |
|---|---|---|---|
| Todo | 2009-09-16 | Jedzia | [r254] MSBuild Test and Report System. |
| Build.Custom.targets | 2009-09-16 | Jedzia | [r254] MSBuild Test and Report System. |
| Build.include | 2009-09-16 | Jedzia | [r254] MSBuild Test and Report System. |
| Build.proj | 2010-05-27 | Jedzia | [r336] build system update |
| Coverage.settings | 2009-09-16 | Jedzia | [r256] BuildTools: more tweaks |
| Module.targets | 2009-09-23 | Jedzia | [r269] BuildTools: build directory zipper property and... |
| README | 2010-03-03 | Jedzia | [r316] BuildSourceServerIndex directory corrected |
Source Server Integration ========================= To make the debug Information accessible from a source server you need: * The Debugging Tools for Windows. ( from http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx) * Installed Perl ( i use Active Perl https://www.activestate.com/activeperl/downloads/) * A svn client ( http://www.open.collab.net/downloads/subversion/ ) * The sources as part of a checked out working copy with open access to the svn repository like SourceForge, your own server or another provider. Set the Perl Variable to your executable: <Perl>c:\perl\perl\bin\perl.exe</Perl>. Set the SourceServerIndexerPath to the srcsrv directory, e.g. $(ProgramFiles)\Debugging Tools for Windows (x86)\srcsrv. Then adjust the settings in your srcsrv.ini file. Possibly you have to set the correct path to your svn executable. Once set up correctly you can index your pdb's with msbuild /t:BuildSourceServerIndex. Set <!--Build the Source Server Index--> <Target Name="BuildSourceServerIndex" DependsOnTargets="CreateBuildDir" Condition="false"> to true. run Build>msbuild /t:BuildSourceServerIndex