.
Re: [HowTo] Bullet Physics for Windows on Linux using MinGW.
Sorry to say, but you asked for that Cross-compiling with cmake is a pain.
As bullet also comes with autoconf, it was very easy for me to cross-compile it for Windows. "./configure --disable-demos --target=i686-mingw32"
The target string depends on your mingw build obviously. No other special steps.
As bullet also comes with autoconf, it was very easy for me to cross-compile it for Windows. "./configure --disable-demos --target=i686-mingw32"
The target string depends on your mingw build obviously. No other special steps.