Skip to content

Commit 30dd0d7

Browse files
zaneduffieldfourls
authored andcommitted
Fix 'Debugger_HostApplication' for release build
1 parent 2fb854b commit 30dd0d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Pasfmt.dproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<PropertyGroup Condition="'$(Base_Win32)'!=''">
5858
<BT_BuildType>Debug</BT_BuildType>
5959
<DCC_UsePackage>rtl;vcl;xmlrtl;vclactnband;vclx;dbrtl;vclie;vcledge;vcldb;dsnap;$(DCC_UsePackage)</DCC_UsePackage>
60+
<Debugger_HostApplication>$(BDSBIN)\bds.exe</Debugger_HostApplication>
6061
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
6162
<VerInfo_Locale>1033</VerInfo_Locale>
6263
</PropertyGroup>
@@ -72,7 +73,6 @@
7273
</PropertyGroup>
7374
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
7475
<DCC_RemoteDebug>false</DCC_RemoteDebug>
75-
<Debugger_HostApplication>$(BDSBIN)\bds.exe</Debugger_HostApplication>
7676
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
7777
<VerInfo_Locale>1033</VerInfo_Locale>
7878
</PropertyGroup>
@@ -83,7 +83,6 @@
8383
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
8484
</PropertyGroup>
8585
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
86-
<Debugger_HostApplication>bds</Debugger_HostApplication>
8786
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
8887
<VerInfo_Locale>1033</VerInfo_Locale>
8988
</PropertyGroup>

0 commit comments

Comments
 (0)