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.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user