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
4
configure
vendored
4
configure
vendored
@ -2521,6 +2521,10 @@ else
|
|||||||
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*)
|
||||||
|
@ -237,6 +237,10 @@ else
|
|||||||
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