[Plib-cvs] plib/src/pui Makefile.am,1.21,1.22 pu.h,1.145,1.146 puLocal.h,1.13,1.14
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-21 19:13:36
|
Update of /cvsroot/plib/plib/src/pui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32619/plib/src/pui Modified Files: Makefile.am pu.h puLocal.h Log Message: Removed dependency on GLUT from PUIAUX. Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/pui/Makefile.am,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Makefile.am 17 Feb 2004 01:43:21 -0000 1.21 +++ Makefile.am 21 Mar 2004 19:03:23 -0000 1.22 @@ -16,7 +16,7 @@ puSpinBox.cxx puScrollBar.cxx puInputBase.cxx AM_CPPFLAGS = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt -AM_CPPFLAGS += -I$(top_srcdir)/src/util -DPU_USE_NONE +AM_CPPFLAGS += -I$(top_srcdir)/src/util endif Index: pu.h =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pu.h,v retrieving revision 1.145 retrieving revision 1.146 diff -u -d -r1.145 -r1.146 --- pu.h 28 Feb 2004 00:54:04 -0000 1.145 +++ pu.h 21 Mar 2004 19:03:23 -0000 1.146 @@ -1,341 +1,341 @@ -/* - PLIB - A Suite of Portable Game Libraries - Copyright (C) 1998,2002 Steve Baker - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of [...4091 lines suppressed...] + + puSelectBox ( int minx, int miny, int maxx, int maxy, + char **list ) ; +} ; @@ -2129,9 +2129,9 @@ #else # define PU_USE_GLUT #endif - -#endif - + +#endif + // Roll out the code and define puInit Index: puLocal.h =================================================================== RCS file: /cvsroot/plib/plib/src/pui/puLocal.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- puLocal.h 16 Feb 2004 13:49:03 -0000 1.13 +++ puLocal.h 21 Mar 2004 19:03:23 -0000 1.14 @@ -22,6 +22,7 @@ */ +#define PU_USE_NONE 1 #include "pu.h" |