To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83540


User vq changed the following:

                What    |Old value                 |New value
================================================================================
        Target milestone|---                       |DevTools
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sun Nov 11 22:57:33 +0000 
2007 -------
The following preliminary patch enables the multi process feature for MinGW
builds, the build changes for MS compilers are not ready yet.

With the patch the following makefile builds a1 and a2 in parallel:

D:\w1\cws_src680_dmake412>dmake\dmake.exe -P3 -rf makefile.mk
Start a1
Start a2
End a1
End a2
Build all

- - - start makefile.mk - - -
SHELL:=cmd.exe 
SHELLFLAGS:=/S /C

all : a1 a2
        @echo Build all

a1 :
        @echo Start a1
        @sleep 4
        @echo End a1

a2 :
        @echo Start a2
        @sleep 4
        @echo End a2
- - - end makefile.mk - - -

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to