Hi OF friends!
I have some problem again.
How to use addon_config.mk ?
I wonder how to linking static lib file to VS project from addon_config.mk exactly.
So, Yesterday,
I was made some example lib file and header file.
And made folders like common ofxAddons.
ofxStaticLibSample folder structure is …
So, I was tried edit [ addon_config.mk ] for ease use with [ Project Generator ] for another coders.
addon_config.mk is…
vs:
# include search paths, this will be usually parsed from the file system
# but if the addon or addon libraries need special search paths they can be
# specified here separated by spaces or one per line using +=
ADDON_INCLUDES += libs/math/vs/include
ADDON_INCLUDES += libs/math/vs/lib
ADDON_DEPENDENCIES += libs/math/vs/lib
ADDON_LIBS = libs/math/vs/lib/MathFuncsLib.lib
But, Nothing happens in Linker options.
So I was many tried change option and change text on [ addon_config.mk ], But I have nothing still now.
Resultingly. I don’t know how It dose.
Help me.
Thanks.