**************************************************************************** C H A N G E S in Documentation or Functionality 1. SLBuild - Chapter 7, "Utilities" page 7-11. Obtaining preprocessor variables and creating a file of these variables can be acheived with either of the following parameters. /S=ffff,llll Scan Source code and build a list of preprocessor variables. where: ffff is the path and filename of 'List-of-files'. llll is the path and filename of output file containing variables found in source code. /E=dbdb,llll Extract proprocessor variables and current values from an existing database. where: dbdb is the path of existing Link Database. llll is the path and filename of output file containing variables and values found in data base. Both processes are passive and do not affect the contents of an existing database. These parameters replace the existing /S parameter defined on page 7-11. The complete SLBuild parameters are listed below: ** SourceLink Database Build HELP ** Format: SLBUILD arg arg arg arg... Where arg = /B=xxxx (Build new database.) xxxx = Path and filename for 'List of Files'. /O=x...x (Build Options (required with /B)): D = #Defines. G = Globals. S = User Specified. B = Dialog Templates. Example: /O=G,S /U=xxxx (Update existing database.) xxxx = Database Path. /P=xxxx (Build or Update with Preprocessor defines.) xxxx = Path and filename for define list. /S=ffff,llll (Scan Source Code for Preprocessor variables.) ffff = Path and filename for 'List of Files'. llll = Path and filename for define list output. /E=dbdb,llll (Extract Preprocessor variables from existing DB.) dbdb = Path of existing Database. llll = Path and filename for define list output. /R=I...C:xxxx (Create database reports (with /B or /U only)): I = Conditional create (if Db changes or Report does not exist). F = Functions Definition report. M = Module/Functions Definition report. C = Function Call Tree report. xxxx (Following 'C:' specifies root function of call tree. U = Unreferenced functions. D = #Defines. G = Globals. S = User Specified. B = Dialog Templates. /L=xxxx (Specify the process Log File.) xxxx = Path and filename for Log File. Default: SLBUILD.LOG in path for SLINK2 /X=xxxx (User Specified Link List.) xxxx = Path and filename for User list. /C=xxxx (Command Response file. One line per parameter) xxxx = Path and filename for Response File. Example of response file: /B=c:\slink2\sample\db\link.lst /O=DGSB /P=C:\slink2\sample\db\define2.lst /R=FMUDGSBC:main /L=c:\slink2\sample\db\log.log /X=c:\slink2\sample\db\userlink.lst /H (Display this help screen. Ignore other Arguments.)