José Fonseca
7bbf7f94ea
scons: Build progs together with everything else.
This is a substantial reorganization, This particular commit enables:
- building the progs for unices platforms
- glew is now built as a shared library (it is the default, and it is
inconvenient and pointless to shift away from that default)
- all progs get built by default
15 years ago
Vinson Lee
07b54fe35b
progs/redbook: Silence compiler warnings.
15 years ago
Vinson Lee
9e2eee4ab2
progs/redbook: Silence compiler warnings in aaindex.c.
15 years ago
Vinson Lee
b210739aad
progs/redbook: Fix memory leak in quadric.c.
(cherry picked from commit 47b5f584a6
)
15 years ago
Vinson Lee
47b5f584a6
progs/redbook: Fix memory leak in quadric.c.
15 years ago
Keith Whitwell
fd402791f9
progs: add fflushes for cygwin
16 years ago
José Fonseca
8b9aa730c6
progs: Build rebook with scons too.
16 years ago
Brian Paul
90c93bbeee
define new APP_CC configuration variable for building apps/demos/tests
For Cell, need to use different compilers for the libraries vs. the demos/tests
to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0"
17 years ago
José Fonseca
fd6676c249
Fix CRLF line endings.
17 years ago
Dan Nicholson
c05aa5ec4c
specify app lib dependencies in Makefiles (patch 1/3)
18 years ago
Dan Nicholson
2a3e33865d
add support for LDFLAGS env var
18 years ago
Brian
e7e5279fc0
Remove unused Imakefiles.
18 years ago
Michel Dänzer
14f92636b0
Make git ignore files only generated at build time.
18 years ago
Brian Paul
883f9891cb
LIB_DIR is now just 'lib' or 'lib64'
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
Patch by Hanno Böck.
19 years ago
Brian Paul
730fabd67a
fix some weirdness accidentally checked in in the past
20 years ago
Brian Paul
429efa9f00
animation rate patch (Marcello Magallon)
20 years ago
Keith Whitwell
a61ee65910
Redraw on keypress, as apparently intended.
20 years ago
Philippe Houdoin
789dd56699
Obsolete the BeOS-specific makefile as we now build using standard Makefiles chain.
21 years ago
Brian Paul
362f1df210
obsolete
21 years ago
Brian Paul
5c2040c768
minor fixes
21 years ago
Brian Paul
46727c7496
Tweaks for make clean / realclean.
21 years ago
Brian Paul
de0ee3187c
New Makefile system
21 years ago
Brian Paul
5fd77da4f6
improved 'clean' targets (Otto Solares)
22 years ago
Karl Schultz
77a505a4bb
MS dev studio project file for teapots demo.
22 years ago
Karl Schultz
c1cbde2ae1
Workspace file for redbook programs
22 years ago
Karl Schultz
2c9618bb12
Change projection transform so that the top row of teapots are now visible.
22 years ago
Brian Paul
044f20d1ea
files for CVS to ignore
22 years ago
Brian Paul
b953bebc25
updated old-style makefiles for new tree
22 years ago
Ian Romanick
9ac51f57ef
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
22 years ago
Brian Paul
3ba8a49c81
Remove a bunch of really old/obsolete configs.
Use the new mklib script.
22 years ago
Brian Paul
ff389b00a5
casts
22 years ago
Karl Schultz
53d30c56eb
Quiet compiler warnings.
23 years ago
Brian Paul
9d00b68482
added missing glFinish()
23 years ago
Brian Paul
f02a5f6cc5
Pedantic compiler fixes (Sven Panne)
23 years ago
Brian Paul
9ff74a0f15
undo some debug changes mistakenly checked in earlier
23 years ago
Brian Paul
38d042a4ad
silence compiler warnings
23 years ago
Karl Schultz
83356781e1
Removed missing files and added new ones (Robert Bergkvist)
23 years ago
Brian Paul
db6aa58267
patched to silence compiler warnings (Martin Lindhe)
25 years ago
Brian Paul
fda3b1a4b1
added comment explaining why the demo is flawed
25 years ago
Keith Whitwell
a179cbf0dd
Re-enable the keyboard functionality.
Add a -db option for doublebuffering.
Add a 'benchmark' keystroke like isosurf.
25 years ago
Brian Paul
8fbd189d81
added missing braces in initializers
25 years ago
Brian Paul
27be87cdff
new library dependency vars
25 years ago
Kendall Bennett
f945672623
. More fixed to
26 years ago
Brian Paul
37ff9433c0
added missing braces in array initializations
26 years ago
Brian Paul
0144a50f04
removed -lm from link command
26 years ago
Gareth Hughes
dcf11bdb93
Fixed overflow bug in combineCallback.
26 years ago
Ted Jump
725ec81ae8
More Win32 build compliance fixups
26 years ago
Ted Jump
83c02efa52
Added ESC key handling
26 years ago
Brian Paul
738e977580
link with -lGLU -lGL instead of -lMesaGLU -lMesaGL
26 years ago
jtg
afb833d4e8
Initial revision
26 years ago