Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Warplink version 2.6 - <b>obj environment variable</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
OBJ Environment Variable
----------------------------------------------------------------------------------------

 The OBJ environment variable contains the name of one or more directories 
 that are used if WarpLink does not find a .OBJ file in the current directory.
 The OBJ environment variable is identical to the LIB environment variable
 except that WarpLink searches for object modules with the OBJ environment 
 variable.

 For example, assume your current directory is C:\WORK.  
 The following command links TEST.OBJ and DRIVER.OBJ with the runtime library
 WORKLIB.LIB:

 WARPLINK TEST DRIVER,,,WORKLIB

 Without an OBJ environment variable, if TEST.OBJ or DRIVER.OBJ are not in 
 the C:\WORK directory, WarpLink issues a file not found error.  To specify
 those object modules in the OBJ or WORK\SUPPORT directories on the current
 drive, set the OBJ variable as follows:

 SET OBJ=\OBJ;\WORK\SUPPORT

 When the TEST.OBJ and DRIVER.OBJ files are not found in the WORK directory,
 WarpLink searches the OBJ and \WORK\SUPPORT directories of the current drive
 as well.  

 NOTE:

 You can specify a drive identifier if you wish WarpLink to search a
 directory located on a different drive.

See Also: LIB TMP WARPLINK DDLPATH OVL_SWAP

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson