diff options
author | Keith Whitwell <[email protected]> | 2004-04-14 21:19:34 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-04-14 21:19:34 +0000 |
commit | 6fb235661a3a78174e7554b292332a1dbb24f171 (patch) | |
tree | a7eafade7171277a5120581c825e26df867c51b4 /Make-config | |
parent | e3b0dde49c8f14d7e5de440e9e914612868078f5 (diff) |
Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile
and execute fragment programs. Very limited and experimental, but works
well enough to run arbfplight.c.
http://fabrice.bellard.free.fr/tcc/
Compile with 'make linux-tcc', being sure to make clean first.
Diffstat (limited to 'Make-config')
-rw-r--r-- | Make-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Make-config b/Make-config index 2b2362fa007..7e37afaa20f 100644 --- a/Make-config +++ b/Make-config @@ -685,7 +685,7 @@ linux-x86: "CC = gcc" \ "CXX = g++" \ "CFLAGS = -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -I/usr/X11R6/include" \ - "CXXFLAGS = -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE" \ + "CXXFLAGS = -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE" \ "GLUT_CFLAGS = -fexceptions" \ "GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread" \ "OSMESA_LIB_DEPS = -L$(TOP)/lib -lGL" \ |