[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Recursive -fmakeall
From: |
Martin Kalbfuß |
Subject: |
[Gm2] Recursive -fmakeall |
Date: |
Thu, 26 Nov 2009 02:21:21 +0100 |
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>
- [Gm2] Recursive -fmakeall,
Martin Kalbfuß <=