Browse thread
OcaIDE: a new Eclipse plug-in for O'Caml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Bros <nicolas.bros@g...> |
| Subject: | Re: [Caml-list] OcaIDE: a new Eclipse plug-in for O'Caml |
> > With luck, make considers first "Makefile" name and then "makefile", > > but adding a little check should not be a big challenge. > GNU make considers GNUmakefile, makefile then Makefile > Makefile is more usual than makefile (and is recommended in the man page...) > > > The name is determined by the "make" command, since it is called to build > > the project. > The -f switch for make allows another filename to be specified - although > I've not (yet) looked at the plugin this would probably be useful for > projects that have Makefile (for UNIX) and Makefile.nt (for Windows) If I understand you, you would rather a "Makefile" file was generated instead of a "makefile"?