home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / dbx131.zip / BLIDBX50.LNK next >
Text File  |  1993-06-24  |  2KB  |  52 lines

  1. # dbMAX Version 1.31
  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 FOXLOCK                        # uncomment for DBFSIX'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. #@DBFNSX.LNK                         # uncomment if using DBFNSX driver
  31.  
  32. BEGINAREA
  33.   FILE DBMAX50
  34.   FILE MYFUNC
  35.   #FILE FIXUP                        # uncomment if required
  36.   
  37.   #ALLOCATE PCFUNCS                  # uncomment if using ProClip
  38.   #ALLOCATE OVERCL                   # uncomment if using Overlay()
  39.  
  40.   #ALLOCATE DBFSIX                   # uncomment if using DBFSIX driver
  41.   #ALLOCATE MACHSIX                  # uncomment if using MACHSIX library
  42.   #SEARCH DBFNDX                     # uncomment if using DBFNDX driver
  43.  
  44. ENDAREA
  45. #
  46. LIB DBMAX50                          # leave as last 3rd-party lib
  47. #
  48. #@DBFSIX.LNK                         # uncomment if using DBFSIX driver
  49. #@MACHSIX.LNK                        # uncomment if using MACHSIX library
  50. #
  51. @CL501MAX
  52.