From 081924eedd4db30fc5ee70ab2158135b2a32eaf6 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Wed, 11 Mar 2015 20:16:05 -0700 Subject: Add static **configurations** --- .gitignore | 2 + visual-studio/12/dl/dl.vcxproj | 102 ++++++++++++++++++++++++++++++ visual-studio/12/dlfcn-win32.sln | 36 +++++++++++ visual-studio/12/test/test.vcxproj | 104 ++++++++++++++++++++++++++++++- visual-studio/12/testdll/testdll.vcxproj | 102 ++++++++++++++++++++++++++++++ 5 files changed, 345 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c7b0239..e787664 100644 --- a/.gitignore +++ b/.gitignore @@ -50,8 +50,10 @@ install_manifest.txt # Build results [Dd]ebug/ [Dd]ebugPublic/ +[Dd]ebugStatic/ [Rr]elease/ [Rr]eleases/ +[Rr]eleaseStatic/ x64/ x86/ build/ diff --git a/visual-studio/12/dl/dl.vcxproj b/visual-studio/12/dl/dl.vcxproj index 414468c..b9d1474 100644 --- a/visual-studio/12/dl/dl.vcxproj +++ b/visual-studio/12/dl/dl.vcxproj @@ -1,6 +1,14 @@  + + DebugStatic + Win32 + + + DebugStatic + x64 + Debug Win32 @@ -9,6 +17,14 @@ Debug x64 + + ReleaseStatic + Win32 + + + ReleaseStatic + x64 + Release Win32 @@ -29,12 +45,24 @@ v120 MultiByte + + StaticLibrary + true + v120 + MultiByte + DynamicLibrary true v120 MultiByte + + StaticLibrary + true + v120 + MultiByte + DynamicLibrary false @@ -42,6 +70,13 @@ true MultiByte + + StaticLibrary + false + v120 + true + MultiByte + DynamicLibrary false @@ -49,21 +84,40 @@ true MultiByte + + StaticLibrary + false + v120 + true + MultiByte + + + + + + + + + + + + + @@ -76,6 +130,16 @@ true + + + Level2 + Disabled + true + + + true + + Level2 @@ -86,6 +150,16 @@ true + + + Level2 + Disabled + true + + + true + + Level2 @@ -100,6 +174,20 @@ true + + + Level2 + MaxSpeed + true + true + true + + + true + true + true + + Level2 @@ -114,6 +202,20 @@ true + + + Level2 + MaxSpeed + true + true + true + + + true + true + true + + diff --git a/visual-studio/12/dlfcn-win32.sln b/visual-studio/12/dlfcn-win32.sln index cf84736..d64cbdb 100644 --- a/visual-studio/12/dlfcn-win32.sln +++ b/visual-studio/12/dlfcn-win32.sln @@ -19,9 +19,15 @@ Global Debug|ARM = Debug|ARM Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 + DebugStatic|ARM = DebugStatic|ARM + DebugStatic|Win32 = DebugStatic|Win32 + DebugStatic|x64 = DebugStatic|x64 Release|ARM = Release|ARM Release|Win32 = Release|Win32 Release|x64 = Release|x64 + ReleaseStatic|ARM = ReleaseStatic|ARM + ReleaseStatic|Win32 = ReleaseStatic|Win32 + ReleaseStatic|x64 = ReleaseStatic|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|ARM.ActiveCfg = Debug|Win32 @@ -29,31 +35,61 @@ Global {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|Win32.Build.0 = Debug|Win32 {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|x64.ActiveCfg = Debug|x64 {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Debug|x64.Build.0 = Debug|x64 + {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|ARM.ActiveCfg = DebugStatic|Win32 + {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32 + {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|Win32.Build.0 = DebugStatic|Win32 + {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|x64.ActiveCfg = DebugStatic|x64 + {36E45DAF-D2EC-4660-B84F-3BC72664643E}.DebugStatic|x64.Build.0 = DebugStatic|x64 {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|ARM.ActiveCfg = Release|Win32 {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|Win32.ActiveCfg = Release|Win32 {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|Win32.Build.0 = Release|Win32 {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|x64.ActiveCfg = Release|x64 {36E45DAF-D2EC-4660-B84F-3BC72664643E}.Release|x64.Build.0 = Release|x64 + {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|ARM.ActiveCfg = ReleaseStatic|Win32 + {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|Win32.ActiveCfg = ReleaseStatic|Win32 + {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|Win32.Build.0 = ReleaseStatic|Win32 + {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|x64.ActiveCfg = ReleaseStatic|x64 + {36E45DAF-D2EC-4660-B84F-3BC72664643E}.ReleaseStatic|x64.Build.0 = ReleaseStatic|x64 {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|ARM.ActiveCfg = Debug|Win32 {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|Win32.ActiveCfg = Debug|Win32 {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|Win32.Build.0 = Debug|Win32 {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|x64.ActiveCfg = Debug|x64 {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Debug|x64.Build.0 = Debug|x64 + {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|ARM.ActiveCfg = DebugStatic|Win32 + {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32 + {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|Win32.Build.0 = DebugStatic|Win32 + {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|x64.ActiveCfg = DebugStatic|x64 + {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.DebugStatic|x64.Build.0 = DebugStatic|x64 {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|ARM.ActiveCfg = Release|Win32 {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|Win32.ActiveCfg = Release|Win32 {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|Win32.Build.0 = Release|Win32 {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|x64.ActiveCfg = Release|x64 {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.Release|x64.Build.0 = Release|x64 + {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|ARM.ActiveCfg = ReleaseStatic|Win32 + {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|Win32.ActiveCfg = ReleaseStatic|Win32 + {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|Win32.Build.0 = ReleaseStatic|Win32 + {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|x64.ActiveCfg = ReleaseStatic|x64 + {583AA2B8-B981-4DE9-A374-47EC9F817C5E}.ReleaseStatic|x64.Build.0 = ReleaseStatic|x64 {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|ARM.ActiveCfg = Debug|Win32 {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|Win32.ActiveCfg = Debug|Win32 {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|Win32.Build.0 = Debug|Win32 {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|x64.ActiveCfg = Debug|x64 {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Debug|x64.Build.0 = Debug|x64 + {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|ARM.ActiveCfg = DebugStatic|Win32 + {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|Win32.ActiveCfg = DebugStatic|Win32 + {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|Win32.Build.0 = DebugStatic|Win32 + {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|x64.ActiveCfg = DebugStatic|x64 + {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.DebugStatic|x64.Build.0 = DebugStatic|x64 {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|ARM.ActiveCfg = Release|Win32 {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|Win32.ActiveCfg = Release|Win32 {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|Win32.Build.0 = Release|Win32 {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|x64.ActiveCfg = Release|x64 {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.Release|x64.Build.0 = Release|x64 + {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|ARM.ActiveCfg = ReleaseStatic|Win32 + {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|Win32.ActiveCfg = ReleaseStatic|Win32 + {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|Win32.Build.0 = ReleaseStatic|Win32 + {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|x64.ActiveCfg = ReleaseStatic|x64 + {2AEB7143-35F8-488A-9414-CA4B0B45D16E}.ReleaseStatic|x64.Build.0 = ReleaseStatic|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/visual-studio/12/test/test.vcxproj b/visual-studio/12/test/test.vcxproj index d9fd9e0..0be4ee6 100644 --- a/visual-studio/12/test/test.vcxproj +++ b/visual-studio/12/test/test.vcxproj @@ -1,6 +1,14 @@  + + DebugStatic + Win32 + + + DebugStatic + x64 + Debug Win32 @@ -9,6 +17,14 @@ Debug x64 + + ReleaseStatic + Win32 + + + ReleaseStatic + x64 + Release Win32 @@ -29,12 +45,24 @@ v120 MultiByte + + Application + true + v120 + MultiByte + Application true v120 MultiByte + + Application + true + v120 + MultiByte + Application false @@ -42,6 +70,13 @@ true MultiByte + + Application + false + v120 + true + MultiByte + Application false @@ -49,21 +84,40 @@ true MultiByte + + Application + false + v120 + true + MultiByte + + + + + + + + + + + + + @@ -76,6 +130,16 @@ true + + + Level3 + Disabled + true + + + true + + Level3 @@ -86,6 +150,16 @@ true + + + Level3 + Disabled + true + + + true + + Level3 @@ -100,6 +174,20 @@ true + + + Level3 + MaxSpeed + true + true + true + + + true + true + true + + Level3 @@ -114,6 +202,20 @@ true + + + Level3 + MaxSpeed + true + true + true + + + true + true + true + + @@ -133,4 +235,4 @@ - + \ No newline at end of file diff --git a/visual-studio/12/testdll/testdll.vcxproj b/visual-studio/12/testdll/testdll.vcxproj index 5aa3c94..2189b4d 100644 --- a/visual-studio/12/testdll/testdll.vcxproj +++ b/visual-studio/12/testdll/testdll.vcxproj @@ -1,6 +1,14 @@  + + DebugStatic + Win32 + + + DebugStatic + x64 + Debug Win32 @@ -9,6 +17,14 @@ Debug x64 + + ReleaseStatic + Win32 + + + ReleaseStatic + x64 + Release Win32 @@ -29,12 +45,24 @@ v120 MultiByte + + DynamicLibrary + true + v120 + MultiByte + DynamicLibrary true v120 MultiByte + + DynamicLibrary + true + v120 + MultiByte + DynamicLibrary false @@ -42,6 +70,13 @@ true MultiByte + + DynamicLibrary + false + v120 + true + MultiByte + DynamicLibrary false @@ -49,21 +84,40 @@ true MultiByte + + DynamicLibrary + false + v120 + true + MultiByte + + + + + + + + + + + + + @@ -76,6 +130,16 @@ true + + + Level3 + Disabled + true + + + true + + Level3 @@ -86,6 +150,16 @@ true + + + Level3 + Disabled + true + + + true + + Level3 @@ -100,6 +174,20 @@ true + + + Level3 + MaxSpeed + true + true + true + + + true + true + true + + Level3 @@ -114,6 +202,20 @@ true + + + Level3 + MaxSpeed + true + true + true + + + true + true + true + + -- cgit v1.2.3-55-g6feb