~ubuntu-branches/ubuntu/precise/protobuf/precise

« back to all changes in this revision

Viewing changes to gtest/codegear/gtest_main.cbproj

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2009-11-16 10:41:33 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091116104133-ykhy3deg5l4975tw
Tags: 2.1.0-1ubuntu1
* Merge from Debian testing.
* Remaining Ubuntu changes:
  - Disable the death tests on IA64, now as a quilt patch.
  - Don't use python2.4, also as a quilt patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <ProjectGuid>{bca37a72-5b07-46cf-b44e-89f8e06451a2}</ProjectGuid>
 
5
    <Config Condition="'$(Config)'==''">Release</Config>
 
6
  </PropertyGroup>
 
7
  <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
 
8
    <Base>true</Base>
 
9
  </PropertyGroup>
 
10
  <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
 
11
    <Base>true</Base>
 
12
    <Cfg_1>true</Cfg_1>
 
13
    <CfgParent>Base</CfgParent>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
 
16
    <Base>true</Base>
 
17
    <Cfg_2>true</Cfg_2>
 
18
    <CfgParent>Base</CfgParent>
 
19
  </PropertyGroup>
 
20
  <PropertyGroup Condition="'$(Base)'!=''">
 
21
    <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
 
22
    <OutputExt>lib</OutputExt>
 
23
    <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
 
24
    <Defines>NO_STRICT</Defines>
 
25
    <DynamicRTL>true</DynamicRTL>
 
26
    <UsePackages>true</UsePackages>
 
27
    <ProjectType>CppStaticLibrary</ProjectType>
 
28
    <BCC_CPPCompileAlways>true</BCC_CPPCompileAlways>
 
29
    <PackageImports>rtl.bpi;vcl.bpi;bcbie.bpi;vclx.bpi;vclactnband.bpi;xmlrtl.bpi;bcbsmp.bpi;dbrtl.bpi;vcldb.bpi;bdertl.bpi;vcldbx.bpi;dsnap.bpi;dsnapcon.bpi;vclib.bpi;ibxpress.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;DbxCommonDriver.bpi;websnap.bpi;vclie.bpi;webdsnap.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;Rave75VCL.bpi;teeUI.bpi;tee.bpi;teedb.bpi;IndyCore.bpi;IndySystem.bpi;IndyProtocols.bpi;IntrawebDB_90_100.bpi;Intraweb_90_100.bpi;dclZipForged11.bpi;vclZipForged11.bpi;GR32_BDS2006.bpi;GR32_DSGN_BDS2006.bpi;Jcl.bpi;JclVcl.bpi;JvCoreD11R.bpi;JvSystemD11R.bpi;JvStdCtrlsD11R.bpi;JvAppFrmD11R.bpi;JvBandsD11R.bpi;JvDBD11R.bpi;JvDlgsD11R.bpi;JvBDED11R.bpi;JvCmpD11R.bpi;JvCryptD11R.bpi;JvCtrlsD11R.bpi;JvCustomD11R.bpi;JvDockingD11R.bpi;JvDotNetCtrlsD11R.bpi;JvEDID11R.bpi;JvGlobusD11R.bpi;JvHMID11R.bpi;JvInterpreterD11R.bpi;JvJansD11R.bpi;JvManagedThreadsD11R.bpi;JvMMD11R.bpi;JvNetD11R.bpi;JvPageCompsD11R.bpi;JvPluginD11R.bpi;JvPrintPreviewD11R.bpi;JvRuntimeDesignD11R.bpi;JvTimeFrameworkD11R.bpi;JvValidatorsD11R.bpi;JvWizardD11R.bpi;JvXPCtrlsD11R.bpi;VclSmp.bpi;CExceptionExpert11.bpi</PackageImports>
 
30
    <BCC_wpar>false</BCC_wpar>
 
31
    <IncludePath>$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..</IncludePath>
 
32
    <AllPackageLibs>rtl.lib;vcl.lib</AllPackageLibs>
 
33
    <TLIB_PageSize>32</TLIB_PageSize>
 
34
    <ILINK_LibraryPath>$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk</ILINK_LibraryPath>
 
35
  </PropertyGroup>
 
36
  <PropertyGroup Condition="'$(Cfg_1)'!=''">
 
37
    <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
 
38
    <DCC_Optimize>false</DCC_Optimize>
 
39
    <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
 
40
    <Defines>_DEBUG;$(Defines)</Defines>
 
41
    <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
 
42
    <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
 
43
    <ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
 
44
    <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
 
45
    <DCC_Define>DEBUG</DCC_Define>
 
46
    <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
 
47
    <IntermediateOutputDir>Debug</IntermediateOutputDir>
 
48
    <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
 
49
    <BCC_StackFrames>true</BCC_StackFrames>
 
50
    <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
 
51
    <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
 
52
    <TASM_Debugging>Full</TASM_Debugging>
 
53
    <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
 
54
  </PropertyGroup>
 
55
  <PropertyGroup Condition="'$(Cfg_2)'!=''">
 
56
    <Defines>NDEBUG;$(Defines)</Defines>
 
57
    <IntermediateOutputDir>Release</IntermediateOutputDir>
 
58
    <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
 
59
    <TASM_Debugging>None</TASM_Debugging>
 
60
  </PropertyGroup>
 
61
  <ProjectExtensions>
 
62
    <Borland.Personality>CPlusPlusBuilder.Personality</Borland.Personality>
 
63
    <Borland.ProjectType>CppStaticLibrary</Borland.ProjectType>
 
64
    <BorlandProject>
 
65
<BorlandProject><CPlusPlusBuilder.Personality><VersionInfo><VersionInfo Name="IncludeVerInfo">False</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1033</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Debugging><Debugging Name="DebugSourceDirs"></Debugging></Debugging><Parameters><Parameters Name="RunParams"></Parameters><Parameters Name="Launcher"></Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="DebugCWD"></Parameters><Parameters Name="HostApplication"></Parameters><Parameters Name="RemoteHost"></Parameters><Parameters Name="RemotePath"></Parameters><Parameters Name="RemoteParams"></Parameters><Parameters Name="RemoteLauncher"></Parameters><Parameters Name="UseRemoteLauncher">False</Parameters><Parameters Name="RemoteCWD"></Parameters><Parameters Name="RemoteDebug">False</Parameters><Parameters Name="Debug Symbols Search Path"></Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Excluded_Packages>
 
66
      <Excluded_Packages Name="$(BDS)\bin\bcboffice2k100.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
 
67
      <Excluded_Packages Name="$(BDS)\bin\bcbofficexp100.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
 
68
    </Excluded_Packages><Linker><Linker Name="LibPrefix"></Linker><Linker Name="LibSuffix"></Linker><Linker Name="LibVersion"></Linker></Linker><ProjectProperties><ProjectProperties Name="AutoShowDeps">False</ProjectProperties><ProjectProperties Name="ManagePaths">True</ProjectProperties><ProjectProperties Name="VerifyPackages">True</ProjectProperties></ProjectProperties><HistoryLists_hlIncludePath><HistoryLists_hlIncludePath Name="Count">3</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath Name="Item0">$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath Name="Item1">$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..</HistoryLists_hlIncludePath><HistoryLists_hlIncludePath Name="Item2">$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\src;..\include</HistoryLists_hlIncludePath></HistoryLists_hlIncludePath><HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath Name="Count">1</HistoryLists_hlILINK_LibraryPath><HistoryLists_hlILINK_LibraryPath Name="Item0">$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk</HistoryLists_hlILINK_LibraryPath></HistoryLists_hlILINK_LibraryPath><HistoryLists_hlDefines><HistoryLists_hlDefines Name="Count">1</HistoryLists_hlDefines><HistoryLists_hlDefines Name="Item0">NO_STRICT</HistoryLists_hlDefines></HistoryLists_hlDefines><HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize Name="Count">1</HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize Name="Item0">32</HistoryLists_hlTLIB_PageSize><HistoryLists_hlTLIB_PageSize Name="Item1">16</HistoryLists_hlTLIB_PageSize></HistoryLists_hlTLIB_PageSize></CPlusPlusBuilder.Personality></BorlandProject></BorlandProject>
 
69
  </ProjectExtensions>
 
70
  <Import Project="$(MSBuildBinPath)\Borland.Cpp.Targets" />
 
71
  <ItemGroup>
 
72
    <CppCompile Include="..\src\gtest_main.cc">
 
73
      <BuildOrder>0</BuildOrder>
 
74
    </CppCompile>
 
75
    <BuildConfiguration Include="Debug">
 
76
      <Key>Cfg_1</Key>
 
77
    </BuildConfiguration>
 
78
    <BuildConfiguration Include="Release">
 
79
      <Key>Cfg_2</Key>
 
80
    </BuildConfiguration>
 
81
  </ItemGroup>
 
82
</Project>