The Express editions of Visual C++ ship without ATL. The only ATL usage was in MUNGA_L4/L4APP.cpp (atlbase.h/atlconv.h + USES_CONVERSION/W2A macros, all in that one file) for wide-to-ANSI conversion of command-line arguments. - Replace the ATL includes with a self-contained L4WideToAnsi helper (a WideCharToMultiByte wrapper) and local USES_CONVERSION/W2A macros that reproduce ATL's W2A semantics. All call sites consume the result immediately (stricmp / CString assignment / atoi / atol), so behaviour is unchanged. - Set UseOfATL="0" in Munga_L4.vcproj, RP_L4.vcproj and their VS2008 variants. - Document the Express build path and the confirmed June 2010 DirectX SDK in BUILD.md (new section 6) and docs/BUILD-NOTES.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
580 lines
11 KiB
XML
580 lines
11 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="RP_L4"
|
|
ProjectGUID="{01B740F7-5D4E-4E42-893F-CE018E5EE785}"
|
|
RootNamespace="RP_L4"
|
|
Keyword="Win32Proj"
|
|
AssemblyReferenceSearchPaths=""..\MUNGA";"..\MUNGA_L4";"..\RP";"..\RP_L4""
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
UseOfATL="0"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories=""$(DXSDK_DIR)\Include""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
StructMemberAlignment="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
DisableSpecificWarnings="4996;4244;4267;4305;4018;4138"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/FORCE:MULTIPLE"
|
|
AdditionalDependencies="WS2_32.lib Munga_l4.lib openal32.lib libsndfile-1.lib OpenAL32.lib D3D9.lib D3DX9d.lib"
|
|
ShowProgress="0"
|
|
OutputFile="$(OutDir)\rpl4opt.exe"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="..\lib;"$(DXSDK_DIR)Lib\x86""
|
|
IgnoreAllDefaultLibraries="false"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories=""$(DXSDK_DIR)\Include""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
|
|
RuntimeLibrary="2"
|
|
StructMemberAlignment="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/FORCE:MULTIPLE"
|
|
AdditionalDependencies="WS2_32.lib Munga_l4.lib openal32.lib libsndfile-1.lib OpenAL32.lib D3D9.lib D3DX9d.lib"
|
|
OutputFile="$(OutDir)\rpl4opt.exe"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="..\lib;"$(DXSDK_DIR)Lib\x86""
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Remote Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
UseOfATL="0"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories=""$(DXSDK_DIR)\Include""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
StructMemberAlignment="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="false"
|
|
DebugInformationFormat="4"
|
|
DisableSpecificWarnings="4996;4244;4267;4305;4018"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/FORCE:MULTIPLE"
|
|
AdditionalDependencies="WS2_32.lib Munga_l4.lib openal32.lib libsndfile-1.lib OpenAL32.lib D3D9.lib D3DX9d.lib"
|
|
ShowProgress="1"
|
|
OutputFile="$(OutDir)\rpl4opt.exe"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="..\lib;"$(DXSDK_DIR)Lib\x86""
|
|
IgnoreAllDefaultLibraries="false"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<Filter
|
|
Name="RP_L4"
|
|
>
|
|
<File
|
|
RelativePath=".\RPL4.CPP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4APP.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4ARND.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4GAUG.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4GRND.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4MODE.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4MPPR.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4MSSN.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4PB.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4TOOL.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4VID.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\WTPresets.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="RP"
|
|
>
|
|
<File
|
|
RelativePath="..\RP\BLOCKER.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\BOOSTER.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\CHUTE.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\CRUSHER.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\DEMOPACK.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RIVET.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPCNSL.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPDIRECT.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPMSSN.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPPLAYER.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPREG.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPTOOL.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RUNNER.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\SCORZONE.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\THRUSTER.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\VTV.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\VTVMPPR.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\VTVPWR.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\VTVSUB.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\WEAPSYS.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<Filter
|
|
Name="RP_L4"
|
|
>
|
|
<File
|
|
RelativePath=".\RPL4.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4.HPP"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4APP.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4ARND.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4GAUG.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4GRND.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4MODE.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4MPPR.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4MSSN.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4PB.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4VER.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\RPL4VID.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\WTPresets.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="RP"
|
|
>
|
|
<File
|
|
RelativePath="..\RP\BLOCKER.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\BOOSTER.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\CHUTE.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\CRUSHER.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\DEMOPACK.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RIVET.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RP.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPCNSL.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPDIRECT.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPMSSN.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPPLAYER.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPREG.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RPTOOL.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\RUNNER.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\SCORZONE.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\THRUSTER.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\VTV.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\VTVMPPR.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\VTVPWR.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\VTVSUB.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\RP\WEAPSYS.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|