[Omake] A few questions

Aleksey Nogin nogin at metaprl.org
Sat Jun 21 12:51:48 PDT 2008


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


More information about the Omake mailing list