plib-cvs Mailing List for PLIB (Page 38)
Brought to you by:
sjbaker
You can subscribe to this list here.
2002 |
Jan
(25) |
Feb
(10) |
Mar
(60) |
Apr
(49) |
May
(54) |
Jun
(94) |
Jul
(82) |
Aug
(251) |
Sep
(366) |
Oct
(17) |
Nov
(20) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(12) |
Feb
(8) |
Mar
(2) |
Apr
(4) |
May
(5) |
Jun
(8) |
Jul
(23) |
Aug
(8) |
Sep
(7) |
Oct
(5) |
Nov
(20) |
Dec
(20) |
2004 |
Jan
(19) |
Feb
(70) |
Mar
(108) |
Apr
(24) |
May
(6) |
Jun
(5) |
Jul
|
Aug
(8) |
Sep
(18) |
Oct
(27) |
Nov
|
Dec
(13) |
2005 |
Jan
(19) |
Feb
(13) |
Mar
(1) |
Apr
|
May
(10) |
Jun
(1) |
Jul
(10) |
Aug
(5) |
Sep
(2) |
Oct
(2) |
Nov
(6) |
Dec
(4) |
2006 |
Jan
(9) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Sebastian U. <ud...@us...> - 2002-08-31 22:34:08
|
Update of /cvsroot/plib/plib/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv18324 Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/sl/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.am 31 Aug 2002 20:49:17 -0000 1.10 +++ Makefile.am 31 Aug 2002 22:34:05 -0000 1.11 @@ -12,7 +12,7 @@ libplibsm_a_SOURCES = slPortability.h smMixer.cxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/net In directory usw-pr-cvs1:/tmp/cvs-serv15635/net Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/net/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 31 Aug 2002 20:49:17 -0000 1.7 +++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.8 @@ -8,7 +8,7 @@ libplibnet_a_SOURCES = netBuffer.cxx netChannel.cxx netChat.cxx \ netMessage.cxx netMonitor.cxx netSocket.cxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/sg In directory usw-pr-cvs1:/tmp/cvs-serv15635/sg Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/sg/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.am 31 Aug 2002 20:49:17 -0000 1.9 +++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.10 @@ -8,7 +8,7 @@ sgIsect.cxx sgdIsect.cxx \ sgPerlinNoise.cxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/js In directory usw-pr-cvs1:/tmp/cvs-serv15635/js Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/js/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 31 Aug 2002 20:49:16 -0000 1.5 +++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.6 @@ -2,7 +2,7 @@ include_HEADERS = js.h -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/util In directory usw-pr-cvs1:/tmp/cvs-serv15635/util Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/util/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.am 31 Aug 2002 20:49:17 -0000 1.12 +++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.13 @@ -7,8 +7,6 @@ libplibul_a_SOURCES = ul.cxx ulClock.cxx ulError.cxx ulLinkedList.cxx \ ulList.cxx ulLocal.h -INCLUDES = -I$(top_srcdir) - endif EXTRA_DIST = ul.dsp |
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv15635/pui Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/pui/Makefile.am,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile.am 31 Aug 2002 20:49:17 -0000 1.17 +++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.18 @@ -15,7 +15,7 @@ puFileSelector.cxx puComboBox.cxx puSelectBox.cxx puRange.cxx \ puSpinBox.cxx puScrollBar.cxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt +INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt INCLUDES += -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv15635/ssgAux Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.am 31 Aug 2002 20:49:17 -0000 1.12 +++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.13 @@ -19,7 +19,7 @@ ssgaFire.cxx \ ssgaTeapot.cxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/ssg +INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/ssg INCLUDES += -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv15635/ssg Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/Makefile.am,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Makefile.am 31 Aug 2002 20:49:17 -0000 1.36 +++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.37 @@ -26,7 +26,7 @@ ssgSaveATG.cxx ssgLoadIV.cxx ssgLoad.cxx ssgLoadVRML.h \ ssgLoadMDL_BGLTexture.cxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 22:21:25
|
Update of /cvsroot/plib/plib/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv15635/fnt Modified Files: Makefile.am Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 31 Aug 2002 20:49:16 -0000 1.8 +++ Makefile.am 31 Aug 2002 22:21:20 -0000 1.9 @@ -6,7 +6,7 @@ libplibfnt_a_SOURCES = fnt.cxx fntTXF.cxx fntLocal.h -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 21:33:28
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv5008 Modified Files: configure.in Log Message: Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- configure.in 31 Aug 2002 20:44:27 -0000 1.43 +++ configure.in 31 Aug 2002 21:33:25 -0000 1.44 @@ -3,7 +3,7 @@ AC_INIT(src/js/js.h) AM_INIT_AUTOMAKE(plib, 1.6.0) -AC_CONFIG_HEADERS(plibconfig.h) +AM_CONFIG_HEADER(plibconfig.h) # This AC_PREFIX_DEFAULT will place the library files # into /usr/lib - but will put the include files into |
From: Sebastian U. <ud...@us...> - 2002-08-31 21:03:14
|
Update of /cvsroot/plib/plib/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv30422/sl Modified Files: sl.dsp Log Message: Removed GLUT header directory from CPP flags Index: sl.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/sl/sl.dsp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- sl.dsp 31 Aug 2002 20:54:42 -0000 1.13 +++ sl.dsp 31 Aug 2002 21:03:11 -0000 1.14 @@ -41,7 +41,7 @@ # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MT /W3 /Zi /O2 /I "..\util" /I ".." /I "..\..\..\glut\include" /D "NDEBUG" /D "_LIB" /D "NEEDNAMESPACESTD" /D "HAVE_CONFIG_H" /D "HAVE_WINDOWS_H" /D "WIN32" /D "_MBCS" /FD /c +# ADD CPP /nologo /MT /W3 /Zi /O2 /I "..\util" /I ".." /D "NDEBUG" /D "_LIB" /D "NEEDNAMESPACESTD" /D "HAVE_CONFIG_H" /D "HAVE_WINDOWS_H" /D "WIN32" /D "_MBCS" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" @@ -70,7 +70,7 @@ # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\util" /I ".." /I "..\..\..\glut\include" /D "_DEBUG" /D "_LIB" /D "NEEDNAMESPACESTD" /D "HAVE_CONFIG_H" /D "HAVE_WINDOWS_H" /D "WIN32" /D "_MBCS" /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\util" /I ".." /D "_DEBUG" /D "_LIB" /D "NEEDNAMESPACESTD" /D "HAVE_CONFIG_H" /D "HAVE_WINDOWS_H" /D "WIN32" /D "_MBCS" /FD /GZ /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:54:45
|
Update of /cvsroot/plib/plib/src/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv27785/src/ssgAux Modified Files: ssgAux.dsp Log Message: Added --without-glut configure option Index: ssgAux.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgAux.dsp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- ssgAux.dsp 28 Aug 2002 12:41:39 -0000 1.16 +++ ssgAux.dsp 31 Aug 2002 20:54:42 -0000 1.17 @@ -41,7 +41,7 @@ # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /Zi /O2 /I "..\sg" /I "..\util" /I "..\ssg" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "GLUT_IS_PRESENT" /FD /c +# ADD CPP /nologo /MT /W3 /GX /Zi /O2 /I "..\sg" /I "..\util" /I "..\ssg" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x407 /d "NDEBUG" # ADD RSC /l 0x407 /d "NDEBUG" @@ -70,7 +70,7 @@ # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\sg" /I "..\util" /I "..\ssg" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "GLUT_IS_PRESENT" /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\sg" /I "..\util" /I "..\ssg" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FD /GZ /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x407 /d "_DEBUG" # ADD RSC /l 0x407 /d "_DEBUG" |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:54:45
|
Update of /cvsroot/plib/plib/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv27785/src/sl Modified Files: sl.dsp Log Message: Added --without-glut configure option Index: sl.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/sl/sl.dsp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- sl.dsp 6 Jun 2002 21:12:10 -0000 1.12 +++ sl.dsp 31 Aug 2002 20:54:42 -0000 1.13 @@ -41,7 +41,7 @@ # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MT /W3 /Zi /O2 /I "..\util" /I ".." /I "..\..\..\glut\include" /D "NDEBUG" /D "_LIB" /D "GLUT_IS_PRESENT" /D "NEEDNAMESPACESTD" /D "HAVE_CONFIG_H" /D "HAVE_WINDOWS_H" /D "WIN32" /D "_MBCS" /FD /c +# ADD CPP /nologo /MT /W3 /Zi /O2 /I "..\util" /I ".." /I "..\..\..\glut\include" /D "NDEBUG" /D "_LIB" /D "NEEDNAMESPACESTD" /D "HAVE_CONFIG_H" /D "HAVE_WINDOWS_H" /D "WIN32" /D "_MBCS" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" @@ -70,7 +70,7 @@ # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\util" /I ".." /I "..\..\..\glut\include" /D "_DEBUG" /D "_LIB" /D "GLUT_IS_PRESENT" /D "NEEDNAMESPACESTD" /D "HAVE_CONFIG_H" /D "HAVE_WINDOWS_H" /D "WIN32" /D "_MBCS" /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\util" /I ".." /I "..\..\..\glut\include" /D "_DEBUG" /D "_LIB" /D "NEEDNAMESPACESTD" /D "HAVE_CONFIG_H" /D "HAVE_WINDOWS_H" /D "WIN32" /D "_MBCS" /FD /GZ /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:54:45
|
Update of /cvsroot/plib/plib/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv27785/src/pui Modified Files: pu.h pui.dsp Log Message: Added --without-glut configure option Index: pu.h =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pu.h,v retrieving revision 1.120 retrieving revision 1.121 diff -u -d -r1.120 -r1.121 --- pu.h 31 Aug 2002 08:03:12 -0000 1.120 +++ pu.h 31 Aug 2002 20:54:42 -0000 1.121 @@ -40,7 +40,7 @@ */ #ifndef PU_NOT_USING_GLUT -# ifdef FREEGLUT_IS_PRESENT +# ifdef PU_USING_FREEGLUT # include <GL/freeglut.h> # else # ifdef __APPLE__ Index: pui.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pui.dsp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- pui.dsp 12 Jul 2002 03:27:24 -0000 1.21 +++ pui.dsp 31 Aug 2002 20:54:42 -0000 1.22 @@ -41,7 +41,7 @@ # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /Zi /O2 /I "..\fnt" /I "..\sg" /I "..\util" /I "../../../glut/include" /I "../../glut/include" /I ".." /I "../glut/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "GLUT_IS_PRESENT" /FD /c +# ADD CPP /nologo /MT /W3 /GX /Zi /O2 /I "..\fnt" /I "..\sg" /I "..\util" /I "../../../glut/include" /I "../../glut/include" /I ".." /I "../glut/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "PU_USING_GLUT" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" @@ -70,7 +70,7 @@ # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\fnt" /I "..\sg" /I "..\util" /I "../../../glut/include" /I "../../glut/include" /I ".." /I "../glut/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "GLUT_IS_PRESENT" /FR /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\fnt" /I "..\sg" /I "..\util" /I "../../../glut/include" /I "../../glut/include" /I ".." /I "../glut/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "PU_USING_GLUT" /FR /FD /GZ /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:20
|
Update of /cvsroot/plib/plib/src/util In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/util Modified Files: Makefile.am ul.h Log Message: Introduced plibconfig.h Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/util/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile.am 30 Aug 2002 18:48:19 -0000 1.11 +++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.12 @@ -7,6 +7,8 @@ libplibul_a_SOURCES = ul.cxx ulClock.cxx ulError.cxx ulLinkedList.cxx \ ulList.cxx ulLocal.h +INCLUDES = -I$(top_srcdir) + endif EXTRA_DIST = ul.dsp Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- ul.h 30 Aug 2002 18:21:12 -0000 1.47 +++ ul.h 31 Aug 2002 20:49:17 -0000 1.48 @@ -44,6 +44,10 @@ #include <ctype.h> #include <assert.h> +#ifndef _MSC_VER +# include "plibconfig.h" +#endif + #if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32) # define WIN32 #endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:20
|
Update of /cvsroot/plib/plib/src/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/ssgAux Modified Files: Makefile.am Log Message: Introduced plibconfig.h Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile.am 30 Aug 2002 18:48:19 -0000 1.11 +++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.12 @@ -19,7 +19,7 @@ ssgaFire.cxx \ ssgaTeapot.cxx -INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/ssg +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/ssg INCLUDES += -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:20
|
Update of /cvsroot/plib/plib/src/sg In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/sg Modified Files: Makefile.am Log Message: Introduced plibconfig.h Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/sg/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 30 Aug 2002 18:48:18 -0000 1.8 +++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.9 @@ -8,7 +8,7 @@ sgIsect.cxx sgdIsect.cxx \ sgPerlinNoise.cxx -INCLUDES = -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:20
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/ssg Modified Files: Makefile.am Log Message: Introduced plibconfig.h Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/Makefile.am,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- Makefile.am 30 Aug 2002 18:48:18 -0000 1.35 +++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.36 @@ -10,7 +10,7 @@ ssgLoadAC.cxx ssgLocal.h ssgOptimiser.cxx ssgRoot.cxx ssgSaveAC.cxx \ ssgSelector.cxx ssgSimpleState.cxx ssgState.cxx ssgStateTables.cxx \ ssgStats.cxx ssgTween.cxx ssgTweenController.cxx \ - ssgTexTrans.cxx ssgTexture.cxx ssgTransform.cxx \ + ssgTexTrans.cxx ssgTexture.cxx ssgTransform.cxx \ ssgStateSelector.cxx ssgRangeSelector.cxx ssgLoadTexture.cxx \ ssgLoadBMP.cxx ssgLoadSGI.cxx ssgLoadPNG.cxx ssgLoadTGA.cxx \ ssgInvisible.cxx ssgLoadSSG.cxx ssgVTable.cxx \ @@ -20,13 +20,13 @@ ssgLoadOBJ.cxx ssgSaveOBJ.cxx ssgVtxArray.cxx ssgLoadMD2.cxx \ ssgLoadMDL.cxx ssgLoadX.cxx ssgSaveX.cxx ssgLoaderWriterStuff.cxx \ ssgLoadFLT.cxx ssgLoadM.cxx ssgSaveM.cxx ssgLoadStrip.cxx \ - ssgLoadOFF.cxx ssgSaveOFF.cxx ssgSaveQHI.cxx ssgLoadVRML1.cxx ssgSaveVRML1.cxx\ - ssgLoaderWriterStuff.h ssgMSFSPalette.h ssg3ds.h ssgLoadMDL.h \ - ssgSave3ds.cxx ssgAxisTransform.cxx ssgLoadATG.cxx ssgSaveATG.cxx\ - ssgLoadIV.cxx ssgLoad.cxx ssgLoadVRML.h ssgLoadMDL_BGLTexture.cxx + ssgLoadOFF.cxx ssgSaveOFF.cxx ssgSaveQHI.cxx ssgLoadVRML1.cxx \ + ssgSaveVRML1.cxx ssgLoaderWriterStuff.h ssgMSFSPalette.h ssg3ds.h \ + ssgLoadMDL.h ssgSave3ds.cxx ssgAxisTransform.cxx ssgLoadATG.cxx \ + ssgSaveATG.cxx ssgLoadIV.cxx ssgLoad.cxx ssgLoadVRML.h \ + ssgLoadMDL_BGLTexture.cxx -INCLUDES = -I$(top_srcdir)/src/sg -INCLUDES += -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:20
|
Update of /cvsroot/plib/plib/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/sl Modified Files: Makefile.am Log Message: Introduced plibconfig.h Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/sl/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.am 31 Aug 2002 17:07:35 -0000 1.9 +++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.10 @@ -12,7 +12,7 @@ libplibsm_a_SOURCES = slPortability.h smMixer.cxx -INCLUDES = -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:20
|
Update of /cvsroot/plib/plib/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/pui Modified Files: Makefile.am Log Message: Introduced plibconfig.h Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/pui/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Makefile.am 30 Aug 2002 18:48:18 -0000 1.16 +++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.17 @@ -11,11 +11,11 @@ puObject.cxx puOneShot.cxx puPopup.cxx puPopupMenu.cxx \ puFilePicker.cxx puListBox.cxx puSlider.cxx puText.cxx \ puValue.cxx puFont.cxx puBiSlider.cxx puTriSlider.cxx \ - puDial.cxx puVerticalMenu.cxx puLargeInput.cxx \ + puDial.cxx puVerticalMenu.cxx puLargeInput.cxx \ puFileSelector.cxx puComboBox.cxx puSelectBox.cxx puRange.cxx \ - puSpinBox.cxx puScrollBar.cxx + puSpinBox.cxx puScrollBar.cxx -INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt INCLUDES += -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:19
|
Update of /cvsroot/plib/plib/src/net In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/net Modified Files: Makefile.am Log Message: Introduced plibconfig.h Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/net/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 30 Aug 2002 18:48:17 -0000 1.6 +++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.7 @@ -8,7 +8,7 @@ libplibnet_a_SOURCES = netBuffer.cxx netChannel.cxx netChat.cxx \ netMessage.cxx netMonitor.cxx netSocket.cxx -INCLUDES = -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:19
|
Update of /cvsroot/plib/plib/src/js In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/js Modified Files: Makefile.am Log Message: Introduced plibconfig.h Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/js/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 30 Aug 2002 18:48:17 -0000 1.4 +++ Makefile.am 31 Aug 2002 20:49:16 -0000 1.5 @@ -2,7 +2,7 @@ include_HEADERS = js.h -INCLUDES = -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:49:19
|
Update of /cvsroot/plib/plib/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/fnt Modified Files: Makefile.am Log Message: Introduced plibconfig.h Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 30 Aug 2002 18:48:17 -0000 1.7 +++ Makefile.am 31 Aug 2002 20:49:16 -0000 1.8 @@ -6,8 +6,7 @@ libplibfnt_a_SOURCES = fnt.cxx fntTXF.cxx fntLocal.h -INCLUDES = -I$(top_srcdir)/src/sg -INCLUDES += -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:46:21
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv25725 Modified Files: Makefile.am Added Files: README.GLUT Log Message: Added README.GLUT --- NEW FILE: README.GLUT --- Though PUI depends on GLUT or freeglut by default, it is possible to build a GLUT-free PUI library by passing --without-glut to the configure script if you can live with a couple of limitations: Since there is no longer any way for PUI to glutGet() the screen dimensions, your application must tell PUI every time it changes the screen size: puSetWindowSize ( int width, int height ) ; Spreading PUI widgets across multiple Windows does (at the moment) not work without GLUT. Without GLUT, PUI can also not create the default PUI fonts from the seven GLUT bitmap fonts like it normally would. Instead, it tries to load some textured fonts in the puInit routine. Hence, you have to ensure that the typewriter.txf, times_bold.txf and helvetica_bold.txf files from examples/src/fnt/data/old are in the current directory when using the GLUT-free PUI library. - Sebastian Ude, August 2002 Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 31 Aug 2002 20:43:43 -0000 1.7 +++ Makefile.am 31 Aug 2002 20:46:19 -0000 1.8 @@ -2,8 +2,8 @@ SUBDIRS = src -EXTRA_DIST = KNOWN_BUGS NOTICE README README.win32 \ - README.mac TODO-1.6 TODO-2.0 \ +EXTRA_DIST = KNOWN_BUGS NOTICE README README.GLUT \ + README.win32 README.mac TODO-1.6 TODO-2.0 \ TODO_AFTER135 TODO_TILL135 autogen.sh \ plib.dsp plib.dsw transferCvs2WebSite |
From: Sebastian U. <ud...@us...> - 2002-08-31 20:44:30
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv25223 Modified Files: configure.in Log Message: Introduced plibconfig.h; Added --without-glut configure option Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- configure.in 31 Aug 2002 13:47:31 -0000 1.42 +++ configure.in 31 Aug 2002 20:44:27 -0000 1.43 @@ -3,6 +3,8 @@ AC_INIT(src/js/js.h) AM_INIT_AUTOMAKE(plib, 1.6.0) +AC_CONFIG_HEADERS(plibconfig.h) + # This AC_PREFIX_DEFAULT will place the library files # into /usr/lib - but will put the include files into # /usr/include - when /usr/include/plib would be less @@ -42,6 +44,10 @@ [ --with-GL=DIR set the prefix directory where GL resides], GL_PREFIX=$withval, GL_PREFIX=auto) [...201 lines suppressed...] - Build PUI library: $enable_pui - Build SG library: $enable_sg - Build SL library: $enable_sl - Build SSG library: $enable_ssg - Build ssgAux library: $enable_ssgaux - Build UTIL library: $enable_ul + Building FNT library: $enable_fnt + Building JS library: $enable_js + Building NET library: $enable_net + Building PUI library: $enable_pui + Building SG library: $enable_sg + Building SL library: $enable_sl + Building SSG library: $enable_ssg + Building ssgAux library: $enable_ssgaux + Building UTIL library: $enable_ul - Need GLUT: $glut_msg + Need GLUT: $glut_msg ]) |