home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / dbx131.zip / CL50.BAT < prev    next >
DOS Batch File  |  1993-06-24  |  2KB  |  38 lines

  1. @echo off
  2. rem
  3. rem  The default setup of this file assumes Clipper 5.01 and .RTLink is
  4. rem  being used!
  5. rem
  6. rem  Each of the Clipper compiler lines must be revised to define the RDD(s)
  7. rem  being used to create dbMAX.  If using Clipper 5.0x, the DBFCDX and
  8. rem  DBFMDX RDDs are not valid.  The -dDBFNTX2 option is valid only for
  9. rem  Clipper 5.0x (the conditional NTX RDD was available only by buying the
  10. rem  Clipper 5.0 dBASE IV Compiler Kit) and should only be used if the -dCL50
  11. rem  option is used.  The MAIN.PRG program only needs the -dDEBUG option;
  12. rem  the other .PRGs do not need the debug option set.  The FIXUP.PRG does
  13. rem  not require any of the define options.
  14. rem
  15. rem  Compiler
  16. rem  options:  -dCL50    = REQUIRED WHEN USING Clipper 5.0x, NEVER USE WITH
  17. rem                        Clipper 5.2
  18. rem            -dDBFNTX2 = Clipper 5.0x conditional NTX RDD being linked
  19. rem            -dDBFNDX  = DBFNDX.LIB being linked
  20. rem            -dDBFCDX  = DBFCDX.LIB being linked (valid for Clipper 5.2)
  21. rem            -dDBFMDX  = DBFMDX.LIB being linked (valid for Clipper 5.2)
  22. rem            -dDBFSIX  = DBFSIX.LIB being linked
  23. rem            -dDBFNSX  = DBFNSX.LIB being linked
  24. rem
  25. rem  Note:  Do not attempt to use both DBFCDX and DBFSIX RDDs!  Doing so will
  26. rem         cause the program to lock up your machine!
  27. rem
  28. rem  Note:  Do not attempt to use both the DBFSIX v1.1b (or earlier) RDD and
  29. rem         the DBFNSX RDD!  Doing so will cause the program to lock up your
  30. rem         machine!
  31. rem
  32.  
  33. clipper myfunc -l -n -dCL50
  34. rem clipper fixup -l -n
  35. rem blinker @blidbx50 output dbx
  36. rtlink @rtldbx50 output dbx
  37.  
  38.