build: Drop nmake/MSC build system for GLib

It hasn’t been seriously maintained for the best part of 10 years and is
very outdated. The recommended way to build GLib on Windows is now
Visual Studio:

https://wiki.gnome.org/Projects/GTK%2B/Win32/MSVCCompilationOfGTKStack#GLib

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://bugzilla.gnome.org/show_bug.cgi?id=722047
This commit is contained in:
Philip Withnall
2017-07-03 11:30:08 +01:00
parent 1d3210a8ab
commit a131134918
33 changed files with 2 additions and 1439 deletions

View File

@@ -24,6 +24,3 @@ libgnulib_la_SOURCES = \
verify.h \
xsize.h \
g-gnulib.h
EXTRA_DIST += makefile.msc

View File

@@ -1,18 +0,0 @@
TOP = ..\..\..
!INCLUDE ..\..\build\win32\make.msc
INCLUDES = -I ..\.. -I ..
DEFINES = -DHAVE_CONFIG_H -DHAVE_LONG_LONG_FORMAT
OBJECTS = \
asnprintf.obj \
printf.obj \
printf-args.obj \
printf-parse.obj \
vasnprintf.obj
all : gnulib.lib
gnulib.lib : $(OBJECTS)
lib -out:gnulib.lib $(OBJECTS)