Changeset 2922 for box/trunk/infrastructure
- Timestamp:
- 15/04/2011 13:53:07 (14 months ago)
- Location:
- box/trunk/infrastructure/msvc/2010
- Files:
-
- 9 edited
-
bbackupctl.vcxproj (modified) (2 diffs)
-
bbackupd.vcxproj (modified) (1 diff)
-
bbstoreaccounts.vcxproj (modified) (1 diff)
-
bbstored.vcxproj (modified) (1 diff)
-
boxquery.vcxproj (modified) (2 diffs)
-
common.vcxproj (modified) (2 diffs)
-
libbackupstore.vcxproj (modified) (1 diff)
-
qdbm.vcxproj (modified) (1 diff)
-
win32test.vcxproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/msvc/2010/bbackupctl.vcxproj
r2908 r2922 42 42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\</OutDir> 43 43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\$(ProjectName)\</IntDir> 44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>45 44 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</OutDir> 46 45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</IntDir> … … 61 60 </ClCompile> 62 61 <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>65 62 <GenerateDebugInformation>true</GenerateDebugInformation> 66 63 <ProgramDatabaseFile>$(OutDir)bbackupctl.pdb</ProgramDatabaseFile> -
box/trunk/infrastructure/msvc/2010/bbackupd.vcxproj
r2908 r2922 62 62 </ClCompile> 63 63 <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> 67 65 <GenerateDebugInformation>true</GenerateDebugInformation> 68 66 <ProgramDatabaseFile>$(OutDir)bbackupd.pdb</ProgramDatabaseFile> -
box/trunk/infrastructure/msvc/2010/bbstoreaccounts.vcxproj
r2908 r2922 53 53 <Link> 54 54 <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>56 55 </Link> 57 56 </ItemDefinitionGroup> -
box/trunk/infrastructure/msvc/2010/bbstored.vcxproj
r2908 r2922 53 53 <Link> 54 54 <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>56 55 </Link> 57 56 </ItemDefinitionGroup> -
box/trunk/infrastructure/msvc/2010/boxquery.vcxproj
r2908 r2922 43 43 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\</OutDir> 44 44 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\$(ProjectName)\</IntDir> 45 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>46 45 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</OutDir> 47 46 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</IntDir> … … 62 61 </ClCompile> 63 62 <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>66 63 <GenerateDebugInformation>true</GenerateDebugInformation> 67 64 <ProgramDatabaseFile>$(OutDir)boxquery.pdb</ProgramDatabaseFile> -
box/trunk/infrastructure/msvc/2010/common.vcxproj
r2908 r2922 62 62 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 63 63 </ClCompile> 64 <Lib> 65 <OutputFile>$(OutDir)common.lib</OutputFile> 66 </Lib> 64 <Lib /> 67 65 <CustomBuildStep> 68 66 <Command>perl $(ProjectDir)..\getversion.pl</Command> … … 74 72 <Outputs>$(ProjectDir)..\..\..\lib\common\BoxVersion.h;%(Outputs)</Outputs> 75 73 </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> 76 77 </ItemDefinitionGroup> 77 78 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> -
box/trunk/infrastructure/msvc/2010/libbackupstore.vcxproj
r2908 r2922 56 56 <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> 57 57 </Link> 58 <Lib /> 58 59 </ItemDefinitionGroup> 59 60 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> -
box/trunk/infrastructure/msvc/2010/qdbm.vcxproj
r2908 r2922 52 52 <GenerateDebugInformation>true</GenerateDebugInformation> 53 53 </Link> 54 <Lib /> 54 55 </ItemDefinitionGroup> 55 56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> -
box/trunk/infrastructure/msvc/2010/win32test.vcxproj
r2908 r2922 42 42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\</OutDir> 43 43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\..\..\$(Configuration)\$(ProjectName)\</IntDir> 44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>45 44 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</OutDir> 46 45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\Release\</IntDir> … … 61 60 </ClCompile> 62 61 <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>65 62 <GenerateDebugInformation>true</GenerateDebugInformation> 66 63 <ProgramDatabaseFile>$(OutDir)win32test.pdb</ProgramDatabaseFile> 67 64 <SubSystem>Console</SubSystem> 68 65 <TargetMachine>MachineX86</TargetMachine> 66 <ShowProgress>NotSet</ShowProgress> 69 67 </Link> 70 68 </ItemDefinitionGroup>
Note: See TracChangeset
for help on using the changeset viewer.
