"makefile" default filename

CodeLite installation/troubleshooting forum
zigolo
CodeLite Curious
Posts: 2
Joined: Wed Jun 25, 2014 3:53 pm
Genuine User: Yes
IDE Question: c++
Contact:

"makefile" default filename

Post by zigolo »

Hy,
with the last version seems has been changed the default filename for the makefile -f switch :
"C:/MinGW-4.8.1/bin/mingw32-make.exe -j4 -e -f Makefile"

in the prevoious versions was something like "C:/MinGW-4.8.1/bin/mingw32-make.exe -j4 -e -f xxxxx.mk".
This create problem to me because a "Makefile" file already exist in the project for other porpouses.

there is a way to change the default filename for the makefile file ?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: "makefile" default filename

Post by eranif »

This is not from the latest version. It was changed several versions ago...
And no, you can not change the Makefile name to something else

Eran
Make sure you have read the HOW TO POST thread
zigolo
CodeLite Curious
Posts: 2
Joined: Wed Jun 25, 2014 3:53 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: "makefile" default filename

Post by zigolo »

ops...
I've a lot of existing project that doesn't work anymore.
(I need to reserve the standard "makefile" to compile with a different arch/compiler).

it is possible to add this option to the next version ?

thanks in advance
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: "makefile" default filename

Post by eranif »

Yes, you can request that. Bug not here, you should submit request on github issue tracker
Eran
Make sure you have read the HOW TO POST thread
Post Reply