• R/O
  • HTTP
  • SSH
  • HTTPS

hengbandosx: Commit

The master and develop branches track hengband.

OS X development happens on the macos-1-6-2, macos-2-2-1, and macos-develop branches.


Commit MetaInfo

Revisãoa90691ba561bfa66810ee9d6bceaf9698e07e0fa (tree)
Hora2020-06-02 04:53:17
AutorEric Branlund <ebranlund@fast...>
CommiterEric Branlund

Mensagem de Log

Added effect/effect-monster-curse.{c,h} to the list of sources to avoid missing symbol errors when linking.

Mudança Sumário

Diff

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -135,6 +135,7 @@ hengband_SOURCES = \
135135 effect/spells-effect-util.c effect/spells-effect-util.h \
136136 effect/effect-player.c effect/effect-player.h \
137137 effect/effect-monster.c effect/effect-monster.h \
138+ effect/effect-monster-curse.c effect/effect-monster-curse.h \
138139 effect/effect-monster-util.c effect/effect-monster-util.h \
139140 effect/effect-monster-resist-hurt.c effect/effect-monster-resist-hurt.h \
140141 effect/effect-monster-psi.c effect/effect-monster-psi.h \
Show on old repository browser