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

type in COMEX handling

üst 480b32d3
......@@ -2537,11 +2537,11 @@ cygwin*)
if test "$CL_X64" = ""; then
CPU=X
CPUNAME=X86_64
OUTPATH=wntmscx$(COMEX)
OUTPATH=wntmscx$COMEX
else
CPU=I
CPUNAME=INTEL
OUTPATH=wntmsci$(COMEX)
OUTPATH=wntmsci$COMEX
fi
;;
*)
......@@ -2746,11 +2746,11 @@ mingw*)
if test "$CL_X64" = ""; then
CPU=X
CPUNAME=X86_64
OUTPATH=wntgccx$(COMEX)
OUTPATH=wntgccx$COMEX
else
CPU=I
CPUNAME=INTEL
OUTPATH=wntgcci$(COMEX)
OUTPATH=wntgcci$COMEX
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