Fixed C++ compiler detection in the 'configure' script.

This commit is contained in:
stainless
2001-09-03 23:28:24 +00:00
parent 43601ddfbf
commit 1eecf2ac44
2 changed files with 84 additions and 83 deletions

View File

@@ -65,7 +65,7 @@ OBJS=${CHIPSOBJ} ${CPUOBJ} ${WINOBJ} ${WINDOSOBJ} ${GUIOBJ} ${VIDEOBJ} ${ZIPOBJ}
@CC@ @CFLAGS@ -o $@ -c $<
%.o: %.cpp
@CPP@ @CFLAGS@ -o $@ -c $<
@CXX@ @CFLAGS@ -o $@ -c $<
%.o: %.asm
@NASMPATH@ @NFLAGS@ -o $@ $<