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.vcproj | 194 --------------------------------- pthreads/pthread-win32.vcxproj | 120 ++++++++++++++++++++ pthreads/pthread-win32.vcxproj.filters | 33 ++++++ 3 files changed, 153 insertions(+), 194 deletions(-) delete mode 100644 pthreads/pthread-win32.vcproj create mode 100644 pthreads/pthread-win32.vcxproj create mode 100644 pthreads/pthread-win32.vcxproj.filters (limited to 'pthreads') diff --git a/pthreads/pthread-win32.vcproj b/pthreads/pthread-win32.vcproj deleted file mode 100644 index 5149ea4..0000000 --- a/pthreads/pthread-win32.vcproj +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 diff --git a/pthreads/pthread-win32.vcxproj.filters b/pthreads/pthread-win32.vcxproj.filters new file mode 100644 index 0000000..018736f --- /dev/null +++ b/pthreads/pthread-win32.vcxproj.filters @@ -0,0 +1,33 @@ + + + + + {3a19fdc3-6df5-4400-b261-99ce258b4112} + + + {e7061adc-6595-41d4-b2a0-1dfdb96907bc} + + + + + include + + + include + + + include + + + include + + + include + + + + + src + + + \ No newline at end of file -- cgit v1.2.3