Issue 13888 - Fix solenv/inc/rules.mk for W32-mingw
Summary: Fix solenv/inc/rules.mk for W32-mingw
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 644
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks: 13889
  Show dependency tree
 
Reported: 2003-04-28 09:02 UTC by quetschke
Modified: 2005-01-10 11:25 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch for solenv/inc/rules.mk (5.16 KB, patch)
2003-04-28 09:03 UTC, quetschke
no flags Details | Diff
Patch for rules.mk (9.24 KB, patch)
2003-07-07 13:43 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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.