mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-20 18:42:34 +00:00
Whoops, minor compile fixes..
This commit is contained in:
parent
0fae0e01d3
commit
1e9f882fee
2 changed files with 5 additions and 1 deletions
|
@ -379,3 +379,7 @@ void IN_Move(usercmd_t *cmd)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void IN_Frame()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue