From 7df7a03209af9f34a915350f229e97b41ecee637 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 17 Oct 2010 20:36:30 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 6 ++++++ harbour/contrib/hbide/idemain.prg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index aabf22f2c2..ac6ddd1f13 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbide/idemain.prg b/harbour/contrib/hbide/idemain.prg index 30b584b8f0..4e07cdc834 100644 --- a/harbour/contrib/hbide/idemain.prg +++ b/harbour/contrib/hbide/idemain.prg @@ -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__