Changeset 898:35e408a1c03e in roaraudio


Ignore:
Timestamp:
11/23/08 13:07:26 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added cygwin patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r890 r898  
    522522echo 'config.h created and moved into include/roaraudio/' 
    523523 
     524echo "$SYSNAME" | if grep CYGWIN > /dev/null 
     525then 
     526 echo 'patching Makefiles for cygwin...' 
     527 find . -name Makefile -print0 | xargs -0 sed 's/\.so/.dll'/g -i 
     528fi 
     529 
    524530#ll 
Note: See TracChangeset for help on using the changeset viewer.