diff options
author | Felipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net> | 2006-11-24 16:55:15 +0000 |
---|---|---|
committer | Felipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net> | 2006-11-24 16:55:15 +0000 |
commit | 8b96bcaa4ff5c5bb38b479ff6652c64754fc880c (patch) | |
tree | 2f956266d3a92e0e8826220cf14d0c533c1e608a /gfx | |
parent | e8323ebf7b4da29cb5df2b2b4a465424aa3eb6d2 (diff) | |
download | fpGUI-8b96bcaa4ff5c5bb38b479ff6652c64754fc880c.tar.xz |
Moved emulayer to top gfx folder.
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/gdi/fpgfxpackage.lpk | 33 | ||||
-rw-r--r-- | gfx/geldirty.pas (renamed from gfx/x11/geldirty.pas) | 0 | ||||
-rw-r--r-- | gfx/gelimage.pas (renamed from gfx/x11/gelimage.pas) | 0 | ||||
-rw-r--r-- | gfx/x11/fpgfxpackage.lpk | 4 |
4 files changed, 17 insertions, 20 deletions
diff --git a/gfx/gdi/fpgfxpackage.lpk b/gfx/gdi/fpgfxpackage.lpk index 8b11ef6b..e154903c 100644 --- a/gfx/gdi/fpgfxpackage.lpk +++ b/gfx/gdi/fpgfxpackage.lpk @@ -1,16 +1,14 @@ <?xml version="1.0"?> <CONFIG> <Package Version="2"> - <PathDelim Value="\"/> <Name Value="fpGFXPackage"/> <Author Value="Graeme Geldenhuys"/> <CompilerOptions> <Version Value="5"/> - <PathDelim Value="\"/> <SearchPaths> - <OtherUnitFiles Value="..\;..\emulayer\"/> - <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> - <SrcPath Value="$(TargetOS)\"/> + <OtherUnitFiles Value="../;../emulayer/"/> + <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> + <SrcPath Value="$(TargetOS)/"/> </SearchPaths> <CodeGeneration> <Generate Value="Faster"/> @@ -26,28 +24,28 @@ <Version Minor="3"/> <Files Count="6"> <Item1> - <Filename Value="..\gfxbase.pas"/> + <Filename Value="../gfxbase.pas"/> <UnitName Value="GfxBase"/> </Item1> <Item2> - <Filename Value="..\emulayer\geldirty.pas"/> - <UnitName Value="GELDirty"/> + <Filename Value="gfxinterface.pas"/> + <UnitName Value="GFXInterface"/> </Item2> <Item3> - <Filename Value="..\emulayer\gelimage.pas"/> - <UnitName Value="GELImage"/> + <Filename Value="gfx_gdi.pas"/> + <UnitName Value="GFX_GDI"/> </Item3> <Item4> - <Filename Value="gfxinterface.pas"/> - <UnitName Value="GFXInterface"/> + <Filename Value="../fpgfx.pas"/> + <UnitName Value="fpgfx"/> </Item4> <Item5> - <Filename Value="gfx_gdi.pas"/> - <UnitName Value="GFX_GDI"/> + <Filename Value="../geldirty.pas"/> + <UnitName Value="GELDirty"/> </Item5> <Item6> - <Filename Value="..\fpgfx.pas"/> - <UnitName Value="fpgfx"/> + <Filename Value="../gelimage.pas"/> + <UnitName Value="GELImage"/> </Item6> </Files> <RequiredPkgs Count="1"> @@ -57,11 +55,10 @@ </Item1> </RequiredPkgs> <UsageOptions> - <UnitPath Value="$(PkgOutDir)\"/> + <UnitPath Value="$(PkgOutDir)/"/> </UsageOptions> <PublishOptions> <Version Value="2"/> - <DestinationDirectory Value="$(TestDir)\publishedpackage\"/> <IgnoreBinaries Value="False"/> </PublishOptions> </Package> diff --git a/gfx/x11/geldirty.pas b/gfx/geldirty.pas index 5ffb70d2..5ffb70d2 100644 --- a/gfx/x11/geldirty.pas +++ b/gfx/geldirty.pas diff --git a/gfx/x11/gelimage.pas b/gfx/gelimage.pas index e33fa861..e33fa861 100644 --- a/gfx/x11/gelimage.pas +++ b/gfx/gelimage.pas diff --git a/gfx/x11/fpgfxpackage.lpk b/gfx/x11/fpgfxpackage.lpk index a3b48c87..481fff2f 100644 --- a/gfx/x11/fpgfxpackage.lpk +++ b/gfx/x11/fpgfxpackage.lpk @@ -47,11 +47,11 @@ <UnitName Value="fpgfx"/> </Item6> <Item7> - <Filename Value="geldirty.pas"/> + <Filename Value="../geldirty.pas"/> <UnitName Value="GELDirty"/> </Item7> <Item8> - <Filename Value="gelimage.pas"/> + <Filename Value="../gelimage.pas"/> <UnitName Value="GELImage"/> </Item8> </Files> |