Fix linux compilation.

Fix windows compilation, again.
This commit is contained in:
Giegue
2023-02-14 20:44:13 -03:00
parent c32827b4cb
commit 2f80da1e15
3 changed files with 18 additions and 6 deletions

View File

@@ -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 \