- Replace hmg.hbc and build.bat files at the HMG root folder with the ones
included in this package.

- Replace /IDE/ide.exe with the one included in this package.

- Delete all hbmk.hbm files from all samples.

- Delete all newbuild.bat files from the samples.

- IDE, will now call build.bat at HMG root folder with only two parameters:
 
  <projectname.hbp> <projectname.hbc>

- There is now ONLY ONE build option in IDE (Run)

- All build customizations must be handled by the user from 'Configuraation'
  (project browser) tab. It is direct edit of the project .hbc file.

- All new projects has two lines in its .hbc file:

   inc=yes
   header=native

   This hbmk2 option allows the creation of incremental builds (if you want a full
   buid, simply delete this lines).

   By default two gt drivers are linked: GTGUI (the default) and GTWIN (Windows
   console). 





