mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
* More unused stuff removal
delete:
- giant 'metaheaders' (JA2 All.h, Laptop All.h, etc), preferring to add #includes directly where needed
- unused ExceptionHandling and DbMan translation units
- unused WizShare.h, Bitmap.h, trle.h, video_private.h headers
* remove mentions from vc proj files too
* remove preprocessor conditionals for unused definitions
find . -iname '*.h' -o -iname '*.cpp' -exec unifdef.exe -m -UPRECOMPILED_HEADERS -UJA2_PRECOMPILED_HEADERS -UWIZ8_PRECOMPILED_HEADERS -UPRECOMPILEDHEADERS {} ';'
then manually fixed a couple files the tool errored out on
* yes, the comments too
as title
560 lines
11 KiB
XML
560 lines
11 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8,00"
|
|
Name="Editor"
|
|
ProjectGUID="{60D793F2-90B4-43C9-83B5-221EE11B37E6}"
|
|
RootNamespace="Editor"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\lib\VS2005\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2.vsprops;..\ja2_Debug.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/D _CRT_SECURE_NO_DEPRECATE"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
DisableSpecificWarnings="4100"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\lib\VS2005\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/D _CRT_SECURE_NO_DEPRECATE"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
|
|
RuntimeLibrary="0"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="MapEditor|Win32"
|
|
OutputDirectory="..\lib\VS2005\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2.vsprops;..\ja2_Editor.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/D _CRT_SECURE_NO_DEPRECATE"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
|
|
RuntimeLibrary="0"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="MapEditorD|Win32"
|
|
OutputDirectory="..\lib\VS2005\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2.vsprops;..\ja2_Editor.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/D _CRT_SECURE_NO_DEPRECATE"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
DisableSpecificWarnings="4100"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release_WithDebugInfo|Win32"
|
|
OutputDirectory="..\lib\VS2005\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2005\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/D _CRT_SECURE_NO_DEPRECATE"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
|
|
RuntimeLibrary="0"
|
|
RuntimeTypeInfo="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath=".\Button Defines.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Cursor Modes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\edit_sys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Editor Callback Prototypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Editor Modes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Editor Taskbar Creation.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Editor Taskbar Utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Editor Undo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorBuildings.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorDefines.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorItems.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorMapInfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorMercs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorTerrain.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\editscreen.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Item Statistics.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\LoadScreen.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\messagebox.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\newsmooth.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\popupmenu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Road Smoothing.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Sector Summary.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\selectwin.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\SmartMethod.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\smooth.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Smoothing Utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Summary Info.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath=".\Cursor Modes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\edit_sys.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Editor Callbacks.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Editor Modes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Editor Taskbar Creation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Editor Taskbar Utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Editor Undo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorBuildings.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorItems.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorMapInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorMercs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\EditorTerrain.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\editscreen.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Item Statistics.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\LoadScreen.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\messagebox.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\newsmooth.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\popupmenu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Road Smoothing.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Sector Summary.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\selectwin.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\SmartMethod.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\smooth.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Smoothing Utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_ActionItems.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|