Changeset 8030
- Timestamp:
- 07/05/19 13:48:12 (5 months ago)
- Location:
- trunk/environment
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/environment/ew_linux.bash
r7914 r8030 1 1 # Enable USE_CC_BITS to default EW_BITs to the compiler target (removes -m32/64) 2 # Otherwise, the default is 32, as it was 2 # Otherwise, the default is 32, as it was. 'true' should get you 64 bit on a 64 3 # bit system. 3 4 USE_CC_BITS=true 4 5 -
trunk/environment/ew_macosx_intel.sh
r7914 r8030 4 4 5 5 # Enable USE_CC_BITS to default EW_BITs to the compiler target (removes -m32/64) 6 # Otherwise, the default is 32, as it was 6 # Otherwise, the default is 32, as it was. 'true' should get you 64 bit on a 64 7 # bit system. 8 7 9 USE_CC_BITS=true 8 10 -
trunk/environment/ew_nt.cmd
r7952 r8030 8 8 Set EW_HOME=C:\earthworm 9 9 Set EW_VERSION=earthworm_7.10 10 Set EW_BITS=32 10 # EW_BITS is form compile-time only, not run-time. It sets whether to 11 # build as a 64 bit application or a 32 bit application. The two are not 12 # interoperable 13 Set EW_BITS=64 11 14 12 15 Set EW_RUN_DIR=%EW_HOME%\run_working
Note: See TracChangeset
for help on using the changeset viewer.