Anonymous Maarten
Anonymous Maarten
> > @ccawley2011 > > Please re-check my `ga_mingw` branch at https://github.com/madebr/librw/tree/ga_mingw > > I got it working in a (so I believe) cleaner way by using linker options. >...
> ```diff > + set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static") > ``` Thanks. I wasn't sure whether `-static` also meant static libgcc and libstdc++ > > > Is it okay for you if...
I'm looking into #76 with cmake. It looks like Android also needs `SDL_MAIN_HANDLED` defined for `dumprwtree` (not useful on Android because it is a cli tool, but good to know)...
Can you please update this PR's title + description? This pr is not doing anything mingw related anymore. #87 adds mingw support (albeit not to the premake script)
Indeed. And with #87, no more WinMain linking errors.
I just installed nvm through chocolatey and have the same issue: ``` ERROR open \settings.txt: The system cannot find the file specified. ``` (after adding `C:\ProgramData\nvm` to `%PATH%`)
@erwincoumans Please review.
I'm still using it + packaging it for conan-center-index. If problems/issues arrive, I'd be happy to look at them. But I think the main issue is that @erwincoumans is overloaded...
@erwincoumans Thanks for taking this PR in consideration. This PR is mainly about adding DLL support. I have another older tree (https://github.com/madebr/bullet3/tree/cmake_old_lots_rework) which modularizes the build system a bit. I...
I've been thinking. This pr is trying to solve two problems (poorly): - the bullet3 library is unable to compile and link as a dynamic library on Windows; and -...