cvsuser     03/10/29 04:57:08

  Modified:    .        TODO
               config/gen/makefiles root.in
  Log:
  one more for libnci.dll - we need support for arbitrary def files
  
  Revision  Changes    Path
  1.30      +1 -0      parrot/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /cvs/public/parrot/TODO,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -w -r1.29 -r1.30
  --- TODO      28 Oct 2003 07:32:34 -0000      1.29
  +++ TODO      29 Oct 2003 12:57:05 -0000      1.30
  @@ -81,6 +81,7 @@
   
   Documentation
   -------------
  +    Update docs and pdds to reflect current state.
       Parrotguts currently too difficult to approach
   
   Debugger
  
  
  
  1.164     +7 -3      parrot/config/gen/makefiles/root.in
  
  Index: root.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
  retrieving revision 1.163
  retrieving revision 1.164
  diff -u -w -r1.163 -r1.164
  --- root.in   29 Oct 2003 09:18:21 -0000      1.163
  +++ root.in   29 Oct 2003 12:57:08 -0000      1.164
  @@ -857,8 +857,12 @@
   
   $(SRC)/libnci$(O): $(SRC)/nci_test.c
   
  -libnci$(SO): $(SRC)/nci_test$(O) parrot${exe}
  -     $(LD) $(LD_SHARED) $(LD_SHARED_FLAGS) $(LDFLAGS) \
  +libnci.so: $(SRC)/nci_test$(O)
  +     $(LD) $(LD_SHARED) $(LDFLAGS) \
  +         $(LD_OUT)$@ $(SRC)/nci_test$(O)
  +
  +libnci.dll: $(SRC)/nci_test$(O)
  +     $(LD) $(LD_SHARED) libnci.def $(LDFLAGS) \
            $(LD_OUT) $@ $(SRC)/nci_test$(O)
   
   # ctags
  
  
  

Reply via email to