Changeset 24733
- Timestamp:
- 11/24/08 16:52:22 (4 years ago)
- Files:
-
- 1 modified
-
lang/c/libintl-msvc/mingw32ce.sh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/libintl-msvc/mingw32ce.sh
r24730 r24733 1 export PATH=/opt/mingw32ce/bin:$PATH2 #export PATH=/opt/cegcc/bin:$PATH1 #export PATH=/opt/mingw32ce/bin:$PATH 2 export PATH=/opt/cegcc/bin:$PATH 3 3 4 host=arm-wince-mingw32ce5 #host=arm-wince-cegcc4 #host=arm-wince-mingw32ce 5 host=arm-wince-cegcc 6 6 host_="${host}-" 7 7 … … 57 57 # msvc 58 58 # --------------------- 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 59 74 CFLAGS="$CFLAGS_MSVC $CFLAGS_UNICODE" ./configure \ 60 75 --host=$host \ … … 62 77 --with-included-gettext \ 63 78 --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 74 82 cd .. 75 83 … … 82 90 done 83 91 84 85 86
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)