I'm using VS2010
to write some win32
app. I normally add .lib files to linkage using to project property manager. yet, sometimes, when I just want to test an API function , I don't want to modify my project file , but rather just add a removable line for linking with the required lib
What is the linker keyword for linking with a given .lib
file?