Fix linux compilation.
Fix windows compilation, again.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CPP = g++-7
|
||||
CPP = g++
|
||||
BASEFLAGS = -Dstricmp=strcasecmp -Dstrcmpi=strcasecmp -m32
|
||||
OPTFLAGS = -O2
|
||||
CPPFLAGS = ${BASEFLAGS} ${OPTFLAGS} -w -I. -I../engine -I../common -I../pm_shared -I../metamod
|
||||
@@ -17,18 +17,20 @@ OBJ = \
|
||||
controller.o \
|
||||
defaultai.o \
|
||||
dllapi.o \
|
||||
explode.o \
|
||||
effects.o \
|
||||
explode.o \
|
||||
flyingmonster.o \
|
||||
gargantua.o \
|
||||
gonome.o \
|
||||
ggrenade.o \
|
||||
gonome.o \
|
||||
h_ai.o \
|
||||
h_export.o \
|
||||
hassassin.o \
|
||||
headcrab.o \
|
||||
h_export.o \
|
||||
hgrunt.o \
|
||||
hornet.o \
|
||||
houndeye.o \
|
||||
hwgrunt.o \
|
||||
islave.o \
|
||||
massn.o \
|
||||
monster_api.o \
|
||||
@@ -38,6 +40,7 @@ OBJ = \
|
||||
nodes.o \
|
||||
otis.o \
|
||||
pitdrone.o \
|
||||
rgrunt.o \
|
||||
scientist.o \
|
||||
shock.o \
|
||||
shockroach.o \
|
||||
@@ -46,6 +49,7 @@ OBJ = \
|
||||
sporegrenade.o \
|
||||
squeakgrenade.o \
|
||||
strooper.o \
|
||||
stukabat.o \
|
||||
subs.o \
|
||||
talkmonster.o \
|
||||
turret.o \
|
||||
|
||||
Reference in New Issue
Block a user