Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: hckr83 on November 05, 2005, 06:33:31 am
-
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
-
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:.
-
Add your object file in the project, right-click on it in the project tree, select "Properties" and click "Link".
-
is that a new feature?
-
is that a new feature?
No, it's been there forever...