lua-users home
lua-l archive

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


When I use the above mentioned file and run msvcbuild debug I do get the files I need

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?

On Wed, Nov 16, 2011 at 3:57 PM, Oskar Forsslund <matrixsmurfen@googlemail.com> wrote:
Thank you! I must not have had the latest .bat-file


On Wed, Nov 16, 2011 at 3:37 PM, Mike Pall <mikelu-1111@mike.de> wrote:
Oskar Forsslund wrote:
> Is there anyone who has one or can tell me how to build one?

Use the msvcbuild.bat from git HEAD, then run: msvcbuild debug

--Mike