From d3abd90f562d223e6f26c48452fd0170b341421e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 3 Aug 2010 19:00:49 +0000 Subject: [PATCH] 2010-08-03 21:00 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/make.hbs ! Fixed to create .hbx only for -hblib and -hbdyn targets. --- harbour/ChangeLog | 4 ++++ harbour/contrib/make.hbs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8e9b3d3961..577196174d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-08-03 21:00 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/make.hbs + ! Fixed to create .hbx only for -hblib and -hbdyn targets. + 2010-08-03 20:54 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/make.hbs ! Fixed missing output from hbmk2 runs. diff --git a/harbour/contrib/make.hbs b/harbour/contrib/make.hbs index 852eeb06ca..27b229549f 100755 --- a/harbour/contrib/make.hbs +++ b/harbour/contrib/make.hbs @@ -437,7 +437,7 @@ STATIC PROCEDURE build_projects( nAction, hProjectList, hProjectReqList, cOption ENDIF /* Create EXTERN list */ - IF lPrimary .AND. "cOutputName" $ hProjectList[ cProject ] + IF lPrimary .AND. hProjectList[ cProject ][ "cType" ] $ "hblib|hbdyn" mk_extern( hProjectList[ cProject ][ "cOutputName" ], FNameExtSet( cProjectPath, ".hbx" ) ) ENDIF ENDIF