[Live-devel] compile library..(simple question)
Ross Finlayson
finlayson at live.com
Tue Dec 9 20:00:39 PST 2003
At 05:22 AM 12/9/03, you wrote:
>Hi,
>I would like to ask how is it possible to compile the livemedia library and
>output
>a libLiveMedia.a file and not libLiveMedia.lib as it does.
>I use the Visual Studio under Windows 2000 and i have already compile the
>libraty once but the output was .lib
I don't understand your problem. If you build the code for Windows (as
described in <http://www.live.com/liveMedia/#config-windows>), then library
names will end with ".lib", which is what you want. If you build the code
for Unix systems (as described in
<http://www.live.com/liveMedia/#config-unix>), then library names will end
with ".a", which (again) is what you want. So, no problem.
However, if you *really* want to change the suffix given to library names,
then you ca do so by changing the "LIB_SUFFIX" line in "win32config" (or
"config.<whatever>), before you run "genWindowsMakefiles" (or "genMakefiles").
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the live-devel
mailing list