Changeset 2382:b47795155ee5 in roaraudio for libroarsndio


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

updated comp libs to new Makefile.inc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarsndio/Makefile

    r2352 r2382  
    11include ../Makefile.conf 
     2include ../Makefile.inc 
    23 
    34SLIB=libroarsndio$(SHARED_SUFFIX) 
     
    1011CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) $(fPIC) 
    1112LDFLAGS = -g $(SHARED) $(LDPATH) -L../lib/ 
    12 LIBS    = -lroar $(lib_wsock32) $(lib_ws2_32) 
     13LIBS    = $(LIBROAR) 
    1314 
    1415all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.