Revamp to be like makefile.mingw.in, make the MSVC build actually work
[platform/upstream/glib.git] / gobject / makefile.mingw.in
index fd6db17..7e9a87a 100644 (file)
@@ -3,12 +3,14 @@
 
 ## Use: make -f makefile.mingw
 
-GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
 
 TOP = ../..
 
 include ../build/win32/make.mingw
 
+# Possibly override GLib version in build/win32/module.defs
+GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
+
 ################################################################
 
 # Nothing much configurable below