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]

  Changed link and make scripts to create much smaller executables.

---

  PBINIT was ignoring #include files with ' for delimiters.

  This worked...
  #include "myinc1.ch"

  This didn't...
  #include 'myinc2.ch'

  It's fixed.

---

  PBINIT was ignoring #include files entirely when ADVANCED option was
  selected.

  Of course, it's fixed!

---

  Fixed bug in PBINIT which missed some files when building from a link
  script. This was when the line items were delimited with , only, and
  no spaces.

  Previously, this

  FI PROG1
  FI PROG2
  FI PROG3,PROG4,PROG5

  Would only yield PROG1 and PROG2 in the .MAK file.

  Now, PBINIT uses spaces and commas as delimiters instead of just
  spaces.

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