Issue 13888

Summary: Fix solenv/inc/rules.mk for W32-mingw
Product: Build Tools Reporter: quetschke
Component: codeAssignee: quetschke
Status: CLOSED NOT_AN_OOO_ISSUE QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: hans-joachim.lankenau, issues, vladimir.glazounov
Version: 644   
Target Milestone: OOo 2.0   
Hardware: PC   
OS: Windows 2000   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 13889    
Attachments:
Description Flags
Patch for solenv/inc/rules.mk
none
Patch for rules.mk none

Description quetschke 2003-04-28 09:02:57 UTC
There are some "\" in rules.mk which have to be changed to $/
and when compiling *.c the non GUI=UNX, but COM=GCC part uses
CXX instead of CC.

Following patch fixes this.

Ause please comment.
Comment 1 quetschke 2003-04-28 09:03:55 UTC
Created attachment 5924 [details]
Patch for solenv/inc/rules.mk
Comment 2 hjs 2003-04-28 12:00:30 UTC
GUI=WNT, COM=GCC wasn't use for a while...
the patch looks reasonable and could upgrade this part to somthing
usefull.
Comment 3 Martin Hollmichel 2003-07-03 09:19:13 UTC
set target milestone.
Comment 4 quetschke 2003-07-07 13:43:15 UTC
Created attachment 7457 [details]
Patch for rules.mk
Comment 5 hjs 2003-07-07 17:56:18 UTC
vladimir will make attempts to support a 4nt/mingw combination. maybe
you should get in contact.
Comment 6 quetschke 2003-07-07 18:49:23 UTC
> vladimir will make attempts to support a 4nt/mingw combination. maybe
> you should get in contact.
That was the reason I uploaded the modified patch. ;-)

I sent him what I did so far.

Errm, 4nt/mingw, OK, but strange.

I'd like to simultaneously get an tcsh/mingw version. Looks like the
native choice to me ;-)
Comment 7 quetschke 2004-07-06 00:35:18 UTC
There exists a branch that builds with mingw.
Comment 8 vg 2005-01-10 11:25:32 UTC
This bug is not relevant anymore.