Fix Makefiles.

This commit is contained in:
Giegue
2023-04-23 13:43:10 -03:00
parent bfa59a2419
commit 2cf22ab66b
3 changed files with 16 additions and 4 deletions

View File

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

View File

@@ -148,6 +148,7 @@
<ClCompile Include="flyingmonster.cpp" />
<ClCompile Include="gargantua.cpp" />
<ClCompile Include="ggrenade.cpp" />
<ClCompile Include="globalreplace.cpp" />
<ClCompile Include="gonome.cpp" />
<ClCompile Include="h_ai.cpp" />
<ClCompile Include="h_export.cpp" />
@@ -164,10 +165,12 @@
<ClCompile Include="monstermaker.cpp" />
<ClCompile Include="monsters.cpp" />
<ClCompile Include="monsterstate.cpp" />
<ClCompile Include="music.cpp" />
<ClCompile Include="nodes.cpp" />
<ClCompile Include="otis.cpp" />
<ClCompile Include="pitdrone.cpp" />
<ClCompile Include="rgrunt.cpp" />
<ClCompile Include="ripent.cpp" />
<ClCompile Include="scientist.cpp" />
<ClCompile Include="shock.cpp" />
<ClCompile Include="shockroach.cpp" />
@@ -203,12 +206,14 @@
<ClInclude Include="explode.h" />
<ClInclude Include="extdll.h" />
<ClInclude Include="func_break.h" />
<ClInclude Include="globalreplace.h" />
<ClInclude Include="hornet.h" />
<ClInclude Include="monster_plugin.h" />
<ClInclude Include="monsterevent.h" />
<ClInclude Include="monsters.h" />
<ClInclude Include="nodes.h" />
<ClInclude Include="plane.h" />
<ClInclude Include="ripent.h" />
<ClInclude Include="schedule.h" />
<ClInclude Include="shock.h" />
<ClInclude Include="skill.h" />
@@ -219,4 +224,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -183,6 +183,9 @@
<ClCompile Include="music.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="globalreplace.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="activity.h">
@@ -275,5 +278,8 @@
<ClInclude Include="ripent.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="globalreplace.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>