Add PhysicsEffects to Extras. The build is only tested on Windows and Android.

The Android/NEON optimized version of Physics Effects is thanks to Graham Rhodes and Anthony Hamilton, See Issue 587
This commit is contained in:
erwin.coumans
2012-03-05 04:59:58 +00:00
parent 6cf8dfc202
commit a93a661b94
462 changed files with 86626 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
project "1_simple"
kind "WindowedApp"
targetdir "../../../bin"
includedirs {"../../../include"}
links {
"physicseffects2_lowlevel",
"physicseffects2_baselevel",
"physicseffects2_util",
"opengl32"
}
flags {"WinMain"}
files {
"main.cpp",
"physics_func.cpp",
"../common/ctrl_func.win32.cpp",
"../common/perf_func.win32.cpp",
"../common/render_func.win32.cpp"
}