lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Oskar Forsslund wrote:
> However, the age value of the pdb file is set to the age value of the dll +
> 2 so I can't use it
> 
> Is there a special trick to get the age values to match?

Well, I found no way to have two link steps (dll and exe), but a
single PDB file with matching age. So I've changed msvcbuild.bat
in git HEAD to generate two separate PDB files instead.

--Mike