Changeset 1387
- Timestamp:
- 12/20/2009 11:57:37 AM (3 years ago)
- Location:
- branches/eraser6/BlackBox
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from trunk/eraser6)
-
Eraser.Util/Eraser.Util.csproj (modified) (1 diff)
-
Eraser/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/BlackBox/Eraser.Util/Eraser.Util.csproj
r1334 r1387 49 49 </Compile> 50 50 <Compile Include="AdvApi.cs" /> 51 <Compile Include="BlackBox.cs" /> 51 52 <Compile Include="Localisation.cs" /> 52 53 <Compile Include="MsCorEEApi.cs" /> -
branches/eraser6/BlackBox/Eraser/Program.cs
r1376 r1387 49 49 static int Main(string[] commandLine) 50 50 { 51 //Initialise our crash handler 52 BlackBox blackBox = BlackBox.Get(); 53 51 54 //Trivial case: no command parameters 52 55 if (commandLine.Length == 0)
Note: See TracChangeset
for help on using the changeset viewer.
