Still can't get SDL to work

So could someone please help me out here - When SDL tries to link up, it
says some junk about WinMain at 16.

Are you linking with SDLmain.lib?
Try adding the file src/main/win32/SDL_main.c to your application project.

See ya!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

I don’t understand how that would work - I tried including that file
SDL_main.c, but it still didn’t work - I’m using a very simple IDE called
JFE which doesn’t allow you to make projects - just work spaces, so I need
to know how I would include that file with the compiler options.