Commit f5d363da authored by jehan monnier's avatar jehan monnier
Browse files

add linker search path for wince

parent e1bcdb20
No related merge requests found
Showing with 9 additions and 1 deletion
install arm-mingw32ce from 0.55 from http://cegcc.sourceforge.net/
for ortp:
cd oRTP
./configure --host=arm-mingw32ce --enable-strict=no --enable-ipv6=no
......@@ -99,7 +99,8 @@ case "$target_os" in
PTHREAD_LDFLAGS="-pthread"
;;
*mingw32ce)
CFLAGS="$CFLAGS -D_WIN32_WCE";;
CFLAGS="$CFLAGS -D_WIN32_WCE"
LIBS="$LIBS -lws2 -liphlpapi";;
*mingw*)
CFLAGS="$CFLAGS -D_WIN32_WINNT=0x0501 -DORTP_STATIC"
LIBS="$LIBS -lws2_32 -liphlpapi -lwinmm"
......
......@@ -12,3 +12,4 @@ RANLIB=${SDK_BIN_PATH}/arm-mingw32ce-ranlib
CPPFLAGS="-Dasm=__asm"
#LDFLAGS="-Wl,-syslibroot ${SYSROOT_PATH}"
LDFLAGS="-L${SYSROOT_PATH}/arm-mingw32ce/lib"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment