add a couple of missing PhysicsEffects premake files
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
project "5_joint"
|
||||
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user