diff options
Diffstat (limited to 'MSVC/PSX-Bundle - library')
| -rw-r--r-- | MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj | 24 | 
1 files changed, 16 insertions, 8 deletions
| diff --git a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj index a414933..0da96a4 100644 --- a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj +++ b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj @@ -41,12 +41,12 @@  				Optimization="0"  				AdditionalIncludeDirectories="..\..\generic\lib\lua\includes;..\..\generic\lib\lua\include;..\..\generic\include;..\..\includes;..\..\generic\lib\zlib\include;..\..\psxdev"  				PreprocessorDefinitions="_WINDOWS;ZLIB_DLL" -				MinimalRebuild="TRUE" +				MinimalRebuild="true"  				BasicRuntimeChecks="3"  				RuntimeLibrary="1"  				UsePrecompiledHeader="0"  				WarningLevel="3" -				Detect64BitPortabilityProblems="TRUE" +				Detect64BitPortabilityProblems="true"  				DebugInformationFormat="4"  			/>  			<Tool @@ -72,7 +72,7 @@  				Name="VCBscMakeTool"  			/>  			<Tool -				Name="VCAppVerifierTool" +				Name="VCFxCopTool"  			/>  			<Tool  				Name="VCPostBuildEventTool" @@ -104,15 +104,15 @@  				Name="VCCLCompilerTool"  				Optimization="2"  				InlineFunctionExpansion="1" -				OmitFramePointers="TRUE" +				OmitFramePointers="true"  				AdditionalIncludeDirectories="..\..\generic\lib\lua\includes;..\..\generic\lib\lua\include;..\..\generic\include;..\..\includes;..\..\generic\lib\zlib\include;..\..\psxdev"  				PreprocessorDefinitions="_WINDOWS;ZLIB_DLL" -				StringPooling="TRUE" +				StringPooling="true"  				RuntimeLibrary="0" -				EnableFunctionLevelLinking="TRUE" +				EnableFunctionLevelLinking="true"  				UsePrecompiledHeader="0"  				WarningLevel="3" -				Detect64BitPortabilityProblems="TRUE" +				Detect64BitPortabilityProblems="true"  				DebugInformationFormat="3"  			/>  			<Tool @@ -138,7 +138,7 @@  				Name="VCBscMakeTool"  			/>  			<Tool -				Name="VCAppVerifierTool" +				Name="VCFxCopTool"  			/>  			<Tool  				Name="VCPostBuildEventTool" @@ -204,6 +204,14 @@  				>  			</File>  			<File +				RelativePath="..\..\lib\dvdabstract.cpp" +				> +			</File> +			<File +				RelativePath="..\..\includes\dvdabstract.h" +				> +			</File> +			<File  				RelativePath="..\..\lib\isobuilder.cpp"  				>  			</File> | 
