[adwaita-icon-theme] Visual Studio builds: Record package version in Makefile



commit c2ec7a07672cae10fdf3dfe7323b67def0b6320a
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Mar 13 15:49:22 2017 +0800

    Visual Studio builds: Record package version in Makefile
    
    This will enable us to generate the .pc file for this package.

 configure.ac                                    |    1 +
 win32/{adwaita-msvc.mak => adwaita-msvc.mak.in} |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0f042b3..5e5c3fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,6 +86,7 @@ src/fullcolor/Makefile
 src/symbolic/Makefile
 src/spinner/Makefile
 win32/Makefile
+win32/adwaita-msvc.mak
 ])
 
 AC_OUTPUT
diff --git a/win32/adwaita-msvc.mak b/win32/adwaita-msvc.mak.in
similarity index 99%
rename from win32/adwaita-msvc.mak
rename to win32/adwaita-msvc.mak.in
index c78c68f..2228f0a 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]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]