Issue 55502

Summary: guw.pl and AL.EXE
Product: Build Tools Reporter: pavel
Component: codeAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P2 CC: hans-joachim.lankenau, issues, joachim.lingner, quetschke
Version: current   
Target Milestone: OOo 2.0.1   
Hardware: All   
OS: Windows, all   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Simple patch none

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.