Add ehandle.cpp to Linux Makefiles
This commit is contained in:
parent
d802047225
commit
87072768a2
2 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,7 @@ HL1_OBJS = \
|
|||
DLL_OBJS = \
|
||||
$(HL1_SERVER_OBJ_DIR)/crossbow.o \
|
||||
$(HL1_SERVER_OBJ_DIR)/crowbar.o \
|
||||
$(HL1_SERVER_OBJ_DIR)/ehandle.o \
|
||||
$(HL1_SERVER_OBJ_DIR)/egon.o \
|
||||
$(HL1_SERVER_OBJ_DIR)/gauss.o \
|
||||
$(HL1_SERVER_OBJ_DIR)/handgrenade.o \
|
||||
|
|
|
@ -56,6 +56,7 @@ HLDLL_OBJS = \
|
|||
$(HLDLL_OBJ_DIR)/defaultai.o \
|
||||
$(HLDLL_OBJ_DIR)/doors.o \
|
||||
$(HLDLL_OBJ_DIR)/effects.o \
|
||||
$(HLDLL_OBJ_DIR)/ehandle.o \
|
||||
$(HLDLL_OBJ_DIR)/egon.o \
|
||||
$(HLDLL_OBJ_DIR)/explode.o \
|
||||
$(HLDLL_OBJ_DIR)/flyingmonster.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue