No more c++ in the Linux port (and let's keep it that way)

This commit is contained in:
theoddone33
2002-03-02 06:32:42 +00:00
parent 1c93ecfe81
commit 145aaa1192

View File

@@ -59,14 +59,11 @@ MAINOBJ=cfgload.o endmem.o fixsin.o init.o ui.o vcache.o water.o smoke.o
OBJS=${CHIPSOBJ} ${CPUOBJ} ${WINOBJ} ${WINDOSOBJ} ${GUIOBJ} ${VIDEOBJ} ${ZIPOBJ} ${MAINOBJ}
.SUFFIXES: .c .cpp .asm
.SUFFIXES: .c .asm
%.o: %.c
@CC@ @CFLAGS@ -o $@ -c $<
%.o: %.cpp
@CXX@ @CXXFLAGS@ -o $@ -c $<
%.o: %.asm
@NASMPATH@ @NFLAGS@ -o $@ $<