home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / db25_o.zip / DBTOOLS / OBJ / BLINK.LNK < prev    next >
Text File  |  1993-06-01  |  3KB  |  75 lines

  1. ################### Standard dBLink-Script for Blinker 2.x ####################
  2. ###############################################################################
  3. ##                                                                           ##
  4. ##                                                                           ##
  5. ##                                                                           ##
  6. BLINKER INCREMENTAL OFF              ## For un-incremental linking
  7. BLINKER OVERLAY OPSIZE 80            ## Speed-Cache for dBTools (cl520mid)
  8. STACK 7168                           ## (Only advisable for the Comix-Driver)
  9. FILE db.obj                          ## Main-File of dBTools
  10. BEGINAREA
  11.   LIB dbovl.lib                      ## Overlay-Library of dBTools
  12.                      ##
  13.   ALLOCATE cmx                     ## Comment out, if you don't want to use
  14.                      ## the COMIX-Driver
  15.                      ##
  16.   ALLOCATE dbfsix                 ## Comment out, if you don't want to use
  17.                      ## the SIX-Driver or if you want use the
  18.                      ## follow cmx.lnk for the Comix-Driver
  19.                      ##
  20.   #ALLOCATE machsix                  ## Uncomment his LIB, if you are using
  21.                      ## the SIX-Driver including MACHSIX.LIB.
  22.                      ##
  23.   #FI NOcmx                          ## Uncomment this OBJ if you don't want
  24.                      ## to use the COMIX-Driver
  25.                      ##
  26.   #FI NOsix                          ## Uncomment this OBJ if you don't want
  27.                      ## to use the SIX-Driver
  28.                      ##
  29.   #FI NOntx                          ## Uncomment this OBJ if you don't want
  30.                      ## to use the NTX-Driver
  31.                      ##
  32.   #FI NOndx                          ## Uncomment this OBJ if you don't want
  33.                      ## to use the NDX-Driver
  34.                      ##
  35.   #FI NOmdx                          ## Uncomment this OBJ if you don't want
  36.                      ## to use the MDX-Driver
  37.                      ##
  38.   FI NOpx                            ## Comment out this OBJ if you want to
  39.                      ## use the PX(Paradox)-Driver.
  40.                      ##
  41.   FI NOcdx                           ## Comment out this OBJ, if you want to
  42.                      ## use the CDX-Driver and do <not> using
  43.                      ## the SIX-Driver too!
  44.                      ##
  45. END
  46. LIB db.lib                           ## This Library must be in the root and
  47.                      ## behind the Overlay-Area!!!
  48.                      ##
  49. @NTX520                     ## Uncomment this LNK if you don't want
  50.                      ## to use the NTX-Driver
  51.                      ##
  52. @NDX520                     ## Uncomment this LNK if you don't want
  53.                      ## to use the NDX-Driver
  54.                      ##
  55. @MDX520                     ## Uncomment this LNK if you don't want
  56.                      ## to use the MDX-Driver
  57.                      ##
  58. @DBFSIX                     ## Uncomment this LNK if you don't want
  59.                      ## to use the DBFSIX-Driver
  60.                      ##
  61. #@MACHSIX                 ## Uncomment this LNK if you want to use
  62.                      ## the SIX-Driver including MACHSIX.LIB.
  63.                      ##
  64. #@CDX520                 ## Comment out this LNK if you want to use
  65.                      ## the CDX-Driver but only if you don't
  66.                      ## using the DBFSIX-Driver!!!
  67.                      ##
  68. #@PX520                     ## Comment out this LNK if you want to
  69.                      ## to use the PX-Driver
  70.                      ##
  71. #@CMX                     ## Comment out this LNK if you want to
  72.                      ## make the Comix-Driver faster but just
  73.                      ## if you have uncommented "@DBFSIX"!
  74.                      ##
  75. @CL520MID                 ## Blinker MID Script-File