hi!

AFAIK, there is no easy way to add this to the build system in a clean way.


for windows like library names you may try adding something like

$(SHLnDEPN) : $(SHLn$(foreach,i,$(SHLnSTDLIBS) $(SOLARLIBDIR)$/$i)

somewhere in _tg_shl.mk/tg_shl.mk


another workaround could be using the "killbin" target:

in "instsetoo_native" do

build --from <changed_module> killbin && build --from <changed_module>


tschau...

ause


Yuri Dario wrote:
> Hi,
> 
> I posted this question on [EMAIL PROTECTED], but I was told to ask here.
> 
> 
> Hi,
> 
> one of the problem with my current build enviroment under OS/2, is that
> dynamic libraries does not depend on timestamp of import libraries.
> So I need to manually rebuild the code.
> This has not been a real problem, until recently when I moved to
> ordinals for exports (to avoid some linker bugs).
> 
> My build env is using the unix way to specify import libraries
> (-lvcl680go), but I can build them as under Windows (ivcl.lib) if this
> can help.
> 
> Where can then I add such check for timestamps?
> 
> 
> Bye,
> 
>       Yuri Dario
> 
> /*
>  * member of TeamOS/2 - Italy
>  * http://www.os2power.com/yuri
>  * http://www.teamos2.it
>  */
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to