From c9be342c9263cd72b93fc54ba90330152844d0c3 Mon Sep 17 00:00:00 2001 From: graemeg Date: Mon, 23 Jul 2007 11:17:05 +0000 Subject: Restructure Part 5. * Created new packages for Corelib and GUI. * Updated all examples to use the new packages. Restructure should now be complete. --- src/corelib/x11/fpGFX2.lpk | 127 -------------------------------------- src/corelib/x11/fpGFX2.pas | 17 ----- src/corelib/x11/fpgfx_package.lpk | 83 +++++++++++++++++++++++++ src/corelib/x11/fpgfx_package.pas | 15 +++++ src/gui/fpgui_package.lpk | 81 ++++++++++++++++++++++++ src/gui/fpgui_package.pas | 15 +++++ 6 files changed, 194 insertions(+), 144 deletions(-) delete mode 100644 src/corelib/x11/fpGFX2.lpk delete mode 100644 src/corelib/x11/fpGFX2.pas create mode 100644 src/corelib/x11/fpgfx_package.lpk create mode 100644 src/corelib/x11/fpgfx_package.pas create mode 100644 src/gui/fpgui_package.lpk create mode 100644 src/gui/fpgui_package.pas (limited to 'src') diff --git a/src/corelib/x11/fpGFX2.lpk b/src/corelib/x11/fpGFX2.lpk deleted file mode 100644 index 5255aeb1..00000000 --- a/src/corelib/x11/fpGFX2.lpk +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/corelib/x11/fpGFX2.pas b/src/corelib/x11/fpGFX2.pas deleted file mode 100644 index d4a75395..00000000 --- a/src/corelib/x11/fpGFX2.pas +++ /dev/null @@ -1,17 +0,0 @@ -{ This file was automatically created by Lazarus. Do not edit! -This source is only used to compile and install the package. - } - -unit fpGFX2; - -interface - -uses - x11_xft, x11_keyconv, gfxbase, gfxbaseinterfaces, gfx_x11, fpgfx, - gfx_stdimages, gfx_imgfmt_bmp, gfx_widget, gui_form, gui_label, gui_button, - gui_edit, gui_combobox, gui_popupwindow, gui_scrollbar, gfx_UTF8utils, - gui_dialogs, gui_listbox, gui_memo, gfx_extinterpolation; - -implementation - -end. diff --git a/src/corelib/x11/fpgfx_package.lpk b/src/corelib/x11/fpgfx_package.lpk new file mode 100644 index 00000000..1521ea5a --- /dev/null +++ b/src/corelib/x11/fpgfx_package.lpk @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/corelib/x11/fpgfx_package.pas b/src/corelib/x11/fpgfx_package.pas new file mode 100644 index 00000000..0fc83352 --- /dev/null +++ b/src/corelib/x11/fpgfx_package.pas @@ -0,0 +1,15 @@ +{ This file was automatically created by Lazarus. Do not edit! +This source is only used to compile and install the package. + } + +unit fpgfx_package; + +interface + +uses + x11_xft, x11_keyconv, gfxbase, gfx_x11, fpgfx, gfx_stdimages, gfx_imgfmt_bmp, + gfx_widget, gfx_UTF8utils, gfx_extinterpolation; + +implementation + +end. diff --git a/src/gui/fpgui_package.lpk b/src/gui/fpgui_package.lpk new file mode 100644 index 00000000..ea9896d3 --- /dev/null +++ b/src/gui/fpgui_package.lpk @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/gui/fpgui_package.pas b/src/gui/fpgui_package.pas new file mode 100644 index 00000000..dcdc16ba --- /dev/null +++ b/src/gui/fpgui_package.pas @@ -0,0 +1,15 @@ +{ This file was automatically created by Lazarus. Do not edit! +This source is only used to compile and install the package. + } + +unit fpgui_package; + +interface + +uses + gui_button, gui_combobox, gui_dialogs, gui_edit, gui_form, gui_label, + gui_listbox, gui_memo, gui_popupwindow, gui_scrollbar; + +implementation + +end. -- cgit v1.2.3-70-g09d2