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:
@@ -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
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user