goat3dgfx
diff examples/examples.vsprop @ 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 | 18879c956eb1 |
children | f2da87b02fcd |
line diff
1.1 --- a/examples/examples.vsprop Sun Nov 17 08:20:13 2013 +0200 1.2 +++ b/examples/examples.vsprop Sun Nov 17 09:13:27 2013 +0200 1.3 @@ -1,7 +1,17 @@ 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" 1.13 > 1.14 + <Tool 1.15 + Name="VCCLCompilerTool" 1.16 + AdditionalIncludeDirectories="$(SolutionDir)\usr\include" 1.17 + DisableSpecificWarnings="4244" 1.18 + /> 1.19 + <Tool 1.20 + Name="VCLinkerTool" 1.21 + AdditionalDependencies="goat3dgfx.lib opengl32.lib glut32.lib glew32.lib libimago2.lib libpng.lib zlib.lib jpeglib.lib libvmath.lib libanim.lib libpsys.lib" 1.22 + AdditionalLibraryDirectories="$(SolutionDir)\usr\lib" 1.23 + /> 1.24 </VisualStudioPropertySheet>