From 94c76437515d52d34a648b125bd917b3634fbb2e Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Sun, 9 Sep 2012 21:50:58 +0200 Subject: Migrate build environment to MSVC 2010. Synchronize build environment. --- pthreads/pthread-win32.vcxproj | 120 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 pthreads/pthread-win32.vcxproj (limited to 'pthreads/pthread-win32.vcxproj') diff --git a/pthreads/pthread-win32.vcxproj b/pthreads/pthread-win32.vcxproj new file mode 100644 index 0000000..a9a9a09 --- /dev/null +++ b/pthreads/pthread-win32.vcxproj @@ -0,0 +1,120 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {CE4CD8F8-E5AB-46F6-ACF3-167687C47C9F} + pthreadwin32 + Win32Proj + + + + StaticLibrary + NotSet + true + + + StaticLibrary + NotSet + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)-mt-debug + $(ProjectName)-mt + + + + Disabled + false + $(ProjectDir)src;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;%(PreprocessorDefinitions) + false + + + Default + MultiThreadedDebug + + + Level3 + OldStyle + + + + + xcopy "$(ProjectDir)src\pthread.h" "$(SolutionDir)build\temp\include" /I /Y /D +xcopy "$(ProjectDir)src\semaphore.h" "$(SolutionDir)build\temp\include" /I /Y /D +xcopy "$(ProjectDir)src\sched.h" "$(SolutionDir)build\temp\include" /I /Y /D + + + + + + MaxSpeed + AnySuitable + false + false + $(ProjectDir)src;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;HAVE_PTW32_CONFIG_H;PTW32_BUILD_INLINED;PTW32_STATIC_LIB;%(PreprocessorDefinitions) + false + + + Default + MultiThreaded + true + + + Level3 + + + + + + + xcopy "$(ProjectDir)src\pthread.h" "$(SolutionDir)build\temp\include" /I /Y /D +xcopy "$(ProjectDir)src\semaphore.h" "$(SolutionDir)build\temp\include" /I /Y /D +xcopy "$(ProjectDir)src\sched.h" "$(SolutionDir)build\temp\include" /I /Y /D + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3