2010-10-17 22:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbide/idemain.prg
    % Do not link all HBXBP classes. It's not required now that .ui
      files are compiled to .prg at build time.
      This will make hbide slightly smaller.
This commit is contained in:
Viktor Szakats
2010-10-17 20:36:30 +00:00
parent b75a9c37b9
commit 7df7a03209
2 changed files with 7 additions and 1 deletions

View File

@@ -16,6 +16,12 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-10-17 22:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/idemain.prg
% Do not link all HBXBP classes. It's not required now that .ui
files are compiled to .prg at build time.
This will make hbide slightly smaller.
2010-10-17 22:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/idemain.prg
% Do not link all GUI classes. It's not required now that .ui

View File

@@ -81,7 +81,7 @@
/* Link all Harbour Functions : needed to run auto scripts */
REQUEST __HB_EXTERN__
REQUEST __HBEXTERN__HBXBP__
//REQUEST __HBEXTERN__HBXBP__
REQUEST __HBEXTERN__HBQTCORE__
//REQUEST __HBEXTERN__HBQTGUI__
REQUEST __HBEXTERN__HBQTNETWORK__