2012-09-02 00:47 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/make.hb
    * minor formatting to be in sync with rest of code
This commit is contained in:
Viktor Szakats
2012-09-01 22:48:30 +00:00
parent 7c16a7c3eb
commit 38e8df7f61
2 changed files with 8 additions and 4 deletions

View File

@@ -16,12 +16,16 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-09-02 00:47 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/make.hb
* minor formatting to be in sync with rest of code
2012-09-01 02:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/functions.prg
* contrib/hbide/uisrcmanager.prg
! Fixed: QBrush, a non-QOject derived object was being applied
:setObjectName() method. There may be few more, but will
will be implemented if those are actually used under
:setObjectName() method. There may be few more, but will
will be implemented if those are actually used under
Qt Designer properties.
2012-08-31 17:42 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
@@ -44,7 +48,7 @@
* contrib/hbide/object.prg
+ contrib/hbide/parts.prg
+ Separated: the code to manage IdePARTS effectively and efficiently,
in anticipation that many more extensions will be added in future
in anticipation that many more extensions will be added in future
and also some existing components qualifies to fall under the
domain of this protocol.

View File

@@ -429,7 +429,7 @@ STATIC PROCEDURE build_projects( nAction, hProjectList, hProjectReqList, cOption
cOptions += " -rebuildall"
ENDIF
cMakeFlags := getenv( "MAKEFLAGS" )
cMakeFlags := GetEnv( "MAKEFLAGS" )
IF " -j " $ " " + cMakeFlags + " "
/* GNU Make uses job server to limit number of concurrent operations
* We cannot read it from MAKEFLAGS so I set it to arbitrary value: 8