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 ?
"makefile" default filename
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Jun 25, 2014 3:53 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: "makefile" default filename
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
And no, you can not change the Makefile name to something else
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Jun 25, 2014 3:53 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: "makefile" default filename
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
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: "makefile" default filename
Yes, you can request that. Bug not here, you should submit request on github issue tracker
Eran
Eran
Make sure you have read the HOW TO POST thread