Skip to content

Commit e9c32de

Browse files
trying to fix build, delphi barfing on relative paths
1 parent 40090ad commit e9c32de

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ __history/**
4646
*.fbpbrk
4747
Tests/Delphi.Mocks.Tests.res
4848
Tests/Delphi.Mocks.Tests.res
49+
*.rsm

Build/TestAndBuild.fbp8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ begin
6161
updateversioninfokeys = false
6262
useeurekalogcompiler = false
6363
usefastdcccompiler = false
64-
useprojectsettings = [usPackages,usCompiler,usLinker,usDirectories,usVersionInfo]
64+
useprojectsettings = [usPackages,usCompiler,usLinker,usVersionInfo]
6565
usepropertyset = false
6666
useversionfromdof = false
6767
verboseoutput = false
@@ -114,7 +114,7 @@ begin
114114
namespaceprefixes = System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;
115115
openstrings = true
116116
optimisation = false
117-
outputdir = .\\$(Platform)\\$(Config)
117+
outputdir = .\\
118118
overflowchecking = false
119119
packages = bindcompfmx;dsnap;fmx;rtl;indysystem;indycore;dbrtl;bindcomp;inetdb;fmxase;inet;fmxobj;xmlrtl;inetdbxpress;indyprotocols;fmxdae;bindengine;soaprtl
120120
rangechecking = false
@@ -128,7 +128,7 @@ begin
128128
stringchecks = true
129129
typedpointers = false
130130
unitaliases = WinTypes\=Windows;WinProcs\=Windows;DbiTypes\=BDE;DbiProcs\=BDE;DbiErrs\=BDE
131-
unitoutputdir = .\\$(Platform)\\$(Config)
131+
unitoutputdir = .\\
132132
usedebugdcu = false
133133
usepackages = false
134134
varstringchecks = true

0 commit comments

Comments
 (0)