|
From: Charles L. <cn...@us...> - 2009-01-21 20:12:16
|
Update of /cvsroot/hgengine/Mercury/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26159 Modified Files: HGLIB-VC2008.vcproj Win32Window.cpp Log Message: Fix Windows Library (Fix up crash stuff) Index: HGLIB-VC2008.vcproj =================================================================== RCS file: /cvsroot/hgengine/Mercury/src/HGLIB-VC2008.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** HGLIB-VC2008.vcproj 23 Oct 2008 05:37:26 -0000 1.2 --- HGLIB-VC2008.vcproj 21 Jan 2009 20:12:09 -0000 1.3 *************** *** 1995,2111 **** > <File ! RelativePath="Crash\archCrash.h" ! > ! </File> ! <File ! RelativePath="Crash\Windows\BACKUPCrash.h" ! > ! </File> ! <File ! RelativePath="Crash\Windows\Crash.cpp" ! > ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions="" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions="" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="Crash\Windows\Crash.h" ! > ! </File> ! <File ! RelativePath="Crash\crashDefines.cpp" ! > ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions="" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions="" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="Crash\crashDefines.h" ! > ! </File> ! <File ! RelativePath="Crash\Windows\RestartProgram.cpp" ! > ! <FileConfiguration ! Name="Release|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions="" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Debug|Win32" ! > ! <Tool ! Name="VCCLCompilerTool" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions="" ! /> ! </FileConfiguration> ! </File> ! <File ! RelativePath="Crash\Windows\RestartProgram.h" > </File> <File ! RelativePath="Crash\StdString.h" > </File> <File ! RelativePath="Crash\Windows\verstub.cpp" > - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="" - /> - </FileConfiguration> </File> <File ! RelativePath="Crash\Windows\WindowsResources.h" > </File> --- 1995,2011 ---- > <File ! RelativePath=".\Crash\cnbacktrace.c" > </File> <File ! RelativePath=".\Crash\cnbacktrace.h" > </File> <File ! RelativePath=".\Crash\cncrash.c" > </File> <File ! RelativePath=".\Crash\cncrash.h" > </File> Index: Win32Window.cpp =================================================================== RCS file: /cvsroot/hgengine/Mercury/src/Win32Window.cpp,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Win32Window.cpp 5 Aug 2007 18:33:32 -0000 1.33 --- Win32Window.cpp 21 Jan 2009 20:12:09 -0000 1.34 *************** *** 4,8 **** #include "MercuryLog.h" #include "MercuryINI.h" - #include "crash/crashDefines.h" #include "MercuryInputWin32.h" #include "MercuryDriverRegister.h" --- 4,7 ---- |