From 8684d237e997909f5aa15fd36304b3e7d22a29a3 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 7 Mar 2012 19:04:27 +0000 Subject: [PATCH] win32: add a few predefined macros to the VS build system. --- win32/Contribs.props | 2 +- win32/lolcore.vcxproj | 9 +++++++++ win32/lolcore.vcxproj.filters | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/win32/Contribs.props b/win32/Contribs.props index 4832fd4c..c8609aef 100644 --- a/win32/Contribs.props +++ b/win32/Contribs.props @@ -18,7 +18,7 @@ opengl32.lib;glew32.lib gobject-2.0.lib;gthread-2.0.lib;glib-2.0.lib;gdk-win32-2.0.lib;gtk-win32-2.0.lib;gtkgl-2.0.lib SDL.lib;SDLmain.lib;SDL_image.lib;SDL_mixer.lib - USE_GLEW + USE_GLEW;GLEW_STATIC;HAVE_SDL_H diff --git a/win32/lolcore.vcxproj b/win32/lolcore.vcxproj index 3d60c6f2..ca6be93b 100644 --- a/win32/lolcore.vcxproj +++ b/win32/lolcore.vcxproj @@ -138,6 +138,7 @@ + @@ -154,6 +155,12 @@ + + + + + + @@ -181,6 +188,7 @@ + @@ -199,6 +207,7 @@ + diff --git a/win32/lolcore.vcxproj.filters b/win32/lolcore.vcxproj.filters index 11380a07..3fe873a0 100644 --- a/win32/lolcore.vcxproj.filters +++ b/win32/lolcore.vcxproj.filters @@ -32,6 +32,12 @@ {d31f75ec-73c8-4bda-9b8c-6d62a55bc30d} + + {459e2b92-4e46-4f07-89f7-62b55c7a2797} + + + {123803f1-1722-4421-8245-098667654cda} + @@ -157,6 +163,27 @@ src\gpu + + src\application + + + src\image\codec + + + src\image\codec + + + src\image\codec + + + src\image\codec + + + src\image\codec + + + src\image\codec + @@ -312,5 +339,11 @@ src\thread + + src\application + + + src\image + \ No newline at end of file