Configured output directory with relative path instead of absolute path which was there earlier to prevent any issue during compilation/installation of the related package

This commit is contained in:
healthsevak 2015-05-08 03:47:57 +00:00
parent 8844581494
commit a1c3952560
1 changed files with 2 additions and 5 deletions

View File

@ -5,7 +5,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\XWB_D2007.bpl</DCC_DependencyCheckOutputName>
<DCC_DependencyCheckOutputName>..\..\..\Packages\XWB_D2007.bpl</DCC_DependencyCheckOutputName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Version>7.0</Version>
@ -27,6 +27,7 @@
<DCC_DcuOutput>..\D2007</DCC_DcuOutput>
<DCC_ObjOutput>..\D2007</DCC_ObjOutput>
<DCC_HppOutput>..\D2007</DCC_HppOutput>
<DCC_BplOutput>..\..\..\Packages</DCC_BplOutput>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality</Borland.Personality>
@ -37,10 +38,6 @@
<Excluded_Packages Name="$(BDS)\bin\bcboffice2k100.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\bcbofficexp100.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>