[Scummvm-cvs-logs] SF.net SVN: scummvm:[42630] scummvm/branches/gsoc2009-mods/dists/msvc9

nolange at users.sourceforge.net nolange at users.sourceforge.net
Mon Jul 20 19:46:19 CEST 2009


Revision: 42630
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42630&view=rev
Author:   nolange
Date:     2009-07-20 17:46:19 +0000 (Mon, 20 Jul 2009)

Log Message:
-----------
missed some files when merging

Added Paths:
-----------
    scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Debug.vsprops
    scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Global.vsprops
    scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Release.vsprops

Added: scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Debug.vsprops
===================================================================
--- scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Debug.vsprops	                        (rev 0)
+++ scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Debug.vsprops	2009-07-20 17:46:19 UTC (rev 42630)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="ScummVM_Debug32"
+	InheritedPropertySheets=".\ScummVM_Global.vsprops"
+	>
+	<Tool
+		Name="VCCLCompilerTool"
+		Optimization="0"
+		PreprocessorDefinitions="WIN32"
+		MinimalRebuild="true"
+		BasicRuntimeChecks="3"
+		RuntimeLibrary="1"
+		EnableFunctionLevelLinking="true"
+		WarnAsError="false"
+		DebugInformationFormat="4"
+	/>
+	<Tool
+		Name="VCLinkerTool"
+		LinkIncremental="2"
+		GenerateDebugInformation="true"
+		IgnoreDefaultLibraryNames="libcmt.lib"
+	/>
+</VisualStudioPropertySheet>


Property changes on: scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Debug.vsprops
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Global.vsprops
===================================================================
--- scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Global.vsprops	                        (rev 0)
+++ scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Global.vsprops	2009-07-20 17:46:19 UTC (rev 42630)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="ScummVM_Global"
+	OutputDirectory="$(ConfigurationName)"
+	IntermediateDirectory="$(ConfigurationName)/$(ProjectName)"
+	>
+	<Tool
+		Name="VCCLCompilerTool"
+		AdditionalIncludeDirectories="../..;../../engines"
+		PreprocessorDefinitions="USE_NASM;USE_ZLIB;ENABLE_KYRA;ENABLE_LOL;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE"
+		ExceptionHandling="0"
+		RuntimeTypeInfo="false"
+		WarningLevel="4"
+		WarnAsError="true"
+		CompileAs="0"
+		DisableSpecificWarnings="4068;4100;4103;4121;4127;4189;4201;4221;4244;4250;4310;4351;4355;4510;4511;4512;4610;4701;4702;4706;4800;4996"
+	/>
+	<Tool
+		Name="VCLibrarianTool"
+		IgnoreDefaultLibraryNames=""
+	/>
+	<Tool
+		Name="VCLinkerTool"
+		IgnoreDefaultLibraryNames=""
+		SubSystem="1"
+		EntryPointSymbol="WinMainCRTStartup"
+	/>
+</VisualStudioPropertySheet>


Property changes on: scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Global.vsprops
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Added: scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Release.vsprops
===================================================================
--- scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Release.vsprops	                        (rev 0)
+++ scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Release.vsprops	2009-07-20 17:46:19 UTC (rev 42630)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="ScummVM_Release32"
+	InheritedPropertySheets=".\ScummVM_Global.vsprops"
+	>
+	<Tool
+		Name="VCCLCompilerTool"
+		Optimization="1"
+		EnableIntrinsicFunctions="true"
+		WholeProgramOptimization="true"
+		PreprocessorDefinitions="WIN32"
+		StringPooling="true"
+		BufferSecurityCheck="false"
+		DebugInformationFormat="0"
+	/>
+	<Tool
+		Name="VCLinkerTool"
+		LinkIncremental="1"
+		IgnoreDefaultLibraryNames=""
+		SetChecksum="true"
+	/>
+</VisualStudioPropertySheet>


Property changes on: scummvm/branches/gsoc2009-mods/dists/msvc9/ScummVM_Release.vsprops
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list