This probably isn’t real specific to SDL but here goes…
I usually code in Linux. But at work I only have Windows so I am using
VS.NET. I got everything setup and working correctly, but there are some
lines in my code that I don’t understand because I don’t do hardly any
Windows Programming with C++.
#ifdef WIN32
#pragma comment(lib, “SDL.lib”)
#pragma comment(lib, “SDLmain.lib”)
#endif
Could someone briefly explain what these lines do?
Thanks.
Gregg