From 3c8e3b397e8f213abb133ceaa1dd40efbae561b1 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 21 Sep 2006 14:16:59 +0000 Subject: [PATCH] Malek is a borland dude git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2795 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/FAQ.doc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/FAQ.doc b/doc/FAQ.doc index b5645beff5..1a324fd336 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -267,6 +267,12 @@ MSVC) the following way to produce simgrid.lib and mingwm10.lib lib /def:mingwm10.def \endverbatim +If you happen to use Borland C Builder, the right command line is the +following (note that you don't need any file.def to get this working). +\verbatim implib simgrid.lib libsimgrid-0.dll +implib mingwm10.lib mingwm10.dll +\endverbatim + Then, set the following parameters in Visual C++ 2005: Linker -> Input -> Additional dependencies = simgrid.lib mingwm10.lib -- 2.20.1