Changeset 1755:f6fcc83859d0 in roaraudio for roarclients/Makefile


Ignore:
Timestamp:
05/18/09 22:36:46 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added client network libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r1736 r1755  
    88CFLAGS    += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) 
    99LDFLAGS    = -g -L../lib/ $(LDPATH) -lroar 
    10 LIBS       = -lroar 
     10LIBS       = -lroar $(lib_wsock32) $(lib_ws2_32) 
    1111DSPLIBS    = -lroardsp -lm $(LIBS) 
    1212SHOUTLIBS  = $(lib_shout) $(LIBS) 
Note: See TracChangeset for help on using the changeset viewer.