Win32 q: redirect stderr to file but not stdout?

Is there an easy way to build sdl for win32 such that stderr goes to a file,
but stdout stays as stdout? That’d be really handy.–
Matthew Miller @Matthew_Miller http://www.mattdm.org/
Boston University Linux ------> http://linux.bu.edu/

Is there an easy way to build sdl for win32 such that stderr goes to a file,
but stdout stays as stdout? That’d be really handy.

Just modify src/main/win32/SDL_main.c and include that in your project
instead of linking with SDLmain.lib

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment