libresman

diff examples/resman.vsprops @ 8:86465d3d05d2

some leftover unsaved changes
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 03 Feb 2014 05:24:22 +0200
parents 04362221f12d
children ee117b67b3e5
line diff
     1.1 --- a/examples/resman.vsprops	Mon Feb 03 05:23:11 2014 +0200
     1.2 +++ b/examples/resman.vsprops	Mon Feb 03 05:24:22 2014 +0200
     1.3 @@ -7,10 +7,11 @@
     1.4  	<Tool
     1.5  		Name="VCCLCompilerTool"
     1.6  		AdditionalIncludeDirectories="&quot;$(SolutionDir)\src&quot;"
     1.7 +		DisableSpecificWarnings="4996"
     1.8  	/>
     1.9  	<Tool
    1.10  		Name="VCLinkerTool"
    1.11 -		AdditionalDependencies="libresman.lib"
    1.12 +		AdditionalDependencies="libresman.lib pthreadVC2.lib"
    1.13  		AdditionalLibraryDirectories="&quot;$(TargetDir)&quot;"
    1.14  	/>
    1.15  </VisualStudioPropertySheet>