Skip to content

Commit

Permalink
Add the grapheme files to the build.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/branches/gsoc_nfg@47264 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
darbelo committed Jun 1, 2010
1 parent 0280752 commit fe8911b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/gen/makefiles/root.in
Expand Up @@ -414,7 +414,7 @@ CHARSET_O_FILES = @TEMP_charset_o@
CLASS_PMC_FILES = @TEMP_pmc_classes_pmc@
CLASS_O_FILES = @TEMP_pmc_classes_o@
CLASS_STR_FILES = @TEMP_pmc_classes_str@
ENCODING_O_FILES = @TEMP_encoding_o@
ENCODING_O_FILES = @TEMP_encoding_o@ src/string/grapheme$(O)

IO_O_FILES = \
src/io/core$(O) \
Expand Down Expand Up @@ -1499,13 +1499,16 @@ src/spf_vtable$(O) : $(PARROT_H_HEADERS) src/spf_vtable.str src/spf_vtable.c

src/string/encoding$(O) : $(PARROT_H_HEADERS) src/string/encoding.c

src/string/encoding/nfg$(O) : $(PARROT_H_HEADERS) src/string/grapheme.h src/string/grapheme.c

src/string/charset$(O) : $(PARROT_H_HEADERS) src/string/charset.c \
src/string/encoding/fixed_8.h \
src/string/encoding/utf8.h \
src/string/encoding/utf16.h \
src/string/encoding/ucs2.h \
src/string/encoding/ucs4.h \
src/string/encoding/nfg.h \
src/string/grapheme.h \
src/string/charset/ascii.h \
src/string/charset/binary.h \
src/string/charset/iso-8859-1.h \
Expand Down

0 comments on commit fe8911b

Please sign in to comment.