Changeset 33646 for lang/objective-cplusplus/i3
- Timestamp:
- 05/28/09 16:49:28 (4 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk
- Files:
-
- 2 modified
-
am/i3.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/am/i3.am
r33643 r33646 72 72 # for cygwin boost/test/included/unit_test.hpp 73 73 i3_CXXFLAGS += -DBOOST_DISABLE_WIN32 74 i3_LDFLAGS += -Wl,--enable-auto-import 74 75 endif 75 76 -
lang/objective-cplusplus/i3/trunk/configure.ac
r33643 r33646 45 45 AM_CONDITIONAL(ENABLE_WINDOWS_RELEASE, test "$enable_windows_release" = "yes") 46 46 47 if test "$GXX" = "yes"; then 48 # AC_MSG_CHECKING([precompiled headers]) 49 # CXXFLAGS_ORIG="$CXXFLAGS" 50 # CXXFLAGS="$CXXFLAGS -x c++-header" 51 # AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])], 52 # [AC_MSG_RESULT([yes]); use_gch=yes], 53 # [AC_MSG_RESULT([no])]) 54 # CXXFLAGS="$CXXFLAGS_ORIG" 55 use_gch=yes 56 else 57 use_gch=no 47 use_gch=no 48 if test "$enable_debug" = "yes"; then 49 if test "$GXX" = "yes"; then 50 # AC_MSG_CHECKING([precompiled headers]) 51 # CXXFLAGS_ORIG="$CXXFLAGS" 52 # CXXFLAGS="$CXXFLAGS -x c++-header" 53 # AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])], 54 # [AC_MSG_RESULT([yes]); use_gch=yes], 55 # [AC_MSG_RESULT([no])]) 56 # CXXFLAGS="$CXXFLAGS_ORIG" 57 use_gch=yes 58 fi 58 59 fi 59 60 AM_CONDITIONAL(USE_GCC_PRECOMPILED_HEADER, test "$use_gch" = "yes") 60 61 61 62 62 # ---------------------------------------
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)