From 2cf22ab66bbb6f69909f6a7110ade6abb1d4553d Mon Sep 17 00:00:00 2001 From: Giegue Date: Sun, 23 Apr 2023 13:43:10 -0300 Subject: [PATCH] Fix Makefiles. --- src/dlls/Makefile | 5 +++-- src/dlls/monster_mm.vcxproj | 7 ++++++- src/dlls/monster_mm.vcxproj.filters | 8 +++++++- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/dlls/Makefile b/src/dlls/Makefile index 60d8010..2c5b3ed 100644 --- a/src/dlls/Makefile +++ b/src/dlls/Makefile @@ -22,11 +22,12 @@ OBJ = \ flyingmonster.o \ gargantua.o \ ggrenade.o \ + globalreplace.o \ gonome.o \ h_ai.o \ + h_export.o \ hassassin.o \ headcrab.o \ - h_export.o \ hgrunt.o \ hornet.o \ houndeye.o \ @@ -42,8 +43,8 @@ OBJ = \ nodes.o \ otis.o \ pitdrone.o \ - ripent.o \ rgrunt.o \ + ripent.o \ scientist.o \ shock.o \ shockroach.o \ diff --git a/src/dlls/monster_mm.vcxproj b/src/dlls/monster_mm.vcxproj index 53658f6..0d74e15 100644 --- a/src/dlls/monster_mm.vcxproj +++ b/src/dlls/monster_mm.vcxproj @@ -148,6 +148,7 @@ + @@ -164,10 +165,12 @@ + + @@ -203,12 +206,14 @@ + + @@ -219,4 +224,4 @@ - \ No newline at end of file + diff --git a/src/dlls/monster_mm.vcxproj.filters b/src/dlls/monster_mm.vcxproj.filters index cc7fa73..399fb51 100644 --- a/src/dlls/monster_mm.vcxproj.filters +++ b/src/dlls/monster_mm.vcxproj.filters @@ -183,6 +183,9 @@ Source Files + + Source Files + @@ -275,5 +278,8 @@ Header Files + + Header Files + - \ No newline at end of file +