(file) Return to objects-vxworks.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak / Attic

Diff for /pegasus/mak/Attic/objects-vxworks.mak between version 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2007/09/20 22:39:21 version 1.1.2.4, 2007/09/26 16:05:12
Line 34 
Line 34 
     -I$(WIND_BASE)/target/usr/h/wrn/coreip \     -I$(WIND_BASE)/target/usr/h/wrn/coreip \
     -I$(WIND_BASE)/target/src/wrn/coreip/common/compress     -I$(WIND_BASE)/target/src/wrn/coreip/common/compress
  
 ifdef LIBRARY  ifneq ($(PEGASUS_USE_STATIC_LIBRARIES),true)
   FLAGS += -fpic   FLAGS += -fpic
 endif endif
  
Line 45 
Line 45 
 $(OBJ_DIR)/%.o: $(OBJ_DIR)/target %.cpp $(ERROR) $(OBJ_DIR)/%.o: $(OBJ_DIR)/target %.cpp $(ERROR)
         $(CXX) -c -o $@ $(FLAGS) $(DEFINES) $(SYS_INCLUDES) $(INCLUDES) $*.cpp         $(CXX) -c -o $@ $(FLAGS) $(DEFINES) $(SYS_INCLUDES) $(INCLUDES) $*.cpp
         @ $(ECHO)         @ $(ECHO)
   


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2