On Tuesday 22 June 2004, Dennis Rieks wrote: > # New Ticket Created by Dennis Rieks > # Please include the string: [perl #30414] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30414 > > > > Hi, > > added just some missing files Thanks, partly applied.
Attached is a patch with the things that are not committed. Can you please explain what it is supposed to do? jens
Index: config/gen/makefiles/root.in =================================================================== RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v retrieving revision 1.224 diff -u -w -r1.224 root.in --- config/gen/makefiles/root.in 23 Jun 2004 13:05:09 -0000 1.224 +++ config/gen/makefiles/root.in 23 Jun 2004 13:15:52 -0000 @@ -114,6 +114,10 @@ include/parrot/has_header.h \ include/parrot/feature.h \ include/parrot/core_pmcs.h \ + include/parrot/exec_dep.h \ + ops/core_ops.c \ + ops/core_ops_prederef.c \ + ops/core_ops_switch.c \ lib/Parrot/Config.pm \ lib/Parrot/PMC.pm \ runtime/parrot/include/config.fpmc \ @@ -121,6 +125,15 @@ #CONDITIONED_LINE(platform_asm): $(SRC)/platform_asm.s \ $(SRC)/core_pmcs.c \ CFLAGS imcc/CFLAGS \ + test \ + test.c \ + test.o \ + test.cco \ + test.ilk \ + test.ldo \ + test.out \ + test.pdb \ + vc60.pdb \ config_lib.pasm \ $(SRC)/nci_test$(O) \ libparrot.def @@ -1061,7 +1074,7 @@ $(SRC)/pbc_info$(O) $(PINFO) \ $(PDB) $(SRC)/pdb$(O) \ $(DIS) $(SRC)/disassemble$(O) \ - $(DYNEXT_DIR)/$(LIBNCI_SO) + $(LIBNCI_SO) $(RM_F) $(LIBPARROT) $(PERL) build_tools/c2str.pl --init $(RM_F) $(STR_FILES) $(INC)/string_private_cstring.h