Browse thread
Camelia progress
[
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: | 2008-10-21 (08:36) |
From: | Romain Bardou <Romain.Bardou@l...> |
Subject: | Re: [Caml-list] Camelia progress, indenter |
> That works for me. > In future I can implement functionality similar to Visual Studio's .vcproj > files, where you can basically hand-tune the build process, all without > leaving the IDE. I have had a go at writing a proof-of-concept stand-alone > "executor" or "builder" for .vcproj files, and it's not only doable, but > the concept should be easy to duplicate and is relatively user-friendly - > certainly better than dealing with Makefiles directly, and better than > dealing with qmake's .pro files too. I do not know .vcproj files, but if you invent some syntax to describe projects, it would be great if you could do it in cooperation with some maintainer of Ocamlbuild. This is the kind of file that could be used by both by an editor and by Ocamlbuild :) -- Romain Bardou