Changeset 2381:4d9b6f1e72d4 in roaraudio for libroareio/Makefile


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

updated core libs and roard to use new Makefile.inc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroareio/Makefile

    r2377 r2381  
    11include ../Makefile.conf 
     2include ../Makefile.inc 
    23 
    34SLIB=libroareio$(SHARED_SUFFIX) 
     
    1112CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) $(fPIC) 
    1213LDFLAGS = -g $(SHARED) -L../lib/ $(LDPATH) 
    13 NETLIBS = $(lib_dnet) $(lib_wsock32) $(lib_ws2_32) 
    14 LIBS    = -lroar $(NETLIBS) 
     14LIBS    = $(LIBROAREIO_NS) 
    1515 
    1616all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.