mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
@@ -24,6 +24,3 @@ libgnulib_la_SOURCES = \
|
||||
verify.h \
|
||||
xsize.h \
|
||||
g-gnulib.h
|
||||
|
||||
|
||||
EXTRA_DIST += makefile.msc
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user