|
|
@@ -31,6 +31,7 @@
|
|
|
</Target>
|
|
|
<SearchPaths>
|
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
+ <OtherUnitFiles Value=".."/>
|
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
</SearchPaths>
|
|
|
<CodeGeneration>
|
|
|
@@ -60,6 +61,7 @@
|
|
|
</Target>
|
|
|
<SearchPaths>
|
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
+ <OtherUnitFiles Value=".."/>
|
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
</SearchPaths>
|
|
|
<CodeGeneration>
|
|
|
@@ -93,14 +95,19 @@
|
|
|
</RunParams>
|
|
|
<RequiredPackages Count="1">
|
|
|
<Item1>
|
|
|
- <PackageName Value="bgracontrols"/>
|
|
|
+ <PackageName Value="BGRABitmapPack4NoGUI"/>
|
|
|
</Item1>
|
|
|
</RequiredPackages>
|
|
|
- <Units Count="1">
|
|
|
+ <Units Count="2">
|
|
|
<Unit0>
|
|
|
<Filename Value="bgra_pascalscript_library.lpr"/>
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
</Unit0>
|
|
|
+ <Unit1>
|
|
|
+ <Filename Value="..\bgrapascalscript.pas"/>
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
+ <UnitName Value="BGRAPascalScript"/>
|
|
|
+ </Unit1>
|
|
|
</Units>
|
|
|
</ProjectOptions>
|
|
|
<CompilerOptions>
|
|
|
@@ -111,6 +118,7 @@
|
|
|
</Target>
|
|
|
<SearchPaths>
|
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
+ <OtherUnitFiles Value=".."/>
|
|
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
</SearchPaths>
|
|
|
<Parsing>
|