libresman
changeset 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 | 03f3de659c32 |
files | examples/resman.vsprops libresman-static.vcproj |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
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=""$(SolutionDir)\src"" 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=""$(TargetDir)"" 1.14 /> 1.15 </VisualStudioPropertySheet>
2.1 --- a/libresman-static.vcproj Mon Feb 03 05:23:11 2014 +0200 2.2 +++ b/libresman-static.vcproj Mon Feb 03 05:24:22 2014 +0200 2.3 @@ -167,6 +167,10 @@ 2.4 > 2.5 </File> 2.6 <File 2.7 + RelativePath=".\src\threadpool.c" 2.8 + > 2.9 + </File> 2.10 + <File 2.11 RelativePath=".\src\threadpool.h" 2.12 > 2.13 </File>