Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: cjari on February 19, 2007, 04:40:01 pm

Title: Building C++ and asm
Post by: cjari on February 19, 2007, 04:40:01 pm
Hello.

I'm trying to setup a C++ project that builds a few asm files as well, and so far I was able to use the custom build settings for the asm file to build the .obj file. But I don't know how to make the linker to link it?
I would also like to ask what variables can be used in the custom build settings?

Thanks. I'm using the latest nightly build.

Title: Re: Building C++ and asm
Post by: cjari on February 25, 2007, 05:15:57 pm
Hey, I figured out how the asm building can be done.
But I am still looking for those variable names you could possibly use? Like {pathname} or {filename} or something like that.

Thanks!