Skip to content

Commit

Permalink
compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Oct 28, 2023
1 parent f1dc008 commit 95a333f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server/fhirconsole.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);..\library"/>
<Libraries Value="..\dependencies\openssl\$(TargetOS)-$(TargetCPU)"/>
<OtherUnitFiles Value="admin;tx;..\library\fsl\tests;..\library\fhir\tests;..\library\fhir4\tests;..\library\fhir4b\tests;..\library\fhir5\tests;..\library\ftx\tests;..\library\fxver\tests;..\library\cda\tests;..\library\v2\tests;..\library\fdb\tests;..\library\fcomp\tests;modules;tests"/>
<OtherUnitFiles Value="admin;tx;..\library\fsl\tests;..\library\fhir\tests;..\library\fhir4\tests;..\library\fhir4b\tests;..\library\fhir5\tests;..\library\ftx\tests;..\library\fxver\tests;..\library\cda\tests;..\library\v2\tests;..\library\fdb\tests;..\library\fcomp\tests;modules;tests;..\dependencies\FMM"/>
<UnitOutputDirectory Value="lib\console\$(BuildMode)"/>
</SearchPaths>
<Parsing>
Expand Down Expand Up @@ -238,7 +238,7 @@
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);..\library"/>
<Libraries Value="..\dependencies\openssl\$(TargetOS)-$(TargetCPU)"/>
<OtherUnitFiles Value="admin;tx;..\library\fsl\tests;..\library\fhir\tests;..\library\fhir4\tests;..\library\fhir4b\tests;..\library\fhir5\tests;..\library\ftx\tests;..\library\fxver\tests;..\library\cda\tests;..\library\v2\tests;..\library\fdb\tests;..\library\fcomp\tests;modules;tests"/>
<OtherUnitFiles Value="admin;tx;..\library\fsl\tests;..\library\fhir\tests;..\library\fhir4\tests;..\library\fhir4b\tests;..\library\fhir5\tests;..\library\ftx\tests;..\library\fxver\tests;..\library\cda\tests;..\library\v2\tests;..\library\fdb\tests;..\library\fcomp\tests;modules;tests;..\dependencies\FMM"/>
<UnitOutputDirectory Value="lib\console\$(BuildMode)"/>
</SearchPaths>
<CodeGeneration>
Expand Down
4 changes: 2 additions & 2 deletions toolkit2/fhirtoolkit.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);..\library"/>
<Libraries Value="..\dependencies\openssl\$(TargetOS)-$(TargetCPU)"/>
<OtherUnitFiles Value="editors;stores;views;frames;dialogs;tasks;..\ipsmanager\forms;..\ipsmanager\views"/>
<OtherUnitFiles Value="editors;stores;views;frames;dialogs;tasks;..\ipsmanager\forms;..\ipsmanager\views;..\dependencies\FMM"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
Expand Down Expand Up @@ -250,7 +250,7 @@
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir);..\library"/>
<Libraries Value="..\dependencies\openssl\$(TargetOS)-$(TargetCPU)"/>
<OtherUnitFiles Value="editors;stores;views;frames;dialogs;tasks;..\ipsmanager\forms;..\ipsmanager\views"/>
<OtherUnitFiles Value="editors;stores;views;frames;dialogs;tasks;..\ipsmanager\forms;..\ipsmanager\views;..\dependencies\FMM"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
Expand Down

0 comments on commit 95a333f

Please sign in to comment.