From ad8ffb96789f90180982b344540870a2d4e2d60b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 31 May 2018 08:12:40 +0800 Subject: init --- build/VS2015/3rdparty/pthreads/pthreads.vcxproj | 148 +++++++++++++++++++++ .../3rdparty/pthreads/pthreads.vcxproj.filters | 12 ++ 2 files changed, 160 insertions(+) create mode 100644 build/VS2015/3rdparty/pthreads/pthreads.vcxproj create mode 100644 build/VS2015/3rdparty/pthreads/pthreads.vcxproj.filters (limited to 'build/VS2015/3rdparty/pthreads') diff --git a/build/VS2015/3rdparty/pthreads/pthreads.vcxproj b/build/VS2015/3rdparty/pthreads/pthreads.vcxproj new file mode 100644 index 0000000..c4e975c --- /dev/null +++ b/build/VS2015/3rdparty/pthreads/pthreads.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + {E7A7AFFE-54E5-4394-8DB5-D0414BDEBE5F} + pthreads + 8.1 + + + + StaticLibrary + true + v140 + MultiByte + + + DynamicLibrary + false + v140 + true + MultiByte + + + StaticLibrary + true + v140 + MultiByte + + + StaticLibrary + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)..\..\bin + $(SolutionDir)\temp + + + $(SolutionDir)..\..\bin + $(SolutionDir)\temp\pthreads + + + $(SolutionDir)..\..\bin + $(SolutionDir)\temp + + + $(SolutionDir)..\..\bin + $(SolutionDir)\temp + + + + Level3 + Disabled + true + $(SolutionDir)..\..\3rdparty\pthreads;%(AdditionalIncludeDirectories) + CompileAsC + + + + + Level3 + Disabled + true + $(SolutionDir)..\..\3rdparty\pthreads;%(AdditionalIncludeDirectories) + CompileAsC + + + + + Level3 + MaxSpeed + true + true + true + $(SolutionDir)..\..\3rdparty\pthreads;%(AdditionalIncludeDirectories) + CompileAsC + + + true + true + /FS %(AdditionalOptions) + + + + + Level3 + MaxSpeed + true + true + true + $(SolutionDir)..\..\3rdparty\pthreads;%(AdditionalIncludeDirectories) + CompileAsC + + + true + true + + + + + + \ No newline at end of file diff --git a/build/VS2015/3rdparty/pthreads/pthreads.vcxproj.filters b/build/VS2015/3rdparty/pthreads/pthreads.vcxproj.filters new file mode 100644 index 0000000..9034880 --- /dev/null +++ b/build/VS2015/3rdparty/pthreads/pthreads.vcxproj.filters @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1-26-g67d0