Added Daniel Sjölie's request to use a default complier (CXX) in makedefs.
Doing this only for Linux
This commit is contained in:
@@ -143,8 +143,14 @@ endif
|
||||
endif
|
||||
|
||||
#### Linux specific definitions
|
||||
|
||||
ifeq ($(OS),Linux)
|
||||
|
||||
ifeq (x$(CXX),x)
|
||||
C++ = g++
|
||||
else
|
||||
C++ = $(CXX)
|
||||
endif
|
||||
DEPARG = -MM
|
||||
INC +=
|
||||
DEF += -W -Wall
|
||||
|
||||
Reference in New Issue
Block a user