Ignore:
Timestamp:
15/04/2011 13:53:07 (14 months ago)
Author:
chris
Message:

Refactor MSVC library dependencies onto the common project, and remove
optional settings that should be left at their defaults.

Location:
box/trunk/infrastructure/msvc/2010
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/msvc/2010/bbackupctl.vcxproj

    r2908 r2922  
    4242    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\</OutDir> 
    4343    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\$(ProjectName)\</IntDir> 
    44     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 
    4544    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</OutDir> 
    4645    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</IntDir> 
     
    6160    </ClCompile> 
    6261    <Link> 
    63       <AdditionalDependencies>Ws2_32.lib;Advapi32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;$(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib;$(ProjectDir)..\..\..\$(Configuration)\common.lib;%(AdditionalDependencies)</AdditionalDependencies> 
    64       <OutputFile>$(OutDir)bbackupctl.exe</OutputFile> 
    6562      <GenerateDebugInformation>true</GenerateDebugInformation> 
    6663      <ProgramDatabaseFile>$(OutDir)bbackupctl.pdb</ProgramDatabaseFile> 
  • box/trunk/infrastructure/msvc/2010/bbackupd.vcxproj

    r2908 r2922  
    6262    </ClCompile> 
    6363    <Link> 
    64       <AdditionalDependencies>VssApi.lib;Ws2_32.lib;Advapi32.lib;User32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;$(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcreposix78.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcre78.lib;%(AdditionalDependencies)</AdditionalDependencies> 
    65       <OutputFile>$(OutDir)bbackupd.exe</OutputFile> 
    66       <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 
     64      <AdditionalDependencies>VssApi.lib;%(AdditionalDependencies)</AdditionalDependencies> 
    6765      <GenerateDebugInformation>true</GenerateDebugInformation> 
    6866      <ProgramDatabaseFile>$(OutDir)bbackupd.pdb</ProgramDatabaseFile> 
  • box/trunk/infrastructure/msvc/2010/bbstoreaccounts.vcxproj

    r2908 r2922  
    5353    <Link> 
    5454      <GenerateDebugInformation>true</GenerateDebugInformation> 
    55       <AdditionalDependencies>Ws2_32.lib;Advapi32.lib;User32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;$(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcreposix78.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcre78.lib;%(AdditionalDependencies)</AdditionalDependencies> 
    5655    </Link> 
    5756  </ItemDefinitionGroup> 
  • box/trunk/infrastructure/msvc/2010/bbstored.vcxproj

    r2908 r2922  
    5353    <Link> 
    5454      <GenerateDebugInformation>true</GenerateDebugInformation> 
    55       <AdditionalDependencies>Ws2_32.lib;Advapi32.lib;User32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;$(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib;$(ProjectDir)..\..\..\$(Configuration)\libbackupstore.lib;$(ProjectDir)..\..\..\$(Configuration)\common.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcreposix78.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcre78.lib;%(AdditionalDependencies)</AdditionalDependencies> 
    5655    </Link> 
    5756  </ItemDefinitionGroup> 
  • box/trunk/infrastructure/msvc/2010/boxquery.vcxproj

    r2908 r2922  
    4343    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\</OutDir> 
    4444    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\$(ProjectName)\</IntDir> 
    45     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 
    4645    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</OutDir> 
    4746    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</IntDir> 
     
    6261    </ClCompile> 
    6362    <Link> 
    64       <AdditionalDependencies>Ws2_32.lib;Advapi32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;$(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib;$(ProjectDir)..\..\..\$(Configuration)\common.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcreposix78.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcre78.lib;%(AdditionalDependencies)</AdditionalDependencies> 
    65       <OutputFile>$(OutDir)bbackupquery.exe</OutputFile> 
    6663      <GenerateDebugInformation>true</GenerateDebugInformation> 
    6764      <ProgramDatabaseFile>$(OutDir)boxquery.pdb</ProgramDatabaseFile> 
  • box/trunk/infrastructure/msvc/2010/common.vcxproj

    r2908 r2922  
    6262      <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 
    6363    </ClCompile> 
    64     <Lib> 
    65       <OutputFile>$(OutDir)common.lib</OutputFile> 
    66     </Lib> 
     64    <Lib /> 
    6765    <CustomBuildStep> 
    6866      <Command>perl $(ProjectDir)..\getversion.pl</Command> 
     
    7472      <Outputs>$(ProjectDir)..\..\..\lib\common\BoxVersion.h;%(Outputs)</Outputs> 
    7573    </CustomBuildStep> 
     74    <Lib> 
     75      <AdditionalDependencies>Ws2_32.lib;Advapi32.lib;User32.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2010\debug\pcre.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2010\debug\pcreposix.lib;$(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;%(AdditionalDependencies)</AdditionalDependencies> 
     76    </Lib> 
    7677  </ItemDefinitionGroup> 
    7778  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 
  • box/trunk/infrastructure/msvc/2010/libbackupstore.vcxproj

    r2908 r2922  
    5656      <AdditionalDependencies>Ws2_32.lib;Advapi32.lib;User32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;$(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib;$(ProjectDir)..\..\..\$(Configuration)\common.lib;%(AdditionalDependencies)</AdditionalDependencies> 
    5757    </Link> 
     58    <Lib /> 
    5859  </ItemDefinitionGroup> 
    5960  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 
  • box/trunk/infrastructure/msvc/2010/qdbm.vcxproj

    r2908 r2922  
    5252      <GenerateDebugInformation>true</GenerateDebugInformation> 
    5353    </Link> 
     54    <Lib /> 
    5455  </ItemDefinitionGroup> 
    5556  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 
  • box/trunk/infrastructure/msvc/2010/win32test.vcxproj

    r2908 r2922  
    4242    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\</OutDir> 
    4343    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\$(ProjectName)\</IntDir> 
    44     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 
    4544    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</OutDir> 
    4645    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</IntDir> 
     
    6160    </ClCompile> 
    6261    <Link> 
    63       <AdditionalDependencies>Ws2_32.lib;Advapi32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;$(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib;$(ProjectDir)..\..\..\$(Configuration)\common.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcreposix78.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2008\debug\pcre78.lib;%(AdditionalDependencies)</AdditionalDependencies> 
    64       <OutputFile>$(OutDir)win32test.exe</OutputFile> 
    6562      <GenerateDebugInformation>true</GenerateDebugInformation> 
    6663      <ProgramDatabaseFile>$(OutDir)win32test.pdb</ProgramDatabaseFile> 
    6764      <SubSystem>Console</SubSystem> 
    6865      <TargetMachine>MachineX86</TargetMachine> 
     66      <ShowProgress>NotSet</ShowProgress> 
    6967    </Link> 
    7068  </ItemDefinitionGroup> 
Note: See TracChangeset for help on using the changeset viewer.