home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / DBASE / DBX112.ZIP / BLIDBX.LNK next >
Text File  |  1992-04-07  |  4KB  |  130 lines

  1. # dbMAX Version 1.12
  2. # Copyright 1991-1992 David A. Kennedy.  All rights reserved.
  3. #
  4. # Linker response file for Blinker 1.5x
  5. #
  6. #***************************************************************************
  7. #
  8. # burn in 50 file handles, prevent cursor problems when shelling to DOS
  9. #
  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.0 default)
  15. BLINKER OVERLAY UMB ON               # run overlays in XMS if available
  16. BLINKER OVERLAY PAGEFRAME ON         # run overlays in EMS if available
  17. BLINKER OVERLAY OPSIZE 50            # increase opsize due to overlaying CLIPPER.LIB
  18.  
  19. OUTPUT DBX
  20. FILE MAIN
  21. #FILE C:\CLIPPER5\RESIDENT            # Overlay 3.5 root
  22.  
  23. #SEARCH PCKERNEL                      # ProClip 4.0 root
  24. #LIB NANFOR                           # NANFORUM library
  25.  
  26. BEGINAREA
  27.   FILE DBMAX
  28.   FILE MYFUNC
  29.   FILE FIXUP                         # comment-out if not using FIXUP.PRG
  30.  
  31.   #ALLOCATE PCFUNCS                   # overlayed part of ProClip 4.0 code
  32.   #ALLOCATE OVERCL                    # overlayed part of Overlay 3.5 code
  33.   #ALLOCATE IDL2_V50                  # IDL 2.11 code
  34.  
  35. ENDAREA
  36. #
  37. #  CL501MAX.LNK - Clipper 5.01 Clipper/Extend Script (modified by D. Kennedy)
  38. #
  39. #  Note: removing commented-out modules will yield CL501MAX-type overlaying,
  40. #        adding comments where noted will yield CL501MID-type overlaying,
  41. #        removing all MOD commands will overlay only EXTEND.LIB, as with
  42. #        CL501MIN
  43. #
  44. BEGINAREA                     # Select modules from CLIPPER to be overlayed
  45.    MOD ACCEPT
  46.    MOD ACOPY
  47.    MOD ADEL
  48.    MOD AEVAL
  49.    MOD AINS
  50.    MOD APPINIT
  51.    MOD ATAIL
  52.    MOD BOX
  53.    MOD CMEM
  54.    MOD DATE
  55.    MOD DBCMD0
  56.    MOD DBCMD1
  57.    MOD DBCMD2
  58.    MOD DBCMD3
  59.    MOD DBCMD4
  60.    MOD DBCMD5
  61.    MOD DBCREATE
  62.    MOD DBF0
  63.    MOD DBF1
  64.    # MOD DBFDYN               # remove "#" to overlay this module
  65.    MOD DBJUNCT                # comment-out to improve performance
  66.    MOD DBSTRUCT               # comment-out to improve performance
  67.    # MOD DTX0                 # remove "#" to overlay this module
  68.    # MOD DTX1                 # remove "#" to overlay this module
  69.    # MOD DTXDYN               # remove "#" to overlay this module
  70.    MOD delimdyn               # added, comment-out to improve performance
  71.    MOD dim0                   # added, comment-out to improve performance
  72.    MOD dim1                   # added, comment-out to improve performance
  73.    MOD DYNINA                 # comment-out to improve performance
  74.    MOD errorsys               # added, comment-out to improve performance
  75.    MOD ERRSYS0
  76.    MOD ERRSYS1
  77.    MOD FGET
  78.    MOD GETENV
  79.    MOD GETS0
  80.    MOD GETS1
  81.    MOD GETS2
  82.    MOD GX
  83.    MOD JOINLIST
  84.    MOD LUPDATE
  85.    MOD MEMORY
  86.    MOD MRELEASE
  87.    MOD MSAVE
  88.    MOD NET
  89.    MOD nmsghdr                # added, comment-out to improve performance
  90.    MOD OLDBOX
  91.    MOD OLDCLEAR
  92.    MOD PHILES
  93.    MOD RUN
  94.    MOD SAVEREST
  95.    MOD SDF0
  96.    MOD SDF1
  97.    MOD sdfdyn                 # added, comment-out to improve performance
  98.    MOD send                   # added, comment-out to improve performance
  99.    MOD SEQ
  100.    MOD SETCURS
  101.    MOD SORTBLOC
  102.    MOD sortof                 # added, comment-out to improve performance
  103.    MOD squawk                 # added, comment-out to improve performance
  104.    MOD STARTSYM
  105.    MOD TB                     # comment-out to improve performance
  106.    MOD TXOPEN
  107.    MOD upref                  # added, comment-out to improve performance
  108.    MOD VALL
  109.    MOD VBLOCK
  110.    MOD VDB
  111.    MOD VDBG
  112.    MOD VERSION
  113.    MOD VMACRO
  114.    MOD VNONE
  115.    MOD VOPS
  116.    MOD VPICT
  117.    MOD VTERM
  118.    MOD WORKAREA               # comment-out to improve performance
  119.    MOD XMACRO
  120.    ALLOCATE EXTEND            # Overlay all of EXTEND.LIB
  121. ENDAREA
  122. #
  123. MOD TBROWSE0                #  Uncomment these three lines
  124. MOD TBROWSE1                #  to speed up TBROWSE and DBEDIT
  125. MOD LINELEN                 #  by forcing them to the root.
  126. #
  127. SEARCH CLIPPER
  128. SEARCH TERMINAL
  129. SEARCH DBFNTX
  130.