home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Press 1997 July
/
Sezamfile97_1.iso
/
msdos
/
database
/
dbx132.arj
/
BLIDBX50.LNK
next >
Wrap
Text File
|
1993-09-20
|
2KB
|
49 lines
# dbMAX Version 1.32
# by David A. Kennedy
# Copyright 1991-1993 David A. Kennedy. All rights reserved.
#
# Linker response file for Blinker 2.x
#
#***************************************************************************
#
# burn in 50 file handles, prevent cursor problems when shelling to DOS
BLINKER EXECUTABLE CLIPPER F50;CGACURS;BADCACHE
#
BLINKER ENVIRONMENT OVERRIDE # allow SET CLIPPER to override burn-in
BLINKER INCREMENTAL OFF # disable incremental linking
BLINKER OVERLAY FIXED # fixed overlay area (Clipper 5.x default)
BLINKER OVERLAY UMB ON # run overlays in XMS if available
# set pageframe off if using Windows and Blinker 2.00 or earlier!
BLINKER OVERLAY PAGEFRAME ON # run overlays in EMS if available
# comment-out the next line if using Windows and Blinker 2.00 or earlier!
BLINKER CACHE EMS 256,0% # cache overlays in EMS if available
BLINKER CACHE XMS 256,0% # cache overlays in XMS if available
BLINKER OVERLAY OPSIZE 40
FILE MAIN50
FILE DBCREATE # required to create .FPTs/.SMTs
#FILE FOXLOCK # uncomment for SIXCDX's FoxPro locking
#MOD RESIDENT FROM OVERCL # uncomment if using Overlay()
#SEARCH PCKERNEL # uncomment if using ProClip
#LIB NANFOR # uncomment if using NANFOR.LIB
#@SIXNSX.LNK # uncomment if using SIXNSX driver
#@SIXCDX.LNK # uncomment if using SIXCDX driver
BEGINAREA
FILE DBMAX50
FILE MYFUNC
#FILE FIXUP # uncomment if required
#ALLOCATE PCFUNCS # uncomment if using ProClip
#ALLOCATE OVERCL # uncomment if using Overlay()
#SEARCH DBFNDX # uncomment if using DBFNDX driver
ENDAREA
#
LIB DBMAX50 # leave as last 3rd-party lib
#
@CL501MAX