summaryrefslogtreecommitdiff
path: root/tecmakewin.mak
diff options
context:
space:
mode:
authorscuri <scuri>2010-11-10 00:32:59 +0000
committerscuri <scuri>2010-11-10 00:32:59 +0000
commitac80b5c925e2332be9b14452ed94e8a1cf0b4673 (patch)
tree9501e665886a4de11f60f54e95c381ea1e463095 /tecmakewin.mak
parent7c8e1fc2a2044be0082b90adc194ab3e188fa723 (diff)
*** empty log message ***
Diffstat (limited to 'tecmakewin.mak')
-rw-r--r--tecmakewin.mak6
1 files changed, 4 insertions, 2 deletions
diff --git a/tecmakewin.mak b/tecmakewin.mak
index 71987d9..1be5723 100644
--- a/tecmakewin.mak
+++ b/tecmakewin.mak
@@ -40,10 +40,12 @@ ifdef TEC_UNAME
endif
ifdef TEC_WIN64
- TEC_SYSNAME=Win64 TEC_SYSARCH=x64
+ TEC_SYSNAME=Win64
+ TEC_SYSARCH=x64
+ # This if is not working, because make from Cygwin returns x86 even when running in AMD64.
ifeq ($(PROCESSOR_ARCHITECTURE), x86)
# Define this if compiling for 64-bits in a 32bits environment
- USE_X86_CL64=Yes
+ #USE_X86_CL64=XXX
endif
else
TEC_SYSNAME=Win32