From cfc82c757bb269947a509255dd66700605355510 Mon Sep 17 00:00:00 2001 From: thedmd Date: Sat, 4 May 2013 14:55:09 +0200 Subject: Update project to MSVC 2012. --- pthreads/pthread-win32.vcxproj | 228 +++++++++++++++++++++-------------------- 1 file changed, 115 insertions(+), 113 deletions(-) (limited to 'pthreads/pthread-win32.vcxproj') diff --git a/pthreads/pthread-win32.vcxproj b/pthreads/pthread-win32.vcxproj index a9a9a09..fc0a34e 100644 --- a/pthreads/pthread-win32.vcxproj +++ b/pthreads/pthread-win32.vcxproj @@ -1,120 +1,122 @@ - - - - - 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 - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {CE4CD8F8-E5AB-46F6-ACF3-167687C47C9F} + pthreadwin32 + Win32Proj + + + + StaticLibrary + NotSet + true + v110 + + + StaticLibrary + NotSet + v110 + + + + + + + + + + + + + <_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 - - - - - - + + + + + + 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