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"/>
|
<Filename Value="demo"/>
|
||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir);..\mORMotSourceHere;..\..\..\source"/>
|
<IncludeFiles Value="$(ProjOutDir);..\mORMotSourceHere;..\..\..\source\include"/>
|
||||||
<OtherUnitFiles Value="..;..\mORMotSourceHere;..\mORMotSourceHere\SQLite3;..\..\fulldemo"/>
|
<OtherUnitFiles Value="..;..\mORMotSourceHere;..\mORMotSourceHere\SQLite3;..\..\fulldemo"/>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<Version Value="9"/>
|
<Version Value="10"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<General>
|
<General>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
@ -57,7 +57,7 @@
|
|||||||
<Filename Value="VpClient"/>
|
<Filename Value="VpClient"/>
|
||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir);..\mORMotSourceHere;..\..\..\source"/>
|
<IncludeFiles Value="$(ProjOutDir);..\mORMotSourceHere;..\..\..\source\include"/>
|
||||||
<OtherUnitFiles Value="..;..\mORMotSourceHere;..\mORMotSourceHere\SQLite3"/>
|
<OtherUnitFiles Value="..;..\mORMotSourceHere;..\mORMotSourceHere\SQLite3"/>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
|
@ -35,7 +35,7 @@ unit VpSR;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
{$I vpsr.inc}
|
{$I include/vpsr.inc}
|
||||||
|
|
||||||
type
|
type
|
||||||
// For acquiring the labels that go with each telephone field, i.e. Home, work, fax etc... }
|
// For acquiring the labels that go with each telephone field, i.e. Home, work, fax etc... }
|
||||||
|
Reference in New Issue
Block a user