From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA21962; Mon, 3 Mar 2003 10:25:40 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id KAA22044 for ; Mon, 3 Mar 2003 10:25:36 +0100 (MET) Received: from psyche.kaba.or.jp (psyche.kaba.or.jp [202.249.19.1]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h239PZH28289 for ; Mon, 3 Mar 2003 10:25:35 +0100 (MET) Received: from mail.kaba.or.jp (cascade.kaba.or.jp [202.249.19.34]) by psyche.kaba.or.jp (Postfix) with ESMTP id CC83122A09; Mon, 3 Mar 2003 18:25:32 +0900 (JST) Received: from WARP (dhcp04.kaba.or.jp [202.249.19.39]) by mail.kaba.or.jp (Postfix) with SMTP id 5D54649A6B; Mon, 3 Mar 2003 18:25:32 +0900 (JST) Message-ID: <002b01c2e166$bcaca4e0$2713f9ca@WARP> From: "Nicolas Cannasse" To: "Sven Luther" Cc: References: <20030228182016D.garrigue@kurims.kyoto-u.ac.jp> <00d601c2e12e$21b3ec60$2713f9ca@WARP> <20030303090714.GA2029@iliana> Subject: Re: [Caml-list] Alternative proposal: COAN Date: Mon, 3 Mar 2003 18:24:48 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam: no; 0.00; cannasse:01 warplayer:01 caml-list:01 developpment:01 visualml:01 nmake:01 ocamake:01 passing:01 motion-twin:01 nicolas:01 command:98 makefile:02 wrote:03 btw:03 argument:03 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > Like said, fine with me, but i guess the windows way of thinking is that > it should work out of the box and without many problems. BTW, how do you > do Makefiles with the visual C++ developpment tools ? You can create a "Makefile project" from within the project wizard or use the VisualML Project Wizard I wrote to setup a new project. As you can run any command ( nmake or other ) you only have to call ocamake passing it the vc++ DSP project file as argument. Ocamake will get the file list from it. More infos here : http://tech.motion-twin.com Nicolas Cannasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners