[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Is --enable-utf8 working everywhere?

From: Greg Marr <gregm_at_alum.wpi.edu>
Date: 2002-07-17 15:22:12 CEST

At 11:42 PM 07/16/2002, Brane wrote:
>The problem is that you can't teach the .dsp files to conditionally
>link with a library. The only way to simulate conditional linking is
>to provide a dummy library if the real one isn't available.

That's not quite true. You can do conditional linking using:

#if SOME_CONDITION
#pragma comment(lib, "libname.lib")
#endif

inside a source file in the project instead of putting the lib in the
.dsp. I'm not 100% sure that this would work in this particular case.

-- 
Greg Marr
gregm@alum.wpi.edu
"We thought you were dead."
"I was, but I'm better now." - Sheridan, "The Summoning"
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 17 15:26:10 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.