Changeset 2805:1beda13bfabf in roaraudio


Ignore:
Timestamp:
09/26/09 17:17:36 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

add win32 parameters after reading all args and do some basic detections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r2804 r2805  
    424424  '--target-win32') 
    425425   TARGET_WIN32=true 
    426    CROSS_COMPILE=true 
    427    RUNTIME_DETECT=true 
    428    no_lib_dnet=true 
    429    PROXY=false 
    430    LIBAO=false 
    431    XMMS=false 
    432    AUDACIOUS=false 
    433    WITHOUT_VIO="$WITHOUT_VIO"' pipe cmd' # hope that with buffered pipes we can remove this soon 
    434    WITHOUT_DCOMP="$WITHOUT_DCOMP"' cb' 
    435 #   [ "$ROARD_CFREQ" = '' ] && ROARD_CFREQ=20 
    436426  ;; 
    437427 esac; 
     
    647637 
    648638TARGET_CYGWIN=`echo "$SYSNAME" | if grep CYGWIN  > /dev/null; then echo true; else echo false; fi` 
    649 TARGET_WIN32=`echo  "$SYSNAME" | if grep MINGW32 > /dev/null; then echo true; else echo false; fi` 
     639TARGET_WIN32=`echo  "$SYSNAME" | if grep MINGW32 > /dev/null; then echo true; else echo $TARGET_WIN32; fi` 
     640 
     641if $TARGET_WIN32 
     642then 
     643 CROSS_COMPILE=true 
     644 RUNTIME_DETECT=true 
     645 no_lib_dnet=true 
     646 PROXY=false 
     647 LIBAO=false 
     648 XMMS=false 
     649 AUDACIOUS=false 
     650 WITHOUT_VIO="$WITHOUT_VIO"' pipe cmd' # hope that with buffered pipes we can remove this soon 
     651 WITHOUT_DCOMP="$WITHOUT_DCOMP"' cb' 
     652# [ "$ROARD_CFREQ" = '' ] && ROARD_CFREQ=20 
     653fi 
    650654 
    651655if [ "$SYSNAME" = 'Darwin' ] 
Note: See TracChangeset for help on using the changeset viewer.