diff options
Diffstat (limited to 'gdk/makefile.msc')
-rw-r--r-- | gdk/makefile.msc | 8 |
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 \ |