Insomniumm / bwsal

Automatically exported from code.google.com/p/bwsal
0 stars 0 forks source link

Debug build complaining about CGAL-vc90-mt.lib #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. get r334
2. try to compile with Debug target
3.
1>Generating Code...
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'CGAL-vc90-mt.lib'

The release builds fine

Original issue reported on code.google.com by sharph...@gmail.com on 3 May 2010 at 10:00

GoogleCodeExporter commented 8 years ago
To compile as Debug you may need to use CGAL-vc90-mt-gd.lib and the -gd 
versions of
the other libraries, which are now included in the latest versions of bwapi 
beta and
bwsal. Though I haven't tried to build either as Debug mode.

Original comment by lowerlo...@gmail.com on 21 May 2010 at 8:42

GoogleCodeExporter commented 8 years ago
debug versions of libraries now included with latest BWAPI and BWSAL.

Original comment by lowerlo...@gmail.com on 31 Jul 2011 at 7:07