Marc,"$(VCINSTALLDIR)"bin\x86_amd64\lib yourlib64.lib /OUT:yourlib64.lib yourobj.obj
to create the lib for the first time you have to use a def file:
if not exist yourlib64.lib "$(VCINSTALLDIR)"bin\x86_amd64\lib /DEF:yourlib64.def /OUT:yourlib64.lib
Where yourlib64.def contains:
[code=fw:44towpu2][/code:44towpu2]
↧