DJGPP compiler name change

This commit is contained in:
Stas Degteff 2005-05-11 05:24:41 +00:00
parent 11f9da4bef
commit 15a5f462f2

View File

@ -43,7 +43,7 @@ else
ifneq ($(DJGPP),)
CAT=command.com /c type
CC=gcc
CXX=gpp
CXX=gxx
AR=ar
RANLIB=ranlib
PLATFORM=djg