initial support for vc++
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@723 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
696fdc338b
commit
6014cd75ca
8
configure
vendored
8
configure
vendored
@ -2519,8 +2519,12 @@ else
|
|||||||
case "$target_cpu" in
|
case "$target_cpu" in
|
||||||
i?86*)
|
i?86*)
|
||||||
if test "$CC" = "lcc"
|
if test "$CC" = "lcc"
|
||||||
then
|
then
|
||||||
CFLAGS="-A -A"
|
CFLAGS="-A -A"
|
||||||
|
elif test "$CC" = "cl"
|
||||||
|
then
|
||||||
|
CFLAGS="/nologo"
|
||||||
|
CPP="/nologo /E"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
hppa*)
|
hppa*)
|
||||||
|
@ -235,8 +235,12 @@ else
|
|||||||
case "$target_cpu" in
|
case "$target_cpu" in
|
||||||
i?86*)
|
i?86*)
|
||||||
if test "$CC" = "lcc"
|
if test "$CC" = "lcc"
|
||||||
then
|
then
|
||||||
CFLAGS="-A -A"
|
CFLAGS="-A -A"
|
||||||
|
elif test "$CC" = "cl"
|
||||||
|
then
|
||||||
|
CFLAGS="/nologo"
|
||||||
|
CPP="/nologo /E"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
hppa*)
|
hppa*)
|
||||||
|
Reference in New Issue
Block a user