[Pydev-code] [Pydev Build]: How to distinguish among 32 bit and 64 bit build
Brought to you by:
fabioz
From: Hussain B. <hus...@ya...> - 2011-02-22 14:23:44
|
Hi All, I am building pydev code locally. To build 32 bit pydev, I set the following variables before executing ant build script: * set BASEOS=win32 * set BASEWS=win32 * set BASEARCH=x86 Whereas to build 64 bit pydev, I set the following variables before executing ant build script: * set BASEOS=win64 * set BASEWS=win64 * set BASEARCH=x64 Follwing are the other necessary details: * Java - 32 bit. * Operating System - Windows 7 Ultimate, 64 bit. Could you please let me know whether the above mentioned steps are correct. Also, after my build is successful, how can I verify whether I have 32 bit pydev or 64 bit pydev ? Thanks in Advance. Thanks and Regards, Hussain Bohra Tavant Technologies, Bangalore-95 mail-to:hus...@ta... mobile : +91 99867 95727 |