[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Re: Recursive -fmakeall
From: |
Martin Kalbfuß |
Subject: |
[Gm2] Re: Recursive -fmakeall |
Date: |
Thu, 26 Nov 2009 16:16:16 +0100 |
I realized, that it works fine with the mod files in the library
directory. This is OK for open source projects. But a commercial library
normaly don't add the sources.
Am Donnerstag, den 26.11.2009, 02:21 +0100 schrieb Martin Kalbfuß:
> Hi again,
>
> 1. I realised that -fmakeall doesn't work recursive. That leads to a
> problem. It works as long as all modules are directly imported by the
> program. But If I have a module which imports a module. He doesn't
> recognize it. Would it be possible to realize that?
>
> imports:
>
> Program | Library
> |
> test-----|--+---SKVideo ---+
> | | |
> | +---SKTimer ---+---SKGeneral---GeneralBase(C-Module)---SDL
> |
>
> Command is:
>
> gm2 -fiso -fmakeall -o test test.mod -I../src/sk -lSDL
>
>
> SKGeneral.o isn't linked to the app.
>
> It would be really nice If gm2 would recognize directories as libraries.
> -lmylib where mylib is a directory containing the objects and definition
> modules. Like a black box. You don't need to know what's inside.
>
> Thanks,
>
--
Martin Kalbfuß <address@hidden>