You've already forked lazarus-ccr
tvplanit: Fix compilation of mormot demos
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5887 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -85,7 +85,7 @@
|
||||
<Filename Value="demo"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir);..\mORMotSourceHere;..\..\..\source"/>
|
||||
<IncludeFiles Value="$(ProjOutDir);..\mORMotSourceHere;..\..\..\source\include"/>
|
||||
<OtherUnitFiles Value="..;..\mORMotSourceHere;..\mORMotSourceHere\SQLite3;..\..\fulldemo"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<PathDelim Value="\"/>
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
@ -57,7 +57,7 @@
|
||||
<Filename Value="VpClient"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir);..\mORMotSourceHere;..\..\..\source"/>
|
||||
<IncludeFiles Value="$(ProjOutDir);..\mORMotSourceHere;..\..\..\source\include"/>
|
||||
<OtherUnitFiles Value="..;..\mORMotSourceHere;..\mORMotSourceHere\SQLite3"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
|
@ -35,7 +35,7 @@ unit VpSR;
|
||||
|
||||
interface
|
||||
|
||||
{$I vpsr.inc}
|
||||
{$I include/vpsr.inc}
|
||||
|
||||
type
|
||||
// For acquiring the labels that go with each telephone field, i.e. Home, work, fax etc... }
|
||||
|
Reference in New Issue
Block a user