summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/gather_cards
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-10-21 14:23:34 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-10-21 17:19:32 +0200
commit36c15a30b61939cf4696f6afe9bc4c271d532527 (patch)
tree6ca254f834a3b84374efc0b4f6fa989218725fe8 /crawl-ref/source/util/gather_cards
parent9c73675eed97b79398856970d02cf02c759ae9bb (diff)
downloadcrawl-ref-36c15a30b61939cf4696f6afe9bc4c271d532527.tar.gz
crawl-ref-36c15a30b61939cf4696f6afe9bc4c271d532527.zip
Obey TAG_MAJOR_VERSION #ifdefs when gathering strings.
Diffstat (limited to 'crawl-ref/source/util/gather_cards')
-rwxr-xr-xcrawl-ref/source/util/gather_cards2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/gather_cards b/crawl-ref/source/util/gather_cards
index cd3ef6db6c..9f56761cb8 100755
--- a/crawl-ref/source/util/gather_cards
+++ b/crawl-ref/source/util/gather_cards
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
undef $/;
-open IN, "<decks.cc" or die "Can't read decks.cc\n";
+open IN, "util/cpp_version decks.cc|" or die "Can't read decks.cc\n";
$_ = <IN>;
close IN;