• 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ão357f8d04595b3e3413fde6fde53f67a349de190b (tree)
Hora2020-05-17 23:14:42
AutorEric Branlund <ebranlund@fast...>
CommiterEric Branlund

Mensagem de Log

Corrected two errors in source file list (one missing subdirectory; the other misspelled).

Mudança Sumário

Diff

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -242,7 +242,7 @@ hengband_SOURCES = \
242242 spell/spells1.c spell/spells1.h spell/spells2.c spell/spells2.h \
243243 spell/spells3.c spell/spells3.h \
244244 spell/music-checker.c spell/music-checker.h \
245- spells-diceroll.c spell/spells-diceroll.h \
245+ spell/spells-diceroll.c spell/spells-diceroll.h \
246246 spell/spells-floor.c spell/spells-floor.h \
247247 spell/spells-object.c spell/spells-object.h \
248248 spell/spells-status.c spell/spells-status.h \
@@ -265,7 +265,7 @@ hengband_SOURCES = \
265265 mspell/mspell-floor.c mspell/mspell-floor.h \
266266 mspell/mspell-status.c mspell/mspell-status.h \
267267 mspell/mspell-special.c mspell/mspell-special.h \
268- mspell/mspell-particular.c mspell/mspell-particularity.h \
268+ mspell/mspell-particularity.c mspell/mspell-particularity.h \
269269 \
270270 knowledge/knowledge-autopick.c knowledge/knowledge-autopick.h \
271271 knowledge/knowledge-experiences.c knowledge/knowledge-experiences.h \
Show on old repository browser