Skip to content

Commit

Permalink
update the infrastructute to build pbc_to_exe from the winxed source
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound committed Jun 1, 2012
1 parent b02bb48 commit c7e2a4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 896 deletions.
4 changes: 2 additions & 2 deletions MANIFEST
Expand Up @@ -1450,10 +1450,10 @@ src/string/encoding/ucs4.c []
src/string/encoding/unicode.h []
src/string/encoding/utf16.c []
src/string/encoding/utf8.c []
src/string/sprintf.c []
src/string/spf_private.h []
src/string/spf_render.c []
src/string/spf_vtable.c []
src/string/sprintf.c []
src/sub.c []
src/utils.c []
src/vtable.tbl [devel]src
Expand Down Expand Up @@ -2181,7 +2181,7 @@ tools/dev/parrot_fuzzer.py []
tools/dev/parrot_shell.pl []
tools/dev/parrotbench.pl []
tools/dev/pbc_header.pl []
tools/dev/pbc_to_exe.pir [devel]
tools/dev/pbc_to_exe.winxed []
tools/dev/perlcritic-cage.conf []
tools/dev/perlcritic.conf []
tools/dev/perltidy.conf []
Expand Down
3 changes: 3 additions & 0 deletions config/gen/makefiles/root.in
Expand Up @@ -904,6 +904,9 @@ $(PARROT) : $(FRPTWO_DIR)/main$(O) $(GEN_HEADERS) $(LIBPARROT) \
#IF(win32): if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;1


$(DEV_TOOLS_DIR)/pbc_to_exe.pir: $(DEV_TOOLS_DIR)/pbc_to_exe.winxed $(PARROT) $(WINXED_LANG)
$(PARROT) winxed.pbc -c --noan $(DEV_TOOLS_DIR)/pbc_to_exe.winxed

$(PBC_TO_EXE) : $(DEV_TOOLS_DIR)/pbc_to_exe.pir $(LIBRARY_DIR)/config.pir $(PARROT) $(DYNEXT_DIR)/os$(LOAD_EXT) $(DYNEXT_DIR)/file$(LOAD_EXT)
$(PARROT) -o pbc_to_exe.pbc $(DEV_TOOLS_DIR)/pbc_to_exe.pir
$(PARROT) pbc_to_exe.pbc pbc_to_exe.pbc
Expand Down

0 comments on commit c7e2a4d

Please sign in to comment.