summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2017-03-13 15:49:22 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2017-03-13 15:49:22 +0800
commitc2ec7a07672cae10fdf3dfe7323b67def0b6320a (patch)
treeaea2aff74bf6dbeff99036d64fb0f4380e50aae8 /win32
parentcc72a258e683bfc98d557d6f1fb55e82febf8fae (diff)
downloadadwaita-icon-theme-c2ec7a07672cae10fdf3dfe7323b67def0b6320a.tar.gz
Visual Studio builds: Record package version in Makefile
This will enable us to generate the .pc file for this package.
Diffstat (limited to 'win32')
-rw-r--r--win32/adwaita-msvc.mak.in (renamed from win32/adwaita-msvc.mak)1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/adwaita-msvc.mak b/win32/adwaita-msvc.mak.in
index c78c68f32..2228f0a24 100644
--- a/win32/adwaita-msvc.mak
+++ b/win32/adwaita-msvc.mak.in
@@ -28,6 +28,7 @@ _HASH=^#
NULL=
ICON_SUBDIR=share\icons\Adwaita
GDK_PIXBUF_MOD_VERSION=2.10.0
+ADWAITA_VERSION=@VERSION@
# Generate the NMake Makefile modules for the listing of subdirs for each icon size
!if [@for /f %s in ('dir /b /on $(SRCROOTDIR)\Adwaita') do @if not "%s" == "cursors" (@echo SIZE_%s_dirs = \> %s.mak) & (@for /f %d in ('dir /b $(SRCROOTDIR)\Adwaita\%s') do @echo %s/%d \>> %s.mak) & @echo ^$(NULL) >> %s.mak]