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: | Luca Pascali <pasckosky2000@y...> |
| Subject: | Re: [Caml-list] OcaIDE: a new Eclipse plug-in for O'Caml |
David Allsopp wrote: [...] >> 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) > > Yep. Anyway I looked into the source of the plug in and I found the exact point where the makefile is named in lowercase (I found 2 points, one in with capital and one in lower case). As soon as I find how to install the modified plugin into Eclipse, I'll check if there are no side effects and I will submit the patch to the development team. Then they will consider or drop my patch. I'm not dicussing it here, because that's Java, not OCaml. :-) Luca