2010-07-09 10:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/make.hbs
    + Honor HB_BUILD_PARTS for contribs.
This commit is contained in:
Viktor Szakats
2010-07-09 08:29:53 +00:00
parent efecd00708
commit 18d4bc3c27
2 changed files with 11 additions and 1 deletions

View File

@@ -16,7 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-08 10:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
2010-07-09 10:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/make.hbs
+ Honor HB_BUILD_PARTS for contribs.
2010-07-09 10:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/mpkg_win_uni_extra_copy.bat
+ Include /doc/* tree in binary distro.
This makes code generation and embedding that large amount

View File

@@ -507,6 +507,11 @@ PROCEDURE GNUMake( ... )
LOOP
ENDIF
IF GetEnv( "HB_BUILD_PARTS" ) == "lib" .AND. ;
!( cType $ "hbimplib|hblib" )
LOOP
ENDIF
IF nAction == _ACT_CLEAN
cOptionsPre += " -clean"
ELSE
@@ -530,6 +535,7 @@ PROCEDURE GNUMake( ... )
/* Highly experimental */
IF cType == "hblib" .AND. GetEnv( "HB_BUILD_CONTRIB_DLL" ) == "yes" .AND. ;
!( GetEnv( "HB_BUILD_PARTS" ) == "lib" ) .AND. ;
hb_FileExists( FNameExtSet( cBase + cProject, ".hbc" ) )
cInstallDirVar := "_HB_DYN_INSTALL"