Skip to content
  • Brad King's avatar
    Fix VS 10 flag table for precompiled headers · 457b9532
    Brad King authored
    The VS 10 flag table generation script did not produce correct entries
    for precompiled header flags.  Since precompiled header flag translation
    requires multiple entries cooperating in a certain order, it is not
    worth the time to make the generation script work automatically.  This
    commit manually adds the proper entries.
    
    See issue #9753.
    457b9532