Changeset 1313 in 3DVCSoftware for trunk/build/linux/common/makefile.base


Ignore:
Timestamp:
13 Aug 2015, 17:38:13 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev1@1312.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/linux/common/makefile.base

    r872 r1313  
    1313#########################################################
    1414
    15 CPP     = g++
     15CPP     = g++
    1616CC      = gcc
    1717AR      = ar
     
    4848# default cpp flags for all configurations
    4949#CPPFLAGS          = -Wall -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS)
    50 CPPFLAGS          = -fPIC $(DEFS) $(ADDDEFS) -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##########
     
    5858endif
    5959##########
     60
     61ifeq ($(HIGHBITDEPTH), 1)
     62CPPFLAGS+="-DRExt__HIGH_BIT_DEPTH_SUPPORT=1"
     63endif
    6064
    6165#
Note: See TracChangeset for help on using the changeset viewer.