Changeset 30249 for lang/cplusplus

Show
Ignore:
Timestamp:
02/19/09 02:53:58 (4 years ago)
Author:
saturday06
Message:

objective....??

Location:
lang/cplusplus/i3/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/i3/trunk/Makefile.am

    r30207 r30249  
    1111BUILT_SOURCES   = 
    1212#DISTCHECK_CONFIGURE_FLAGS = 
     13 
     14AM_CPPFLAGS     = -x objective-c++ 
    1315 
    1416if ENABLE_DEBUG 
  • lang/cplusplus/i3/trunk/am/i3.am

    r30207 r30249  
    33 
    44i3_exe        : i3${EXEEXT} # for IDE 
    5 i3_CXXFLAGS_DEFAULT = -x objective-c++ \ 
    6                       ${PTHREAD_CFLAGS} ${BOOST_CPPFLAGS} \ 
     5i3_CXXFLAGS_DEFAULT = ${PTHREAD_CFLAGS} ${BOOST_CPPFLAGS} \ 
    76                      -I${top_srcdir}/src \ 
    87                      -I${top_srcdir}/src/mol/include \ 
  • lang/cplusplus/i3/trunk/src/mol/src/BoostTestDummyLib.cpp

    r30248 r30249  
    1 #include <mol/PrecompiledHeaders.h> 
     1#include <string.h> 
    22 
    33#ifdef __MINGW32_VERSION 
     
    99} 
    1010} 
     11#include <mol/os-windows/PrecompiledHeaders.h> 
    1112#endif 
    1213 
     
    1415#undef libintl_vsnprintf 
    1516 
     17#define id MOL_NO_OBJC_ID 
    1618#include <boost/test/included/unit_test.hpp> 
     19#undef MOL_NO_OBJC_ID