Author Topic: Building C++ and asm  (Read 3111 times)

cjari

  • Guest
Building C++ and asm
« 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.


cjari

  • Guest
Re: Building C++ and asm
« Reply #1 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!