goat3dgfx

changeset 7:89179bce7543

property sheets had not been saved previously
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 17 Nov 2013 09:13:27 +0200
parents 3d96734fd477
children 98f87a1dbb2f
files examples/examples-debug.vsprop examples/examples.vsprop
diffstat 2 files changed, 23 insertions(+), 8 deletions(-) [+]
line diff
     1.1 --- a/examples/examples-debug.vsprop	Sun Nov 17 08:20:13 2013 +0200
     1.2 +++ b/examples/examples-debug.vsprop	Sun Nov 17 09:13:27 2013 +0200
     1.3 @@ -1,7 +1,12 @@
     1.4 -<?xml version="1.0"?>
     1.5 -<VisualStudioPropertySheet 
     1.6 -	ProjectType="Visual C++" 
     1.7 -	Version="8.00" 
     1.8 +<?xml version="1.0" encoding="Windows-1252"?>
     1.9 +<VisualStudioPropertySheet
    1.10 +	ProjectType="Visual C++"
    1.11 +	Version="8.00"
    1.12  	Name="examples-debug"
    1.13 +	InheritedPropertySheets="$(SolutionDir)\examples\examples.vsprop"
    1.14  	>
    1.15 +	<Tool
    1.16 +		Name="VCLinkerTool"
    1.17 +		AdditionalDependencies="goat3dgfx-dbg.lib"
    1.18 +	/>
    1.19  </VisualStudioPropertySheet>
     2.1 --- a/examples/examples.vsprop	Sun Nov 17 08:20:13 2013 +0200
     2.2 +++ b/examples/examples.vsprop	Sun Nov 17 09:13:27 2013 +0200
     2.3 @@ -1,7 +1,17 @@
     2.4 -<?xml version="1.0"?>
     2.5 -<VisualStudioPropertySheet 
     2.6 -	ProjectType="Visual C++" 
     2.7 -	Version="8.00" 
     2.8 +<?xml version="1.0" encoding="Windows-1252"?>
     2.9 +<VisualStudioPropertySheet
    2.10 +	ProjectType="Visual C++"
    2.11 +	Version="8.00"
    2.12  	Name="examples"
    2.13  	>
    2.14 +	<Tool
    2.15 +		Name="VCCLCompilerTool"
    2.16 +		AdditionalIncludeDirectories="$(SolutionDir)\usr\include"
    2.17 +		DisableSpecificWarnings="4244"
    2.18 +	/>
    2.19 +	<Tool
    2.20 +		Name="VCLinkerTool"
    2.21 +		AdditionalDependencies="goat3dgfx.lib opengl32.lib glut32.lib glew32.lib libimago2.lib libpng.lib zlib.lib jpeglib.lib libvmath.lib libanim.lib libpsys.lib"
    2.22 +		AdditionalLibraryDirectories="$(SolutionDir)\usr\lib"
    2.23 +	/>
    2.24  </VisualStudioPropertySheet>