added missing libxml2 files, and config.h (for linux). todo: both configwin32.h for win32, and configure for non-windows

This commit is contained in:
ejcoumans
2006-06-19 02:01:26 +00:00
parent f2636f8d4b
commit 51fb1b25fc
27 changed files with 75982 additions and 108 deletions

View File

@@ -1,4 +1,4 @@
SubDir TOP Demos ColladaDemo ;
BulletDemo ColladaDemo : [ Wildcard *.h *.cpp ] ;
ExtraDemo ColladaDemo : [ Wildcard *.h *.cpp ] ;
MsvcIncDirs ColladaDemo : "../../Extras/FCollada" ;

View File

@@ -24,7 +24,7 @@ if $(GLUT.AVAILABLE) = "yes"
rule ExtraDemo
{
Application $(<) : $(>) : noinstall console nomanifest ;
LinkWith $(<) : collada-dom libxml convexdecomposition bullet bulletopenglsupport bulletphysicsinterfacecommon bulletccdphysics bulletmath ;
LinkWith $(<) : collada-dom libxml convexdecomposition bullet bulletopenglsupport bulletphysicsinterfacecommon bulletccdphysics bulletmath ;
CFlags $(<) :
[ FIncludes $(TOP)/Demos/OpenGL ]
[ FIncludes $(TOP)/Extras/PhysicsInterface/CcdPhysics ]