Little change to hmg.hbp requested

Moderator: Rathinagiri

Post Reply
mlacecilia
Posts: 22
Joined: Fri Oct 08, 2010 2:44 pm

Little change to hmg.hbp requested

Post by mlacecilia »

Hi,
for the people using hbIDE to build hmg lib i suggest to postfix the source names with the type ( .prg; .c; etc.. ).
This way the sources are directly accessible in the project tree without needing to open each file.

Currently I use this hmg.hbp content:

Code: Select all

-hblib
-inc
-olib/hmg

hbqt.hbc

-Iinclude

-D__HBIDE__

-w3 -es2

source/application.prg
source/window.prg
source/misc.prg
source/button.prg
source/checkbutton.prg
source/control.prg
source/textbox.prg
source/label.prg
source/checkbox.prg
source/progressbar.prg
source/frame.prg
source/spinner.prg
source/editbox.prg
source/grid.prg
source/datepicker.prg
source/combobox.prg
source/listbox.prg
source/radiogroup.prg
source/toolbar.prg
source/toolbutton.prg
source/tree.prg
source/tab.prg
source/tabpage.prg
source/image.prg
source/mainmenu.prg
source/menupopup.prg
source/menuitem.prg
source/printer.prg
source/statusbar.prg
source/slider.prg
source/msgbox.prg
source/windowgroup.prg
source/timer.prg
source/animatebox.prg
source/dialogs.prg
source/monthcalendar.prg
source/splitbox.prg
source/hyperlink.prg
source/contextmenu.prg
source/browse.prg
source/dropdownmenu.prg
source/ipaddress.prg
source/notifymenu.prg
source/graph.prg
source/widget.prg
source/virtualgrid.prg
source/resource.prg
### 
### disabled since it creates more problems than it tries to solve
### please call hbqt_errorsys() (hbqt error handler) at program start
### source/errorsys
mlacecilia
Posts: 22
Joined: Fri Oct 08, 2010 2:44 pm

Re: Little change to hmg.hbp requested

Post by mlacecilia »

Sorry, I was'nt clear.
Please, could you add file extensions in hmg.hbp file published in SVN repository?
No change in hbmk2 functionality, but simplified access to hbIDE users.
TIA.
Maurizio
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Little change to hmg.hbp requested

Post by Rathinagiri »

Definitely. No problem.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply