[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> MSDN describes the /Zi option as:
>
> /Zi Produces a program database (PDB) that contains type information and
> symbolic debugging information for use with the debugger.
I presume this is a new switch in MSVC7?
> it looks like the makefile needs to include the /Zi switch.
Probably. But, as we still need to support MSVC 4, 5 and 6, we must enable it
only selectively.
Do you know of a method that could be used in a makefile to differentiate
MSVC7 from its ancestors? For example, the presence of a specific file.
--
Eric Botcazou