Changeset 2380:95d281e27248 in roaraudio for Makefile.inc


Ignore:
Timestamp:
08/16/09 03:35:47 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

changed LIBROAR* and LIBROAR*_NS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.inc

    r2379 r2380  
    22NETLIBS         = $(lib_dnet) $(lib_wsock32) $(lib_ws2_32) 
    33AUXLIBS         = $(lib_slp) $(lib_ssl) $(lib_sendfile) 
    4 LIBROAR         = $(AUXLIBS) $(NETLIBS) 
     4LIBROAR_NS      = $(AUXLIBS) $(NETLIBS) 
     5LIBROAR         = -lroar $(LIBROAR_NS) 
    56 
    67# libroardsp: 
    78DSP_CODECLIBS   = $(lib_celt) $(lib_speex) 
    8 LIBROARDSP      = $(DSP_CODECLIBS) $(LIBROAR) $(lib_m) 
     9LIBROARDSP_NS   = $(DSP_CODECLIBS) $(LIBROAR) $(lib_m) 
     10LIBROARDSP      = -lroardsp $(LIBROARDSP_NS) 
    911 
    1012# libroarmidi: 
    11 LIBROARMIDI     = $(LIBROARDSP) 
     13LIBROARMIDI_NS  = $(LIBROARDSP) 
     14LIBROARMIDI     = -lroarmidi $(LIBROARMIDI_NS) 
    1215 
    1316# libroarlight: 
    14 LIBROARLIGHT    = $(LIBROAR) $(lib_m) 
     17LIBROARLIGHT_NS = $(LIBROAR) $(lib_m) 
     18LIBROARLIGHT    = -lroarlight $(LIBROARLIGHT_NS) 
    1519 
    1620# libroareio: 
    1721EIO_CDRIVERLIBS = $(lib_ossaudio) 
    18 LIBROAREIO      = $(EIO_CDRIVERLIBS) $(LIBROAR) 
     22LIBROAREIO_NS   = $(EIO_CDRIVERLIBS) $(LIBROAR) 
     23LIBROAREIO      = -lroareio $(LIBROAREIO_NS) 
    1924 
    2025#ll 
Note: See TracChangeset for help on using the changeset viewer.