From: mquinson Date: Thu, 21 Sep 2006 14:16:59 +0000 (+0000) Subject: Malek is a borland dude X-Git-Tag: v3.3~2564 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3c8e3b397e8f213abb133ceaa1dd40efbae561b1?ds=sidebyside Malek is a borland dude git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2795 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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