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

Mensagem de Log

targeting.{c,h} moved to io subdirectory.

Mudança Sumário

Diff

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -80,6 +80,7 @@ hengband_SOURCES = \
8080 io/dump-remover.c io/dump-remover.h \
8181 io/files.c io/files.h \
8282 io/gf-descriptions.c io/gf-descriptions.h \
83+ io/targeting.c io/targeting.h \
8384 io/tokenizer.c io/tokenizer.h \
8485 io/interpret-pref-file.c io/interpret-pref-file.h \
8586 io/player-status-dump.c io/player-status-dump.h \
@@ -268,8 +269,6 @@ hengband_SOURCES = \
268269 mspell/mspell-special.c mspell/mspell-special.h \
269270 mspell/mspell-particular.c mspell/mspell-particularity.h \
270271 \
271- targeting.c targeting.h \
272- \
273272 knowledge/knowledge-autopick.c knowledge/knowledge-autopick.h \
274273 knowledge/knowledge-experiences.c knowledge/knowledge-experiences.h \
275274 knowledge/knowledge-features.c knowledge/knowledge-features.h \
Show on old repository browser