<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Alex!<br>
<br>
I would like to link to Platform SDK libraries instead of Visual Studio
ones. In this case there is no way to specify full path because most of
platform SDK files are linked implicitly with the lib pragma (#pragma
comment(lib, 'lib')). Any suggestions? <br>
<br>
BR,<br>
Anatoly<br>
<br>
Alexander Neundorf пишет:
<blockquote cite="mid:201003082157.17484.a.neundorf-work@gmx.net"
type="cite">
<pre wrap="">On Monday 08 March 2010, Anatoly Shirokov wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi there!
One day I wrote about this problem. I want to change a library search
order, but the target_link_libraries command does not allow me specify
the search order because there are no BEFORE and AFTER tags. Is there
another way to change the search order?
</pre>
</blockquote>
<pre wrap=""><!---->
Why do you want that ?
If you specify the libraries to link to with their full path this shouldn't be
necessary.
Alex
</pre>
</blockquote>
</body>
</html>