Issue 55502 - guw.pl and AL.EXE
Summary: guw.pl and AL.EXE
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Windows, all
: P2 Trivial (vote)
Target Milestone: OOo 2.0.1
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 20:53 UTC by pavel
Modified: 2005-10-16 11:45 UTC (History)
4 users (show)

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


Attachments
Simple patch (789 bytes, patch)
2005-10-09 08:28 UTC, pavel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2005-10-05 20:53:27 UTC
Hi,

in m132, cli_ure/unotypes/makefile.mk calls

	+$(WRAPCMD) AL.exe /out:$@ \
			/version:1.0.0.0 \
			/keyfile:$(BIN)$/cliuno.snk \
			/link:cli_types.config

guw.pl has to support it.

This is current build breaker.
Comment 1 pavel 2005-10-06 18:31:24 UTC
Volker wrote me in private mail:

   > Not necessarily. Whoever introduced that should try to use
   > '-' for switches instead of '/'. I don't like to blow up
   > guw for thinks that we avoid everywhere else. cl.exe and friends
   > work well with "-" swithches (most MS programs do).
   > What is AL.exe anyway?

Adding jl to CC:.
Comment 2 pavel 2005-10-09 08:27:13 UTC
as Volker said, replacing / with - before arguments of AL.EXE helps.

jl: Does it work also in Sun environment?
Comment 3 pavel 2005-10-09 08:28:22 UTC
Created attachment 30242 [details]
Simple patch
Comment 4 pavel 2005-10-11 17:14:02 UTC
Patch is OK. Ause volunteered to fix this on master for m134.

Thanks!
Comment 5 hjs 2005-10-14 13:07:31 UTC
committed fix
Comment 6 pavel 2005-10-14 16:40:29 UTC
verified.
Comment 7 pavel 2005-10-16 11:45:25 UTC
I have seen it on m134 -> closing.