On Fri, Feb 19, 2010 at 07:11:50PM -0500, buginator wrote:
> On 2/19/10, Giel van Schijndel <m...@xxxxx.eu> wrote:
>>
>> None of these ^^ commits are necessary.
>>
>> Using another HOST_TRIPLET than mingw32 can be achieved by specifiying
>> "HOST_TRIPLET=${whatever_you_want}" as command line argument to
>> __BUILD_SCRIPT.
> 
> Well, while not 100% necessary, it didn't really make sense to keep
> setting the HOST_TRIPLET, when it was always the same thing for both
> of the people that built the windows builds.

Ok, understood, and I agree (given that I use the same HOST_TRIPLET as
well).

>> Using a non-default distributor (remember that configure.ac already
>> uses "UNKNOWN" as its default) can be accomplished by specifying
>> "--with-distributor=$distributor" as command line argument to
>> __BUILD_SCRIPT.
>> 
>> The build script will pass *all* its arguments to the ./configure
>> script, so no special hacks are required to pass paramters to
>> ./configure. Furthermore all arguments of the form "\w+=.*" (e.g.
>> "VAR=val") will cause environment variables of that name to be
>> overridden.
> 
> This didn't work, in win32/ I did: ./__BUILD_SCRIPT
> --with-distributor="blah" and it would error out with unknown option.
> That is why I did it like that.

Could you give me a copy of the terminal output when you used that?
Because it works flawlessly for me.

I used this build command line:
> win32/__BUILD_SCRIPT HOST_TRIPLET=i586-mingw32msvc 
> --with-distributor='Warzone 2100 Project'

-- 
Giel

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to