diff options
| -rw-r--r-- | dists/msvc8/ScummVM_Global.vsprops | 2 | ||||
| -rw-r--r-- | dists/msvc8/groovie.vcproj | 260 | 
2 files changed, 229 insertions, 33 deletions
diff --git a/dists/msvc8/ScummVM_Global.vsprops b/dists/msvc8/ScummVM_Global.vsprops index 7ba00aac7b..7b3192aa51 100644 --- a/dists/msvc8/ScummVM_Global.vsprops +++ b/dists/msvc8/ScummVM_Global.vsprops @@ -10,7 +10,7 @@  		Name="VCCLCompilerTool"  		DisableSpecificWarnings="4068;4100;4103;4121;4127;4189;4201;4221;4244;4250;4310;4351;4355;4510;4511;4512;4610;4701;4702;4706;4800;4996"  		AdditionalIncludeDirectories="../..;../../engines" -		PreprocessorDefinitions="USE_NASM;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU;ENABLE_AGI;ENABLE_AGOS;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LOL;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SAGA2;ENABLE_SCI;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER;ENABLE_GROOVIE" +		PreprocessorDefinitions="USE_NASM;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU;ENABLE_AGI;ENABLE_AGOS;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LOL;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SAGA2;ENABLE_SCI;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL;ENABLE_TUCKER;ENABLE_GROOVIE;ENABLE_RGB_COLOR"  		ExceptionHandling="0"  		RuntimeTypeInfo="false"  		WarningLevel="4" diff --git a/dists/msvc8/groovie.vcproj b/dists/msvc8/groovie.vcproj index f62cef0f94..cc8f060b06 100644 --- a/dists/msvc8/groovie.vcproj +++ b/dists/msvc8/groovie.vcproj @@ -8,41 +8,237 @@  	Keyword="Win32Proj"  	>  	<Platforms> -		<Platform Name="Win32" /> +		<Platform +			Name="Win32" +		/>  	</Platforms> +	<ToolFiles> +	</ToolFiles>  	<Configurations> -		<Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops" /> -		<Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops" /> +		<Configuration +			Name="Debug|Win32" +			ConfigurationType="4" +			InheritedPropertySheets=".\ScummVM_Debug.vsprops" +			> +			<Tool +				Name="VCPreBuildEventTool" +			/> +			<Tool +				Name="VCCustomBuildTool" +			/> +			<Tool +				Name="VCXMLDataGeneratorTool" +			/> +			<Tool +				Name="VCWebServiceProxyGeneratorTool" +			/> +			<Tool +				Name="VCMIDLTool" +			/> +			<Tool +				Name="VCCLCompilerTool" +				PreprocessorDefinitions="GROOVIE_EXPERIMENTAL" +			/> +			<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" +			ConfigurationType="4" +			InheritedPropertySheets=".\ScummVM_Release.vsprops" +			> +			<Tool +				Name="VCPreBuildEventTool" +			/> +			<Tool +				Name="VCCustomBuildTool" +			/> +			<Tool +				Name="VCXMLDataGeneratorTool" +			/> +			<Tool +				Name="VCWebServiceProxyGeneratorTool" +			/> +			<Tool +				Name="VCMIDLTool" +			/> +			<Tool +				Name="VCCLCompilerTool" +			/> +			<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> -		<File RelativePath="..\..\engines\groovie\cell.cpp" /> -		<File RelativePath="..\..\engines\groovie\cell.h" /> -		<File RelativePath="..\..\engines\groovie\cursor.cpp" /> -		<File RelativePath="..\..\engines\groovie\cursor.h" /> -		<File RelativePath="..\..\engines\groovie\debug.cpp" /> -		<File RelativePath="..\..\engines\groovie\debug.h" /> -		<File RelativePath="..\..\engines\groovie\detection.cpp" /> -		<File RelativePath="..\..\engines\groovie\font.cpp" /> -		<File RelativePath="..\..\engines\groovie\font.h" /> -		<File RelativePath="..\..\engines\groovie\graphics.cpp" /> -		<File RelativePath="..\..\engines\groovie\graphics.h" /> -		<File RelativePath="..\..\engines\groovie\groovie.cpp" /> -		<File RelativePath="..\..\engines\groovie\groovie.h" /> -		<File RelativePath="..\..\engines\groovie\lzss.cpp" /> -		<File RelativePath="..\..\engines\groovie\lzss.h" /> -		<File RelativePath="..\..\engines\groovie\music.cpp" /> -		<File RelativePath="..\..\engines\groovie\music.h" /> -		<File RelativePath="..\..\engines\groovie\player.cpp" /> -		<File RelativePath="..\..\engines\groovie\player.h" /> -		<File RelativePath="..\..\engines\groovie\resource.cpp" /> -		<File RelativePath="..\..\engines\groovie\resource.h" /> -		<File RelativePath="..\..\engines\groovie\roq.cpp" /> -		<File RelativePath="..\..\engines\groovie\roq.h" /> -		<File RelativePath="..\..\engines\groovie\saveload.cpp" /> -		<File RelativePath="..\..\engines\groovie\saveload.h" />		 -		<File RelativePath="..\..\engines\groovie\script.cpp" /> -		<File RelativePath="..\..\engines\groovie\script.h" /> -		<File RelativePath="..\..\engines\groovie\vdx.cpp" /> -		<File RelativePath="..\..\engines\groovie\vdx.h" /> +		<File +			RelativePath="..\..\engines\groovie\cell.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\cell.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\cursor.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\cursor.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\debug.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\debug.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\detection.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\font.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\font.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\graphics.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\graphics.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\groovie.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\groovie.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\lzss.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\lzss.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\music.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\music.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\player.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\player.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\resource.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\resource.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\roq.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\roq.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\saveload.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\saveload.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\script.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\script.h" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\vdx.cpp" +			> +		</File> +		<File +			RelativePath="..\..\engines\groovie\vdx.h" +			> +		</File>  	</Files> +	<Globals> +	</Globals>  </VisualStudioProject>  | 
