1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 10:29:10 +00:00

(svn r1761) Don't set CC and CXX

If somebody tried to use alternate compilers via an environment variable the assignment in the Makefile simply overwrote that.
This commit is contained in:
tron
2005-02-01 16:57:16 +00:00
parent a00571a1d7
commit 20d1f357dd

View File

@@ -216,8 +216,6 @@ endif
#
# Compiler configuration
#
CC=gcc
CXX=g++
# Executable file extension
ifdef WIN32