Changeset 816:952e46a52d19 in mediastreamer2


Ignore:
Timestamp:
Oct 21, 2009 8:49:31 PM (4 years ago)
Author:
jehan monnier <jehan.monnier@…>
Branch:
default
Parents:
814:85e451c5873c (diff), 815:347e849d1dfb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge commit 'bc/wince-port' into wince-port

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • linphone/scripts/cegcc-config.site

    r814 r816  
    1111RANLIB=${SDK_BIN_PATH}/arm-mingw32ce-ranlib 
    1212 
    13 CPPFLAGS="-Dasm=__asm" 
     13CPPFLAGS="-Dasm=__asm -D_WIN32_WCE" 
     14CFLAGS="-D_WIN32_WCE" 
    1415#LDFLAGS="-Wl,-syslibroot ${SYSROOT_PATH}"  
    1516LDFLAGS="-L${SYSROOT_PATH}/arm-mingw32ce/lib" 
  • linphone/scripts/cegcc-config.site

    r815 r816  
    1414CFLAGS="-D_WIN32_WCE" 
    1515#LDFLAGS="-Wl,-syslibroot ${SYSROOT_PATH}"  
     16LDFLAGS="-L${SYSROOT_PATH}/arm-mingw32ce/lib" 
Note: See TracChangeset for help on using the changeset viewer.