On 19-Aug-10 12:48, David Watson wrote:
> Do I need to do the obvious and make x64 wixlibs as well as x86 even
> though the files are identical or is there some setting that I am
> missing that will allow the components bitness to be flagged at link
> time. I should also point out that I currently have not specified any
> @Win64 attributes yet on my components, this seems to be magically being
> set by the compiler/linker probably down to the -arch flag.

It's set by the compiler, which is why .wixlibs are platform-specific. 
In general, the linker doesn't change data, which is what would be 
required to make the bitness set at link time.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to