Page 1 of 1

"makefile" default filename

Posted: Tue Jul 15, 2014 1:14 pm
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 ?

Re: "makefile" default filename

Posted: Tue Jul 15, 2014 2:26 pm
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

Re: "makefile" default filename

Posted: Tue Jul 15, 2014 5:00 pm
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

Re: "makefile" default filename

Posted: Wed Jul 16, 2014 9:15 am
by eranif
Yes, you can request that. Bug not here, you should submit request on github issue tracker
Eran