From 8b6e5b699b91510edb347a909294f3f3a4de6714 Mon Sep 17 00:00:00 2001 From: Jason Southwell Date: Tue, 26 Dec 2023 12:31:17 -0500 Subject: [PATCH] FastMM4 is a dependency, add as a submodule and configure default search paths accordingly. --- .gitmodules | 3 +++ Demo/Parser/ParserDemo.dproj | 2 +- Demo/ProjectIndexer/ProjectIndexerResearch.dproj | 2 +- Source/FastMM4 | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 Source/FastMM4 diff --git a/.gitmodules b/.gitmodules index bd017561..e28ac3d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ path = Source/FreePascalSupport/FPC_StringBuilder url = https://github.com/Wosi/FPC_StringBuilder.git +[submodule "Source/FastMM4"] + path = Source/FastMM4 + url = https://github.com/pleriche/FastMM4 diff --git a/Demo/Parser/ParserDemo.dproj b/Demo/Parser/ParserDemo.dproj index 1c9df898..976a5b7d 100644 --- a/Demo/Parser/ParserDemo.dproj +++ b/Demo/Parser/ParserDemo.dproj @@ -35,7 +35,7 @@ true - ..\..\Source;..\..\Source\SimpleParser;$(DCC_UnitSearchPath) + ..\..\Source;..\..\Source\SimpleParser;..\..\Source\FastMM4;$(DCC_UnitSearchPath) ParserDemo System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace) $(BDS)\bin\default_app.manifest diff --git a/Demo/ProjectIndexer/ProjectIndexerResearch.dproj b/Demo/ProjectIndexer/ProjectIndexerResearch.dproj index e3b81dda..d81dfaa3 100644 --- a/Demo/ProjectIndexer/ProjectIndexerResearch.dproj +++ b/Demo/ProjectIndexer/ProjectIndexerResearch.dproj @@ -35,7 +35,7 @@ true - ..\..\source;..\..\source\simpleparser;$(DCC_UnitSearchPath) + ..\..\source;..\..\source\simpleparser;..\..\source\FastMM4;$(DCC_UnitSearchPath) $(BDS)\bin\delphi_PROJECTICNS.icns false CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName= diff --git a/Source/FastMM4 b/Source/FastMM4 new file mode 160000 index 00000000..8ee64109 --- /dev/null +++ b/Source/FastMM4 @@ -0,0 +1 @@ +Subproject commit 8ee641096e4db76fbe9974ec454882601fd0a407