zondag 15 oktober 2023

Create a Visual Studio C++ LIB file from a C file

Start the x64 Native Tools Command Prompt for VS 2022
cl.exe stb_image.c
lib.exe stb_image.obj

... and the stb_image.lib is generated...

Geen opmerkingen:

Een reactie posten