diff --git a/msvc/premake4.lua b/msvc/premake4.lua index abb3f58d2..f8a386645 100644 --- a/msvc/premake4.lua +++ b/msvc/premake4.lua @@ -106,6 +106,8 @@ end --choose a particular OpenCL sdk, this is useful for distributing project files that just work for one OpenCL SDK if _OPTIONS["with-opencl-amd"] then include "../Demos/OpenCLClothDemo/AMD" + include "../Demos/OpenGL" + include "../Demos/SoftDemo/AMD" include "../src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/AMD" end diff --git a/msvc/vs2008_opencl.bat b/msvc/vs2008_opencl.bat new file mode 100644 index 000000000..2772d9ffc --- /dev/null +++ b/msvc/vs2008_opencl.bat @@ -0,0 +1,8 @@ + + +premake4 --with-opencl-amd vs2008 + + +rename vs2008 vs2008_opencl_amd + +pause \ No newline at end of file