home *** CD-ROM | disk | FTP | other *** search
/ PC Press 1997 July / Sezamfile97_1.iso / msdos / database / dbx132.arj / BLIDBX52.LNK < prev    next >
Text File  |  1993-09-20  |  2KB  |  50 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 MAIN52
  24.  
  25. #FILE FOXLOCK                        # uncomment for SIXCDX's FoxPro locking
  26. #MOD RESIDENT FROM OVERCL            # uncomment if using Overlay()
  27. #SEARCH PCKERNEL                     # uncomment if using ProClip
  28. #LIB NANFOR                          # uncomment if using NANFOR.LIB
  29.  
  30. #@SIXNSX.LNK                         # uncomment if using SIXNSX driver
  31. #@SIXCDX.LNK                         # uncomment if using SIXCDX driver
  32.  
  33. BEGINAREA
  34.   FILE DBMAX52
  35.   FILE MYFUNC
  36.   #FILE FIXUP                        # uncomment if required
  37.   
  38.   #ALLOCATE PCFUNCS                  # uncomment if using ProClip
  39.   #ALLOCATE OVERCL                   # uncomment if using Overlay()
  40.  
  41. ENDAREA
  42. #
  43. LIB DBMAX52                          # leave as last 3rd-party lib
  44. #
  45. @CL520MAX
  46. @NTX520               # comment-out if not using .NTXs
  47. @CDX520               # comment-out if using SIXCDX or not using .CDX/.IDXs
  48. @MDX520               # comment-out if not using .MDXs
  49. @NDX520               # comment-out if not using .NDXs
  50.