(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / micxx

Diff for /omi/micxx/GNUmakefile between version 1.1 and 1.2

version 1.1, 2012/05/30 22:47:49 version 1.2, 2012/06/25 19:51:01
Line 13 
Line 13 
     string.cpp \     string.cpp \
     dinstance.cpp     dinstance.cpp
  
 HEADERS = \  
     array.h \  
     arraytraits.h \  
     atomic.h \  
     context.h \  
     datetime.h \  
     field.h \  
     instance.h \  
     linkage.h \  
     micxx.h \  
     propertyset.h \  
     string.h \  
     types.h \  
     dinstance.h  
   
 INCLUDES = $(TOP) $(TOP)/common INCLUDES = $(TOP) $(TOP)/common
  
 DEFINES = BUILDING_MICXX MI_CONST= DEFINES = BUILDING_MICXX MI_CONST=
  
 LIBRARIES = base LIBRARIES = base
  
 GUID = C5C10E43-D526-447B-AEDB-4B9DF4358A90  
   
 ifeq ($(OS),LINUX) ifeq ($(OS),LINUX)
 CXXFLAGS = -fno-exceptions -fno-enforce-eh-specs -fno-rtti CXXFLAGS = -fno-exceptions -fno-enforce-eh-specs -fno-rtti
 endif endif


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

ViewCVS 0.9.2