Would you mind making the following change to the test_feature gnuc makefile:
CXX = g++
to
CXX ?= g++
This allows you to override the compiler used, you already have it this way for the libraries makefile.
Thanks
Would you mind making the following change to the test_feature gnuc makefile:
CXX = g++
to
CXX ?= g++
This allows you to override the compiler used, you already have it this way for the libraries makefile.
Thanks
Sure, I can do this.
Are you normally compiling the test_feature project? Why is that?
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game