On 20.06.2008 22:28, Juan Linietsky wrote:
> drivers/opengl/OMakefile
>
> OBJ_LIST[] += driver_opengl.cpp
BTW, if you want the OBJ_LIST to contain file references, as opposed to
just plain strings (so that you see the right relative path when you
refer to it from a different directory), then use
OBJ_LIST[] += $(file driver_opengl.cpp)
Aleksey