News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Building C++ and asm

Started by cjari, February 19, 2007, 04:40:01 PM

Previous topic - Next topic

cjari

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.


cjari

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!