Kaydet (Commit) 36ff1439 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

type in COMEX handling

üst 480b32d3
...@@ -2537,11 +2537,11 @@ cygwin*) ...@@ -2537,11 +2537,11 @@ cygwin*)
if test "$CL_X64" = ""; then if test "$CL_X64" = ""; then
CPU=X CPU=X
CPUNAME=X86_64 CPUNAME=X86_64
OUTPATH=wntmscx$(COMEX) OUTPATH=wntmscx$COMEX
else else
CPU=I CPU=I
CPUNAME=INTEL CPUNAME=INTEL
OUTPATH=wntmsci$(COMEX) OUTPATH=wntmsci$COMEX
fi fi
;; ;;
*) *)
...@@ -2746,11 +2746,11 @@ mingw*) ...@@ -2746,11 +2746,11 @@ mingw*)
if test "$CL_X64" = ""; then if test "$CL_X64" = ""; then
CPU=X CPU=X
CPUNAME=X86_64 CPUNAME=X86_64
OUTPATH=wntgccx$(COMEX) OUTPATH=wntgccx$COMEX
else else
CPU=I CPU=I
CPUNAME=INTEL CPUNAME=INTEL
OUTPATH=wntgcci$(COMEX) OUTPATH=wntgcci$COMEX
fi fi
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment