home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _ad2fcbec3fe4b1afef176ec87c82ae46 < prev    next >
Encoding:
Text File  |  2004-06-01  |  448 b   |  32 lines

  1. all: setup expat expatw elements outline xmlwf
  2.  
  3. setup:
  4.  setup
  5.  
  6. expat:
  7.  make -l -flibexpat.mak
  8.  
  9. expatw:
  10.  make -l -flibexpatw.mak
  11.  
  12. elements:
  13.  make -l -felements.mak
  14.  
  15. outline:
  16.  make -l -foutline.mak
  17.  
  18. xmlwf:
  19.  make -l -fxmlwf.mak
  20.  
  21. clean:
  22. # works on Win98/ME
  23. # deltree /y debug\obj
  24. # works on WinNT/2000
  25.  del /s/f/q debug\obj
  26.  
  27. distclean:
  28. # works on Win98/ME
  29. # deltree /y debug\*.*
  30. # works on WinNT/2000
  31.  del /s/f/q debug\*
  32.