Made all demos compile. Thanks to Thierry Thomas for reporting bug 802809, which alerted that *none* of the demos compiled automatically!

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@187 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
puggles 2003-09-13 13:29:35 +00:00
parent 738fa38ef5
commit f5c85fcd2f
4 changed files with 15 additions and 0 deletions

View File

@ -1 +1,4 @@
EXTRA_DIST = Fractals.dsp fractals.c fractals.dat
bin_PROGRAMS = fractals
fractals_SOURCES = fractals.c
fractals_LDFLAGS = -export-dynamic ../../../src/libglut.la

View File

@ -1 +1,5 @@
EXTRA_DIST = Fractals_random.dsp fractals.dat fractals_random.c
bin_PROGRAMS = fractals_random
fractals_random_SOURCES = fractals_random.c
fractals_random_LDFLAGS = -export-dynamic ../../../src/libglut.la

View File

@ -1 +1,5 @@
EXTRA_DIST = lorenz.c lorenz.dsp
bin_PROGRAMS = lorenz
lorenz_SOURCES = lorenz.c
lorenz_LDFLAGS = -export-dynamic ../../../src/libglut.la

View File

@ -1 +1,5 @@
EXTRA_DIST = one.c one.dsp
bin_PROGRAMS = one
one_SOURCES = one.c
one_LDFLAGS = -export-dynamic ../../../src/libglut.la