summaryrefslogtreecommitdiff
path: root/gdk/makefile.msc
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-11-24 16:18:46 +0100
committerBenjamin Otte <otte@redhat.com>2010-11-24 16:18:46 +0100
commitfd96b16c156bc696a4e1f977a89d83db9c7289a1 (patch)
tree38bd1e60c4b13e9bc351ca5dfeac335a470b898c /gdk/makefile.msc
parentcca530070e584c72d6fcc67b1a7ceed3ab1b4188 (diff)
downloadgtk+-fd96b16c156bc696a4e1f977a89d83db9c7289a1.tar.gz
gdk: Remove unused macros from build
Both ALL_FILES and INCLUDE_VARIABLES don't exist anymore
Diffstat (limited to 'gdk/makefile.msc')
-rw-r--r--gdk/makefile.msc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/makefile.msc b/gdk/makefile.msc
index 648427c822..49c5978610 100644
--- a/gdk/makefile.msc
+++ b/gdk/makefile.msc
@@ -132,7 +132,7 @@ gdkconfig.h : gdkconfig.h.win32
gdk.def: gdk.symbols
echo EXPORTS > gdk.def
- cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DGDK_WINDOWING_WIN32 -DALL_FILES \
+ cl /EP -DG_OS_WIN32 -DGDK_WINDOWING_WIN32 \
-DG_GNUC_CONST= \
gdk.symbols >> gdk.def