From 39e3eb11ed5633662691f92aaf84bad39608068a Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 17 Aug 2002 23:41:23 +0000 Subject: [PATCH] made compiling gtk2 interface easier git-svn-id: trunk@2462 - --- .gitattributes | 1 + lcl/interfaces/gtk/gtkproc.inc | 5 ++- lcl/interfaces/gtk2/gtk2interface.lpk | 48 +++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 lcl/interfaces/gtk2/gtk2interface.lpk diff --git a/.gitattributes b/.gitattributes index 36997f994a..d360713c09 100644 --- a/.gitattributes +++ b/.gitattributes @@ -591,6 +591,7 @@ lcl/interfaces/gtk/interfaces.pp svneol=native#text/pascal lcl/interfaces/gtk/keymap.pp svneol=native#text/pascal lcl/interfaces/gtk/tnotebook_close_tab.xpm -text svneol=native#image/x-xpixmap lcl/interfaces/gtk2/gtk2int.pas svneol=native#text/pascal +lcl/interfaces/gtk2/gtk2interface.lpk svneol=native#text/pascal lcl/interfaces/gtk2/interfaces.pas svneol=native#text/pascal lcl/interfaces/qt/build.sh -text svneol=native#application/x-sh lcl/interfaces/qt/include/lpushbt.h svneol=native#text/plain diff --git a/lcl/interfaces/gtk/gtkproc.inc b/lcl/interfaces/gtk/gtkproc.inc index a9a07a4c58..ab81709b92 100644 --- a/lcl/interfaces/gtk/gtkproc.inc +++ b/lcl/interfaces/gtk/gtkproc.inc @@ -108,7 +108,7 @@ end; The GTK_IS_XXX macro functions in the fpc gtk1.x bindings are not correct. They just test the highest level. - This function checks just like the real C macros. + This function checks as the real C macros. ------------------------------------------------------------------------------} function GtkWidgetIsA(Widget: PGtkWidget; AType: TGtkType): boolean; begin @@ -4072,6 +4072,9 @@ end; { ============================================================================= $Log$ + Revision 1.173 2003/05/26 20:05:21 mattias + made compiling gtk2 interface easier + Revision 1.172 2003/05/19 08:16:33 mattias fixed allocation of dc backcolor diff --git a/lcl/interfaces/gtk2/gtk2interface.lpk b/lcl/interfaces/gtk2/gtk2interface.lpk new file mode 100644 index 0000000000..4ebf1b70d9 --- /dev/null +++ b/lcl/interfaces/gtk2/gtk2interface.lpk @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +