News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Adding objects to a list

Started by hckr83, November 05, 2005, 06:33:31 AM

Previous topic - Next topic

hckr83

I am needing to add an external object file to the list, i would compile it in codeblocks but its asm so i cant, i have looked and tried just about everything i can think of to add a simple .o file to the linker object list
can someone please give me a workaround or a way to do this

Urxae

#1
Project menu (or right-click on project name in the treeview), select Build options. Go to the target you want to add the object files, linker tab, and put their names in the "Other linker options" text area (one per line).

EDIT: Or just use Yiannis' better method below :roll:.

mandrav

Add your object file in the project, right-click on it in the project tree, select "Properties" and click "Link".
Be patient!
This bug will be fixed soon...

rickg22


mandrav

Be patient!
This bug will be fixed soon...