]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
created new MSVC2008 project files and solution from scratch
[xonotic/darkplaces.git] / sys_sdl.c
index 724eb79d663a0a4bf456521d652ca85bebe710ee..3c83d7939edaf40cca41e6a1ee5aa08e7fda3e45 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -1,6 +1,8 @@
 #include "quakedef.h"
 
 #ifdef WIN32
+#pragma comment(lib, "sdl.lib")
+#pragma comment(lib, "sdlmain.lib")
 #include <io.h>
 #include "conio.h"
 #else