lua-users home
lua-l archive

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


It works! Thanks a lot!

On Thu, Nov 17, 2011 at 5:34 PM, Mike Pall <mikelu-1111@mike.de> wrote:
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