Hi Sergey,
You might want to ask the question like this to the newsgroup,
since this is more user question.
I guess the reason why it
does not work for you is because you probably specify the file system path,
while CDT expects you to specify the workspace path.
If the build directory
you want to use is not in your workspace, you should add it with “File”->”New”->”Other..”->”General”->”Folder”,
press “Advanced >>”, select “Link To folder in the file
system” and select the directory. This will create a linked resource to the
directory you need in the file system. After that you can specify the workspace
path to that directory in the “Make Builder” dialog.
Regards,
Mikhail
From:
cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sergey Prigogin
Sent: Tuesday, April 11, 2006 7:42
AM
To: CDT
General developers list.
Subject: [cdt-dev] Build directory
Sorry for spamming you with a silly question. I have a make project. To
build it I have to run make in a specific directory. I've specified build
directory in C/C++ Make Project->Make Builder, but it doesn't seem to have
any effect on the working directory when executing make. No matter what I do,
make is executed in the project directory. Is this a bug, or does build
directory mean something different? I'm using CDT 3.1 I200604090500 with Eclipse 3.2M6.
-sergey