Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] CGAL-vc80-mt-sgd.lib in CGAL 3.4

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] CGAL-vc80-mt-sgd.lib in CGAL 3.4


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [cgal-discuss] CGAL-vc80-mt-sgd.lib in CGAL 3.4
  • Date: Wed, 4 Feb 2009 08:00:15 +0100 (CET)

Hi!
I've notived on the CGAL 3.3 installation manual and found the following
instructions:
///////////////////////////////
BASENAME-COMPIER(-MT)(-CRT).lib

where

BASENAME is one of 'cgal','cgalqt' or 'core++'

COMPILER is 'vc71' or 'vc80'

(-MT) is '-mt' if the library was built with multi-threading support, empty
otherwise.
(In VC80, the only choice is MT enabled, so all libs have -mt in the name)

(-CRT) encodes the runtime library (CRT) used, as follows:
'-s' : a static version of the CRT is used.
'-sgd' : a static and debug version of the CRT is used. Also, the lib is
built with debug information enabled.
'-gd' : a dynamic and debug version of the CRT is used (a DLL). Also, the
lib is built with debug information enabled.
'' (empty) : a dynamic version of the CRT is used (a DLL). There is no
debug
information (neither in the lib nor the CRT used).

There isn't any configuration mixing a debug CRT with a release library or
viceversa.
///////////////////////////////////

So I'd like to know how to set the -CRT up in CGAL 3.4,I've tried to set /CRT
-s but failed.

Thanks very much!


  • Re: Re: [cgal-discuss] CGAL-vc80-mt-sgd.lib in CGAL 3.4, wangk0705, 02/04/2009

Archive powered by MHonArc 2.6.16.

Top of Page