From a6d1b74568e47113d5ea7650dcf0c6d9b3f8256c Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sun, 21 Oct 2007 05:07:30 +0000 Subject: [PATCH] renamed FrameWork to AllBulletDemos --- Examples/TestBed/FrameWork/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/TestBed/FrameWork/Jamfile b/Examples/TestBed/FrameWork/Jamfile index 86bc1f7a7..5b369695b 100644 --- a/Examples/TestBed/FrameWork/Jamfile +++ b/Examples/TestBed/FrameWork/Jamfile @@ -1,3 +1,3 @@ -SubDir TOP Examples TestBed Framework ; +SubDir TOP Examples TestBed FrameWork ; -FrameWorkDemo FrameWork : [ Wildcard *.h *.cpp ] ; +FrameWorkDemo AllBulletDemos : [ Wildcard *.h *.cpp ] ;