branchgmod-module-base/developmentcancel
14 Commits over 1,979 Days - 0.00cph!
Rename DLL_EXPORT to GMOD_DLL_EXPORT (#14)
DLL_EXPORT tends to get queried in other places as well, and some
headers don't expect that definition to get tainted. This results in some
rather funny issues with linking in certain cases (most notably
MinGW's winpthread library).
Rename the definition to GMOD_DLL_EXPORT to solve those conflicts.
set cmake RUNTIME_LIBRARY_DIRECTORY defaults too
remove target_sources from interface
lesser required cmake version
more constructors for Vector/QAngle
remove example
.
examples
Updated Types.h - SURFACEINFO