Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- PBMake 2.17G for Clipper, Xbase++, C and˙+--------------------------------------------------------------+ - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

      There are five directives that can be used on more than one line
      in any script.

      CLEANUP=
      INCLUDE=
      INCLUDE1=  ...  INCLUDE99=
      LIB=
      PROG1=     ...  PROG99=

      These lines are completely additive, and any of them can be used
      to add more and more directives to that category. Like:

      LIB= F:\FLEXFILE\LIB\FLEX52.LIB
      LIB= F:\COMIX\LIB\CMX52.LIB

      INCLUDE=C:\SOMEDIR\GLOBAL.CH
      INCLUDE=C:\ANOTHER\GLOBAL2.CH

      OBJDIR=OBJ\

      FLAG1= /W /M /N /Q /ES2

      PROG1=HELP     DBF_OPEN PRINTER  WHERPRNT P_PAYMNT J_BILL
      PROG1=ERROR52  INVCOST  GOODNTX  ADDQUEUE VENEDIT  VENADD
      PROG1=EDTQUEUE FBROWSE  DEPTADD  PDOTADD  ORDRFILL CLEAREM

      INCLUDE2=C:\MSC\INCLUDE\C_GLOBAL.H
      INCLUDE2=PUBLICS.H
      INCLUDE2=FLD_MAST.H

      CLEANUP=TEMP.TXT
      CLEANUP=*.$*
      CLEANUP=$*.*

      Up to 99 sections of directives can be used.

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