Changeset 14879
- Timestamp:
- 06/30/08 02:23:10 (5 years ago)
- Location:
- lang/cplusplus/i3
- Files:
-
- 2 added
- 2 removed
- 3 modified
-
am/i3.am (modified) (1 diff)
-
configure.ac (modified) (3 diffs)
-
m4-local/bnv_have_qt.m4 (deleted)
-
m4-local/italc-gw_CHECK_QT.m4 (added)
-
sh/allclean.sh (modified) (2 diffs)
-
src/Makefile.am (deleted)
-
src/Test.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/i3/am/i3.am
r14852 r14879 52 52 else 53 53 # --------------------------------------- 54 # Posix54 # Qt 55 55 56 i3_SOURCES = $(i3_SOURCES_DEFAULT) 56 i3_CXXFLAGS_DEFAULT += $(QT_CXXFLAGS) 57 58 i3_SOURCES = $(i3_SOURCES_DEFAULT) \ 59 src/windows/Windows.cpp \ 60 src/windows/LibintlUtf16le.cpp \ 61 src/windows/LibintlUtf16le.h \ 62 src/windows/InputWindowCore.cpp \ 63 src/windows/InputWindowCore.h \ 64 src/windows/CompletionWindowCore.cpp \ 65 src/windows/CompletionWindowCore.h 66 57 67 i3_CXXFLAGS = $(i3_CXXFLAGS_DEFAULT) $(i3_CXXFLAGS_RELEASE) 58 68 i3_LDFLAGS = $(i3_LDFLAGS_DEFAULT) -s 59 i3_LDADD = $(INTLLIBS) 69 i3_LDADD = $(INTLLIBS) $(QT_LDADD) $(QT_LIB_GUI) 60 70 61 71 endif -
lang/cplusplus/i3/configure.ac
r14852 r14879 110 110 111 111 # --------------------------------------- 112 # OS 112 # OS 113 114 gw_CHECK_QT 113 115 114 116 case "$host_os" in … … 119 121 use_windows_api=true 120 122 ;; 123 *) 124 ;; 121 125 esac 122 126 … … 124 128 AC_SUBST(USE_WINDOWS_API) 125 129 126 127 130 # --------------------------------------- 128 AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile.in src/Makefile])131 AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile.in]) 129 132 AC_OUTPUT 130 133 -
lang/cplusplus/i3/sh/allclean.sh
r14826 r14879 13 13 14 14 # autotools generated 15 find . -iname ".deps /" | xargs rm -rf15 find . -iname ".deps" | xargs rm -rf 16 16 find . -iname "stamp-h1" | xargs rm -f 17 17 find . -iname "Makefile" | xargs rm -f 18 find . -regex "\./conf[0-9]+.*" | xargs rm -rf 19 rm -f conftest.c 20 rm -f confdefs.h 21 rm -f conftest.er1 18 22 19 23 # gch … … 48 52 rm -f missing 49 53 rm -f .lineno 50 51 rm -f conf*.sh52 rm -f conftest.c53 rm -f confdefs.h54 rm -f conftest.er155 rm -f conf????56 rm -f conf????.file57 rm -f conf????.lnk58 rm -rf conf????.dir/59 54 60 55 rm -f *.gcda
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)