Changeset 24733

Show
Ignore:
Timestamp:
11/24/08 16:52:22 (4 years ago)
Author:
saturday06
Message:

rgtsertf

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/c/libintl-msvc/mingw32ce.sh

    r24730 r24733  
    1 export PATH=/opt/mingw32ce/bin:$PATH 
    2 #export PATH=/opt/cegcc/bin:$PATH 
     1#export PATH=/opt/mingw32ce/bin:$PATH 
     2export PATH=/opt/cegcc/bin:$PATH 
    33 
    4 host=arm-wince-mingw32ce 
    5 #host=arm-wince-cegcc 
     4#host=arm-wince-mingw32ce 
     5host=arm-wince-cegcc 
    66host_="${host}-" 
    77 
     
    5757# msvc 
    5858# --------------------- 
     59 
     60#CFLAGS="$CFLAGS_MSVC $CFLAGS_UNICODE" ./configure \ 
     61#  --host=$host \ 
     62#  --with-libiconv-prefix=`pwd`/../../win_iconv \ 
     63#  --with-included-gettext \ 
     64#  --enable-threads=win32 \ 
     65#  && cd intl \ 
     66#  && make clean \ 
     67#  && echo "\ 
     68#ifndef HAVE_MEMPCPY 
     69#define HAVE_MEMPCPY 1 
     70#endif 
     71#" >> ../config.h \ 
     72#  && C_INCLUDE_PATH="/usr/include" make 
     73 
    5974CFLAGS="$CFLAGS_MSVC $CFLAGS_UNICODE" ./configure \ 
    6075  --host=$host \ 
     
    6277  --with-included-gettext \ 
    6378  --enable-threads=win32 \ 
    64   && cd intl \ 
    65   && make clean \ 
    66   && echo "\ 
    67 #ifndef HAVE_MEMPCPY 
    68 #define HAVE_MEMPCPY 1 
    69 #endif 
    70 " >> ../config.h \ 
    71   && C_INCLUDE_PATH="/usr/include" make 
    72  
    73 ${host_}gcc $CFLAGS_MSVC $CFLAGS_UNICODE -c tsearch.c -I.. -DIN_LIBINTL \ 
     79  && cd intl && make clean && make 
     80#${host_}gcc $CFLAGS_MSVC $CFLAGS_UNICODE -c tsearch.c -I.. -DIN_LIBINTL 
     81${host_}gcc *.o ../../../win_iconv.c -o libintl.dll 
    7482cd .. 
    7583 
     
    8290done 
    8391 
    84  
    85  
    86