From 42ed8b3bbffa93e8496a9b0c18d7aba94ebd414b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 25 May 2014 21:36:25 -0700 Subject: Splitting zlib out. --- win32/project/Balau.vcxproj | 20 ----- win32/project/Balau.vcxproj.filters | 63 -------------- win32/project/zlib.vcxproj | 169 ++++++++++++++++++++++++++++++++++++ win32/project/zlib.vcxproj.filters | 95 ++++++++++++++++++++ 4 files changed, 264 insertions(+), 83 deletions(-) create mode 100644 win32/project/zlib.vcxproj create mode 100644 win32/project/zlib.vcxproj.filters (limited to 'win32') diff --git a/win32/project/Balau.vcxproj b/win32/project/Balau.vcxproj index deccd41..3487117 100644 --- a/win32/project/Balau.vcxproj +++ b/win32/project/Balau.vcxproj @@ -1640,16 +1640,6 @@ - - - - - - - - - - @@ -1910,16 +1900,6 @@ - - - - - - - - - - diff --git a/win32/project/Balau.vcxproj.filters b/win32/project/Balau.vcxproj.filters index 1465479..bac5119 100644 --- a/win32/project/Balau.vcxproj.filters +++ b/win32/project/Balau.vcxproj.filters @@ -10,9 +10,6 @@ {893ad8e1-312b-4844-80e6-80e0720df61b} - - {19946262-3fd0-4851-b477-258229f854db} - {8496db30-fa00-477c-9e7c-1b68c6956889} @@ -318,36 +315,6 @@ Source - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - Third Party\iconv @@ -2279,36 +2246,6 @@ Headers - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - - - Third Party\zlib - Third Party\iconv diff --git a/win32/project/zlib.vcxproj b/win32/project/zlib.vcxproj new file mode 100644 index 0000000..595fc05 --- /dev/null +++ b/win32/project/zlib.vcxproj @@ -0,0 +1,169 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C98A6524-5AA7-4FFD-8DDA-679A1016D185} + zlib + + + + StaticLibrary + true + v120 + MultiByte + + + StaticLibrary + true + v120 + MultiByte + + + StaticLibrary + false + v120 + true + MultiByte + + + StaticLibrary + false + v120 + true + MultiByte + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + + Level3 + Disabled + true + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions) + + + true + + + + + Level3 + Disabled + true + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions) + + + true + + + + + Level3 + MaxSpeed + true + true + true + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions) + + + true + true + true + + + + + Level3 + MaxSpeed + true + true + true + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions) + + + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/win32/project/zlib.vcxproj.filters b/win32/project/zlib.vcxproj.filters new file mode 100644 index 0000000..874aab2 --- /dev/null +++ b/win32/project/zlib.vcxproj.filters @@ -0,0 +1,95 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3