View Single Post
Old 09 December 2014, 16:51   #8
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,500
Quote:
Originally Posted by nandius_c View Post
blink main.o LIBRARY lib.o TO myexe

First, I tried with something like this:

blink main.o lib.o TO myexe

but it didn't work. Guess it was necessary to specify lib.o as a library.
Is lib.o a library (i.e. several object files coalesced) or a single object file? In the last case it should work to omit the LIBRARY keyword. Otherwise there is something wrong.
phx is offline  
 
Page generated in 0.04820 seconds with 11 queries