Changeset 1091:00defdcb1f0f in roaraudio


Ignore:
Timestamp:
12/28/08 20:01:47 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

look for libws2_32, too

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1089 r1091  
    439439test_lib_defmake ROAR_HAVE_OSS           %            OSS           c          -- sys/ioctl.h sys/soundcard.h 
    440440test_lib_defmake ROAR_HAVE_OSS_BSD       %            BSDOSS        c          -- sys/ioctl.h soundcard.h 
    441 test_lib_defmake ROAR_HAVE_LIBWSOCK32    %            WinSock       wsock32    -- winsock2.h 
     441test_lib_defmake ROAR_HAVE_LIBWSOCK32    %            WinSockP0     wsock32    -- winsock2.h 
     442test_lib_defmake ROAR_HAVE_LIBWS2_32     %            WinSockP1     ws2_32     -- winsock2.h 
    442443 
    443444# add a better test here 
  • libroar/Makefile

    r1070 r1091  
    77INCLUDE = -I../include -I../include/libroar 
    88CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) -fPIC 
    9 LDFLAGS = -g $(SHARED) $(LDPATH) $(lib_dnet) $(lib_wsock32) 
     9LDFLAGS = -g $(SHARED) $(LDPATH) $(lib_dnet) $(lib_wsock32) $(lib_ws2_32) 
    1010 
    1111all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.