Changeset 844 in 3DVCSoftware


Ignore:
Timestamp:
8 Feb 2014, 23:12:29 (11 years ago)
Author:
tech
Message:

Fix makefile.base

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.0rc1-dev0/build/linux/common/makefile.base

    r837 r844  
    4848# default cpp flags for all configurations
    4949#CPPFLAGS          = -Wall -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS)
    50 CPPFLAGS          = -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare -Werror
     50CPPFLAGS          = -fPIC $(DEFS) $(ADDDEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare -Werror
    5151
    5252##########
Note: See TracChangeset for help on using the changeset viewer.