Whoops, minor compile fixes..

This commit is contained in:
Zephaniah E. Hull 2000-02-19 08:44:02 +00:00
parent 0fae0e01d3
commit 1e9f882fee
2 changed files with 5 additions and 1 deletions

View file

@ -379,3 +379,7 @@ void IN_Move(usercmd_t *cmd)
}
}
}
void IN_Frame()
{
}

View file

@ -339,7 +339,7 @@ endif
ifneq ($(SVGAQUAKE),)
ALL_SVGA_SRC = $(SW_REND_SRC) \
vid_svgalib.c d_copy.s model.c
vid_svgalib.c d_copy.s model.c in_svgalib.c
ALL_SVGA_OBJS = $(patsubst %,$(BUILD_DIR)/%,$(addsuffix .@OBJEXT@,\
$(basename $(ALL_SVGA_SRC) .c .s))) \
$(BUILD_DIR)/common_lib.a $(TARGET_DIR)/sound_lib.a