From 79eca25c945a535a7a0325999034bae17da92412 Mon Sep 17 00:00:00 2001 From: dan miller Date: Fri, 19 Oct 2007 05:15:33 +0000 Subject: resubmitting ode --- libraries/ode-0.9/drawstuff/dstest/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libraries/ode-0.9/drawstuff/dstest/Makefile.am (limited to 'libraries/ode-0.9/drawstuff/dstest/Makefile.am') diff --git a/libraries/ode-0.9/drawstuff/dstest/Makefile.am b/libraries/ode-0.9/drawstuff/dstest/Makefile.am new file mode 100644 index 0000000..9d74664 --- /dev/null +++ b/libraries/ode-0.9/drawstuff/dstest/Makefile.am @@ -0,0 +1,13 @@ +noinst_PROGRAMS= dstest +dstest_CXXFLAGS = -I$(top_srcdir)/include -I$(top_builddir) + +dstest_SOURCES= dstest.cpp +dstest_DEPENDENCIES=$(top_builddir)/drawstuff/src/libdrawstuff.a +dstest_LDFLAGS = -L$(top_builddir)/drawstuff/src +dstest_LDADD=-ldrawstuff @LDFLAGS@ @GL_LIBS@ @LIBS@ +if WIN32 +dstest_DEPENDENCIES+=resources.o +resources.o: ../src/resources.rc ../src/resource.h + @WINDRES@ ../src/resources.rc -o resources.o +dstest_LDADD+= resources.o +endif -- cgit v1.1