Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Demo/Parser/ParserDemo.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_UnitSearchPath>..\..\Source;..\..\Source\SimpleParser;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_UnitSearchPath>..\..\Source;..\..\Source\SimpleParser;..\..\Source\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<SanitizedProjectName>ParserDemo</SanitizedProjectName>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
Expand Down
2 changes: 1 addition & 1 deletion Demo/ProjectIndexer/ProjectIndexerResearch.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_UnitSearchPath>..\..\source;..\..\source\simpleparser;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_UnitSearchPath>..\..\source;..\..\source\simpleparser;..\..\source\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
<DCC_K>false</DCC_K>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
Expand Down
1 change: 1 addition & 0 deletions Source/FastMM4
Submodule FastMM4 added at 8ee641