[Lazarus] patch:add /$(LCLWidgetType) to rx packages FU

FreeMan freeman35 at delphiturkiye.com
Sat Feb 14 16:10:59 CET 2015


not in CCR
/lazarus/components/rx/rx.lpk

-        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
+        <UnitOutputDirectory 
Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/
-------------- next part --------------
Index: components/rx/rx.lpk
===================================================================
--- components/rx/rx.lpk	(revision 47781)
+++ components/rx/rx.lpk	(working copy)
@@ -6,7 +6,7 @@
     <CompilerOptions>
       <Version Value="8"/>
       <SearchPaths>
-        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
+        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
       </SearchPaths>
       <Other>
         <CompilerPath Value="$(CompPath)"/>


More information about the Lazarus mailing list