updated autotools support for make, while keeping jam support. other options are cmake and msvc builds.

This commit is contained in:
ejcoumans
2006-12-17 05:35:41 +00:00
parent c1e0f4085e
commit 818b672f60
6 changed files with 54 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
bin_PROGRAMS=VehicleDemo
VehicleDemo_SOURCES=VehicleDemo.cpp VehicleDemo.h
VehicleDemo_CXXFLAGS=-I@top_builddir@src -I@top_builddir@Demos/OpenGL
VehicleDemo_LDADD=-L../OpenGL -lbulletopenglsupport -L../../src -lbulletdynamics -lbulletcollision -lbulletmath @opengl_LIBS@