2 # Find the native MFC - i.e. decide if this is an MS VC box.
4 # MFC_FOUND - Do not attempt to use MFC if "no" or undefined.
5 # You don't need to include anything or link anything to use it.
7 # Assume no MFC support
9 # Add MFC support if win32 and not cygwin and not borland
14 SET( MFC_FOUND "YES" )