Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Re: Linker order

Edilson,
 
  If you're using the inbuilt makefile generator, I don't think it's possible to set the value of ${INPUTS}, etc.
If it's just the order of linker inputs, you could try ordering the 'inputType' elements of the linker tool accordingly.
 
Delicia.
 
 
------------------------------
Date: Mon, 9 Oct 2006 14:41:49 -0300 (ART)
From: Edilson Mendes <edilsonmendesnet@xxxxxxxxxxxx>
Subject: [cdt-dev] Linker order
To: cdt-dev@xxxxxxxxxxx
Message-ID: <20061009174149.33282.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Hi, I'm using CDT 3.0.2, eclipse 3.1.2, mingW and Gnude, so I need define a linker order for my project. How can I do it? In command line Pattern, how Can I set the value of ${INPUTS} and other flags?

Thanks!
Edilson Mendes

Back to the top