vote up 0 vote down star

I have a project that is mainly Java, but also uses some C, which is built into a DLL, using ant for the whole build. I want to add versioning, so that the same version is embedded in the jar files, and also in the dll files. For the jars it was simple, but how can I do this for the dlls?

I know you can embed different resources like a manifest using mt.exe, but I'm not sure how to do this with a version number.

flag

1 Answer

vote up 1 vote down check

Try this: http://stackoverflow.com/questions/284258/how-do-i-set-the-version-information-for-an-existing-exe-dll

link|flag
Thanks! That stampver tool is exactly what I needed. – Andrei Vajna II Sep 24 at 12:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.