1 # - Find MFC on Windows
2 # Find the native MFC - i.e. decide if this is an MS VC box.
3 # MFC_FOUND - Was MFC support found
4 # You don't need to include anything or link anything to use it.
6 # Assume no MFC support
8 # Add MFC support if win32 and not cygwin and not borland
13 SET( MFC_FOUND "YES" )