Changeset 1072:609b5f361ad8 in roaraudio for configure


Ignore:
Timestamp:
12/28/08 17:43:41 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use diffrent headers for target win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1071 r1072  
    4646ALAW_RW=true 
    4747MULAW_RW=true 
     48 
     49TARGET_WIN32=false 
    4850 
    4951echo -n "checking for C compiler... " 
     
    199201   RUNTIME_DETECT=true 
    200202   no_lib_dnet=true 
     203   TARGET_WIN32=true 
    201204  ;; 
    202205 esac; 
     
    380383 $MULAW    && echo '#define ROAR_SUPPORT_MULAW' 
    381384 $MULAW_RW && echo '#define ROAR_SUPPORT_MULAW_RW' 
     385 $TARGET_WIN32 && echo '#define ROAR_TARGET_WIN32' 
    382386 echo 
    383387} >&3 
Note: See TracChangeset for help on using the changeset viewer.