summaryrefslogtreecommitdiff
path: root/gdk/makefile.msc
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-07-09 02:34:45 +0200
committerJavier Jardón <jjardon@gnome.org>2010-07-10 02:21:31 +0200
commit404e7d0e0013355549578db5c3981943f536c2b9 (patch)
tree4e1bbf577c4ef5010835661fd83e8f1af76a2cb9 /gdk/makefile.msc
parent7cabad6b77df866b59b8b98b8c8efaa6e89fd590 (diff)
downloadgtk+-404e7d0e0013355549578db5c3981943f536c2b9.tar.gz
gdk/: fully remove gdkalias hacks
https://bugzilla.gnome.org/show_bug.cgi?id=623845
Diffstat (limited to 'gdk/makefile.msc')
-rw-r--r--gdk/makefile.msc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdk/makefile.msc b/gdk/makefile.msc
index a2f4be614f..2cfea1057a 100644
--- a/gdk/makefile.msc
+++ b/gdk/makefile.msc
@@ -51,8 +51,6 @@ gdk-win32-backend :
all: \
..\config.h \
gdkconfig.h \
- gdkalias.h \
- gdkaliasdef.c \
gdkenumtypes.h \
gdkenumtypes.c \
gdkmarshalers.h \
@@ -138,12 +136,6 @@ gdkenumtypes.c: $(gdk_public_h_sources) gdkenumtypes.c.template
gdkconfig.h : gdkconfig.h.win32
copy gdkconfig.h.win32 gdkconfig.h
-gdkalias.h: gdk.symbols
- perl makegdkalias.pl < gdk.symbols > gdkalias.h
-
-gdkaliasdef.c: gdk.symbols
- perl makegdkalias.pl -def < gdk.symbols > gdkaliasdef.c
-
gdk.def: gdk.symbols
echo EXPORTS > gdk.def
cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DGDK_WINDOWING_WIN32 -DALL_FILES \