Eine .lib Datei ist eine statische Bibliothek.

//Linux
g++ -c MyLib.cpp 
ar crf libMyLib.a MyLib.o