more possible build fixes

Once again, I need to commit these first and observe the CI results
afterwards to verify the results.
This commit is contained in:
nhmall
2021-12-28 08:04:59 -05:00
parent e9424445f6
commit a194194039
3 changed files with 5 additions and 1 deletions

View File

@@ -324,7 +324,7 @@ HACKCSRC = allmain.c alloc.c apply.c artifact.c attrib.c ball.c bones.c \
#
MAKEDEFSOBJS = $(O)makedefs.o $(O)monst.o $(O)objects.o \
$(O)date.o $(O)alloc.o
$(O)date.o $(O)alloc.o $(O)panic.o
RECOVOBJS = $(O)recover.o

View File

@@ -31,9 +31,11 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="$(RootDir)util\makedefs.c" />
<ClCompile Include="$(RootDir)util\panic.c" />
<ClCompile Include="$(RootDir)src\date.c" />
<ClCompile Include="$(RootDir)src\monst.c" />
<ClCompile Include="$(RootDir)src\objects.c" />
<ClCompile Include="$(RootDir)src\alloc.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(IncDir)config.h" />