On Mon, Nov 9, 2009 at 9:31 AM, Joerg Bornemann
<joerg.bornem...@nokia.com> wrote:
> ext Grego wrote:
>
>> I'm not sure if jom is aiming for full nmake compatibility outside of
>> Qt scope.
>
> Yes, jom's goal is indeed full nmake compatibilty. Currently its only
> tested with qmake and cmake generated Makefiles. So there may be cases
> where it doesn't do the same as nmake.
>
>> Anyway, I tried with and existing makefile for nmake that
>> used macros for include paths.  Seems that jom does not support that.
>
> Actually this should work. Could you provide an example makefile, that
> shows the problem, please?

I don't have the code at hand, but it was something simple like:

ROOT=../..
!include $(ROOT)/config

I did check out the source code unit tests, and did not see the
construct above used.

(I tried with absolute path, after which jom's lexer blew up, but
that's another issue...)

Grego

_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to