From e774c51a82ebed9929ab009d845cb478c9aca849 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 12 Dec 2012 00:23:53 -0500 Subject: [PATCH] - ZIP: Make sure output files end up in the 'build' directory structure so they will be ignored by Git tools. --- checkin_notes | 7 +++++++ win_build/libboinczip_staticcrt.vcproj | 20 ++++---------------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/checkin_notes b/checkin_notes index b6f14c1148..c17e9a1124 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7619,3 +7619,10 @@ David 11 Dec 2012 util.h samples/wrapper/ wrapper.cpp + +Rom 12 Dec 2012 + - ZIP: Make sure output files end up in the 'build' directory structure + so they will be ignored by Git tools. + + win_build/ + libboinczip_staticcrt.vcproj diff --git a/win_build/libboinczip_staticcrt.vcproj b/win_build/libboinczip_staticcrt.vcproj index 4dfe424b2b..65c903aa6a 100644 --- a/win_build/libboinczip_staticcrt.vcproj +++ b/win_build/libboinczip_staticcrt.vcproj @@ -48,10 +48,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;DLL;_CRT_SECURE_NO_WARNINGS;NO_MKTEMP;USE_ZIPMAIN;NO_CRYPT;IZ_PWLEN=80;NO_ASM;NO_UNICODE_SUPPORT;inflate=inflate_boinc;deflate=deflate_boinc;get_crc_table=get_crc_table_boinc;longest_match=longest_match_boinc;inflate_codes=inflate_codes_boinc" BasicRuntimeChecks="3" RuntimeLibrary="1" - PrecompiledHeaderFile=".\Debug/boinc_zip.pch" - AssemblerListingLocation=".\Debug/" - ObjectFile=".\Debug/" - ProgramDataBaseFileName=".\Debug/" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="4" @@ -123,10 +120,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;DLL;_CRT_SECURE_NO_WARNINGS;NO_MKTEMP;USE_ZIPMAIN;NO_CRYPT;IZ_PWLEN=80;NO_ASM;NO_UNICODE_SUPPORT;deflate=deflate_boinc;get_crc_table=get_crc_table_boinc;longest_match=longest_match_boinc;inflate_codes=inflate_codes_boinc" BasicRuntimeChecks="3" RuntimeLibrary="1" - PrecompiledHeaderFile=".\Debug/boinc_zip.pch" - AssemblerListingLocation=".\Debug/" - ObjectFile=".\Debug/" - ProgramDataBaseFileName=".\Debug/" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -199,10 +193,7 @@ StringPooling="true" RuntimeLibrary="0" EnableFunctionLevelLinking="true" - PrecompiledHeaderFile=".\Release/boinc_zip.pch" - AssemblerListingLocation=".\Release/" - ObjectFile=".\Release/" - ProgramDataBaseFileName=".\Release/" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -276,10 +267,7 @@ StringPooling="true" RuntimeLibrary="0" EnableFunctionLevelLinking="true" - PrecompiledHeaderFile=".\Release/boinc_zip.pch" - AssemblerListingLocation=".\Release/" - ObjectFile=".\Release/" - ProgramDataBaseFileName=".\Release/" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3"