mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Visual Studio builds: Fix previous commit
Pushed the wrong version of the patch, sorry!
This commit is contained in:
@@ -40,9 +40,9 @@ EXTRA_DIST = \
|
||||
|
||||
DISTCLEANFILES = $(EXTRA_DIST)
|
||||
|
||||
MSVC_BASE_VER = 100
|
||||
MSVC_BASE_VER = 10
|
||||
MSVC_BASE_VER_LONG = 2010
|
||||
MSVC_VER = 120
|
||||
MSVC_VER = 12
|
||||
MSVC_VER_LONG = 2013
|
||||
|
||||
include $(top_srcdir)/win32/Makefile-newvs.am
|
||||
|
Reference in New Issue
Block a user