Eric Anholt
2fb5d15ce3
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE
...
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS
more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more
compatible "> /dev/null 2>&1".
2004-06-01 00:06:14 +00:00
Brian Paul
f1cfb4b7a7
fix compiler warnings (Jerome Glisse)
2004-05-12 15:29:36 +00:00
Brian Paul
362f1df210
obsolete
2004-04-22 00:42:38 +00:00
Brian Paul
1e50e4046f
added .SUFFIXES : .cc line
2004-03-26 22:50:04 +00:00
Brian Paul
df8bc57258
Don't use pushd/popd.
2004-03-26 21:38:45 +00:00
Brian Paul
de0ee3187c
New Makefile system
2004-03-26 15:19:11 +00:00
Brian Paul
77b47bb27b
re-order arguments to mklib
2004-03-25 21:17:48 +00:00
Brian Paul
c8957aa896
Fix C/C++ calling conventions problem (Bug 904854)
2004-02-26 14:58:11 +00:00
Karl Schultz
77650b4672
Fix compiler options regarding exception handing to resolve warnings.
2004-01-28 19:46:12 +00:00
Karl Schultz
1ce9940c79
Avoid setting NOWIN98 compiler optimization with VC 7.
2004-01-28 19:00:34 +00:00
Brian Paul
b3b725b1e6
Assorted mklib tweaks.
...
Added Intel icc support to mklib.
2003-12-15 16:14:55 +00:00
Brian Paul
c3fb2558f0
replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)
2003-12-11 23:55:55 +00:00
Keith Whitwell
5b5cf9cb8b
Remove a lot of rcs tags, avoid merge conflicts
2003-11-24 15:19:27 +00:00
Brian Paul
4eaf56a160
fix minor warnings from g++ 3.2
2003-10-15 21:11:13 +00:00
Kendall Bennett
596d57c42a
Updates to SGI GLU code to get it to compile clean with the Open Watcom compiler.
...
Most of the changes were to get rid of warnings, but many of the warnings could
not be removed in the code so I also added #pragma's to disable the warnings.
Someone really should clean up this code, but I didn't want to mess with it
that much (and potentially break it).
2003-10-14 23:48:57 +00:00
Brian Paul
5fd77da4f6
improved 'clean' targets (Otto Solares)
2003-10-03 14:03:14 +00:00
Karl Schultz
b263802bcf
Make binary - even though this is a text file, common practice is to store MS studio files as binary
2003-09-19 14:58:35 +00:00
Karl Schultz
0c415bca5c
Copy the DLL files to the lib directory instead of libexec.
2003-09-18 15:41:01 +00:00
Karl Schultz
e38a55ecb2
Generate browse info for Debug version.
2003-08-30 16:08:35 +00:00
Brian Paul
5df82c82bd
patch to import Jon Smirl's work from Bitkeeper
2003-08-22 20:11:43 +00:00
Brian Paul
9ec58c2c5b
DOS and glide driver updates from Daniel Borca
2003-08-19 15:52:51 +00:00
Karl Schultz
acad0fae7f
Add the C++ and response files to the project so that they show up in the project file list.
2003-07-26 12:43:39 +00:00
Karl Schultz
4894df6cf2
minor option tweak
2003-07-25 16:43:31 +00:00
Karl Schultz
b9d9c1f40d
Compiler/Linker "response" file containing compiler options and list of files to compile/link for the C++ files in the glu library. It is easier to edit and maintain this infomation in flat files instead of trying to enter it into the VC project menus. The C++ files are compiled as a "pre-link" step.
2003-07-25 16:38:17 +00:00
Karl Schultz
9b0bb3d052
Add documentation.
2003-07-25 16:35:25 +00:00
Karl Schultz
fd5889f975
Project now builds the C++ sources (with great difficulty). Add module definition file (glu.def) to project.
2003-07-25 16:35:05 +00:00
Brian Paul
c2aee04666
don't include malloc.h (bug 776574)
2003-07-24 22:41:17 +00:00
Karl Schultz
5c04693a3f
Project file to build GLU32.DLL
2003-07-24 03:51:43 +00:00
Jouk Jansen
ccb8284a5b
Committing in .
...
OpenVMS support for new directory tree
Modified Files:
Mesa-newtree/progs/demos/descrip.mms
Mesa-newtree/progs/tests/descrip.mms
Mesa-newtree/progs/xdemos/descrip.mms
Mesa-newtree/src/glu/sgi/descrip.mms
Mesa-newtree/src/glut/glx/descrip.mms
Mesa-newtree/src/mesa/main/descrip.mms
Added Files:
Mesa-newtree/descrip.mms Mesa-newtree/mms-config.
Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms
Mesa-newtree/src/mesa/descrip.mms
Mesa-newtree/src/mesa/array_cache/descrip.mms
Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms
Mesa-newtree/src/mesa/drivers/x11/descrip.mms
Mesa-newtree/src/mesa/glapi/descrip.mms
Mesa-newtree/src/mesa/math/descrip.mms
Mesa-newtree/src/mesa/swrast/descrip.mms
Mesa-newtree/src/mesa/swrast_setup/descrip.mms
Mesa-newtree/src/mesa/tnl/descrip.mms
Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt
Mesa-newtree/vms/xlib_share.opt
----------------------------------------------------------------------
2003-06-17 07:20:22 +00:00
Brian Paul
642699a19f
DOS updates for new tree (Daniel Borca)
2003-06-16 14:32:44 +00:00
Brian Paul
b953bebc25
updated old-style makefiles for new tree
2003-06-10 14:46:24 +00:00
Ian Romanick
9ac51f57ef
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
2003-06-05 00:50:18 +00:00
Brian Paul
45e9a5c46b
Added GL_LIB_NAME / GLU_LIB_NAME so the default name for the libraries
...
can be overridden (Brad King).
2003-06-02 15:21:16 +00:00
Brian Paul
3ba8a49c81
Remove a bunch of really old/obsolete configs.
...
Use the new mklib script.
2003-06-01 16:25:02 +00:00
Brian Paul
6636a61418
fixed delete statement (bug 721765)
2003-05-08 15:47:00 +00:00
Brian Paul
1a8d64e6e9
change global_grid_u0/u1 to REAL (Eric Cazeaux)
2003-04-30 15:20:37 +00:00
Brian Paul
183aea64d3
DOS updates from Daniel Borca
2003-03-29 16:14:01 +00:00
Brian Paul
47d8adde43
DOS update (Daniel Borca)
2003-03-08 18:28:14 +00:00
Brian Paul
095f59a303
added OS/2 includes
2003-02-12 16:04:07 +00:00
Brian Paul
398c6b7980
DOS updates (Daniel Borca)
2003-02-04 02:43:27 +00:00
Brian Paul
03516d9efa
DOS updates from Daniel Borca.
2002-12-18 15:06:36 +00:00
Brian Paul
456bc69ac4
declare tempI as Int, not Real (Jon Perry)
2002-11-08 17:38:13 +00:00
Brian Paul
cf1c860a34
surround fixedEdges decl by #ifndef NDEBUG / #endif
2002-11-07 14:17:05 +00:00
Brian Paul
8bfc9d71aa
restored fixedEdges var (for VMS)
2002-11-06 16:09:04 +00:00
Jouk Jansen
0d88328c7e
Committing in .
...
OpenVMS issues
Modified Files:
Mesa/si-glu/mesaglu.opt Mesa/src/mmath.h
----------------------------------------------------------------------
2002-11-06 13:39:23 +00:00
Brian Paul
a85fae9cb0
silence a bunch of warnings
2002-11-01 23:45:30 +00:00
Brian Paul
034e8641bb
renamed abs() function glu_abs()
2002-11-01 23:35:07 +00:00
Brian Paul
dfedb8b78e
added gluTessNormal() dummy function
2002-10-15 14:45:19 +00:00
Karl Schultz
f8acbed50d
Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)
2002-10-04 15:58:33 +00:00
Brian Paul
05ed911aca
updates from Daniel Borca
2002-09-03 18:11:32 +00:00