Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Strange Behaviour with Use Custom Makefile

(1/1)

Stevo:
Hi,

Ive got Rev 1804, and ive selected "Use Custom Makefile" ive checked all the boxes, and adjusted all of the command parameters and it runs my custom (non make) makefile just fine.  This is great, and does exactly what i want.

The problem is, after the make finishes, it goes of and starts to individually compile the files in the project.  Why?  Ive told it to build with a custom makefile, so i dont understand why the environment is trying to build as well?

I looked into compilergcc.cpp to see if i could see the problem, but nothing jumped out at me.

Any suggestions?

Stevo

tiwag:

--- Quote from: Stevo on January 19, 2006, 12:04:41 pm ---Hi,

Ive got Rev 1804, and ive selected "Use Custom Makefile" ive checked all the boxes, and adjusted all of the command parameters and it runs my custom (non make) makefile just fine.  This is great, and does exactly what i want.

The problem is, after the make finishes, it goes of and starts to individually compile the files in the project.  Why?  Ive told it to build with a custom makefile, so i dont understand why the environment is trying to build as well?

I looked into compilergcc.cpp to see if i could see the problem, but nothing jumped out at me.

Any suggestions?

Stevo

--- End quote ---

until this is automated, right-click in the project-tree "Management->Projects->(Your Project name)->Sources->(Your module name e.g. main.cpp)

and select ->Properties->General

there deselect the checkboxes "Compile file" and "Link file"

additional (but not necessary) you can set your Project->Properties->Targets->Type to "Commands only"

hth
--tiwag

Navigation

[0] Message Index

Go to full version