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:
Viktor Szakats
2010-08-03 19:00:49 +00:00
parent 49be9ffd54
commit d3abd90f56
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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