home *** CD-ROM | disk | FTP | other *** search
/ PC Press 1997 July / Sezamfile97_1.iso / msdos / database / dbx132.arj / BLIDBX50.LNK next >
Text File  |  1993-09-20  |  2KB  |  49 lines

  1. # dbMAX Version 1.32
  2. # by David A. Kennedy
  3. # Copyright 1991-1993 David A. Kennedy.  All rights reserved.
  4. #
  5. # Linker response file for Blinker 2.x
  6. #
  7. #***************************************************************************
  8. #
  9. # burn in 50 file handles, prevent cursor problems when shelling to DOS
  10. BLINKER EXECUTABLE CLIPPER F50;CGACURS;BADCACHE
  11. #
  12. BLINKER ENVIRONMENT OVERRIDE         # allow SET CLIPPER to override burn-in
  13. BLINKER INCREMENTAL OFF              # disable incremental linking
  14. BLINKER OVERLAY FIXED                # fixed overlay area (Clipper 5.x default)
  15. BLINKER OVERLAY UMB ON               # run overlays in XMS if available
  16. # set pageframe off if using Windows and Blinker 2.00 or earlier!
  17. BLINKER OVERLAY PAGEFRAME ON         # run overlays in EMS if available
  18. # comment-out the next line if using Windows and Blinker 2.00 or earlier!
  19. BLINKER CACHE EMS 256,0%             # cache overlays in EMS if available
  20. BLINKER CACHE XMS 256,0%             # cache overlays in XMS if available
  21. BLINKER OVERLAY OPSIZE 40
  22.  
  23. FILE MAIN50
  24.  
  25. FILE DBCREATE                        # required to create .FPTs/.SMTs
  26. #FILE FOXLOCK                        # uncomment for SIXCDX's FoxPro locking
  27. #MOD RESIDENT FROM OVERCL            # uncomment if using Overlay()
  28. #SEARCH PCKERNEL                     # uncomment if using ProClip
  29. #LIB NANFOR                          # uncomment if using NANFOR.LIB
  30.  
  31. #@SIXNSX.LNK                         # uncomment if using SIXNSX driver
  32. #@SIXCDX.LNK                         # uncomment if using SIXCDX driver
  33.  
  34. BEGINAREA
  35.   FILE DBMAX50
  36.   FILE MYFUNC
  37.   #FILE FIXUP                        # uncomment if required
  38.   
  39.   #ALLOCATE PCFUNCS                  # uncomment if using ProClip
  40.   #ALLOCATE OVERCL                   # uncomment if using Overlay()
  41.  
  42.   #SEARCH DBFNDX                     # uncomment if using DBFNDX driver
  43.  
  44. ENDAREA
  45. #
  46. LIB DBMAX50                          # leave as last 3rd-party lib
  47. #
  48. @CL501MAX
  49.