Skip to content

Commit

Permalink
trying to fix build, delphi barfing on relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentparrett committed May 19, 2020
1 parent 40090ad commit e9c32de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ __history/**
*.fbpbrk
Tests/Delphi.Mocks.Tests.res
Tests/Delphi.Mocks.Tests.res
*.rsm
6 changes: 3 additions & 3 deletions Build/TestAndBuild.fbp8
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ begin
updateversioninfokeys = false
useeurekalogcompiler = false
usefastdcccompiler = false
useprojectsettings = [usPackages,usCompiler,usLinker,usDirectories,usVersionInfo]
useprojectsettings = [usPackages,usCompiler,usLinker,usVersionInfo]
usepropertyset = false
useversionfromdof = false
verboseoutput = false
Expand Down Expand Up @@ -114,7 +114,7 @@ begin
namespaceprefixes = System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;
openstrings = true
optimisation = false
outputdir = .\\$(Platform)\\$(Config)
outputdir = .\\
overflowchecking = false
packages = bindcompfmx;dsnap;fmx;rtl;indysystem;indycore;dbrtl;bindcomp;inetdb;fmxase;inet;fmxobj;xmlrtl;inetdbxpress;indyprotocols;fmxdae;bindengine;soaprtl
rangechecking = false
Expand All @@ -128,7 +128,7 @@ begin
stringchecks = true
typedpointers = false
unitaliases = WinTypes\=Windows;WinProcs\=Windows;DbiTypes\=BDE;DbiProcs\=BDE;DbiErrs\=BDE
unitoutputdir = .\\$(Platform)\\$(Config)
unitoutputdir = .\\
usedebugdcu = false
usepackages = false
varstringchecks = true
Expand Down

0 comments on commit e9c32de

Please sign in to comment.