Added Daniel Sjölie's request to use a default complier (CXX) in makedefs.

Doing this only for Linux
This commit is contained in:
Don BURNS
2002-04-15 14:45:14 +00:00
parent 55e5a943aa
commit c984749457

View File

@@ -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