reorganize files and add btgui

This commit is contained in:
erwin coumans
2013-03-12 23:52:31 -07:00
parent 9612c2cd3d
commit e4a7b6f487
262 changed files with 46553 additions and 14753 deletions

View File

@@ -16,14 +16,14 @@ subject to the following restrictions:
#include <stdio.h>
#include "../basic_initialize/btOpenCLUtils.h"
#include "../host/btGpuSapBroadphase.h"
#include "parallel_primitives/host/btVector3.h"
#include "BulletCommon/btVector3.h"
#include "parallel_primitives/host/btFillCL.h"
#include "parallel_primitives/host/btBoundSearchCL.h"
#include "parallel_primitives/host/btRadixSort32CL.h"
#include "parallel_primitives/host/btPrefixScanCL.h"
#include "parallel_primitives/host/CommandLineArgs.h"
#include "BulletCommon/CommandLineArgs.h"
#include "BulletCommon/btMinMax.h"
#include "parallel_primitives/host/btMinMax.h"
int g_nPassed = 0;
int g_nFailed = 0;
bool g_testFailed = 0;

View File

@@ -11,7 +11,7 @@ function createProject(vendor)
kind "ConsoleApp"
targetdir "../../../bin"
includedirs {"..","../.."}
includedirs {"..","../..","../../../src"}
files {
@@ -29,11 +29,11 @@ function createProject(vendor)
"../../parallel_primitives/host/btPrefixScanCL.h",
"../../parallel_primitives/host/btRadixSort32CL.cpp",
"../../parallel_primitives/host/btRadixSort32CL.h",
"../../parallel_primitives/host/btAlignedAllocator.cpp",
"../../parallel_primitives/host/btAlignedAllocator.h",
"../../parallel_primitives/host/btAlignedObjectArray.h",
"../../parallel_primitives/host/btQuickprof.cpp",
"../../parallel_primitives/host/btQuickprof.h",
"../../../src/BulletCommon/btAlignedAllocator.cpp",
"../../../src/BulletCommon/btAlignedAllocator.h",
"../../../src/BulletCommon/btAlignedObjectArray.h",
"../../../src/BulletCommon/btQuickprof.cpp",
"../../../src/BulletCommon/btQuickprof.h",
}