Use statically linked freeglut, instead of dynamic glut for the obsolete Bullet 2.x demos Add the 'reset' method to b3GpuDynamicsWorld, and use it in the BasicGpuDemo (pretty slow in debug mode, use release mode) Don't crash in btCollisionWorld, if there is no collision dispatcher
10 lines
130 B
Batchfile
10 lines
130 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
REM Relative path of CygWin
|
|
set CYGWIN=%~dp0%..\third_party\cygwin\bin
|
|
|
|
PATH=%CYGWIN%;%PATH%
|
|
|
|
python httpd.py
|