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:
@@ -1,4 +1,4 @@
|
||||
SubDir TOP Demos ColladaDemo ;
|
||||
|
||||
BulletDemo ColladaDemo : [ Wildcard *.h *.cpp ] ;
|
||||
ExtraDemo ColladaDemo : [ Wildcard *.h *.cpp ] ;
|
||||
MsvcIncDirs ColladaDemo : "../../Extras/FCollada" ;
|
||||
|
||||
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user