how link .lib file while project type is makefile??

i found what makefile project type is, it’s all configured now by one property folder Nmake for any UE projects

in this case i really confused how link steam_api.lib

image for example Nmake_makefile_type.png — Yandex.Disk

any ideas?

found solution, it’s a

#pragma comment(lib, “steam_api64.lib”)

note that i setted path to lib file separatly in project setting, but you can use full path with double slashes like “C:\any folder\your.lib”