Update makefiles and everything

This commit is contained in:
pagefault
2005-02-04 22:53:08 +00:00
parent b0be9c988d
commit 1b9f4274d7
4 changed files with 9 additions and 4 deletions

View File

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