 8a2a5adc8f
			
		
	
	8a2a5adc8f
	
	
	
		
			
			Make the Visual C++-related build files contain the actual GTK+ version, by generating them during the configure stage and dist'ing them in the release tarballs. This is especially important for builds of introspection files, as one may need to look at the release version of GTK+ in those files.
		
			
				
	
	
		
			15 lines
		
	
	
		
			253 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			253 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include $(top_srcdir)/Makefile.decl
 | |
| 
 | |
| SUBDIRS = \
 | |
| 	win32
 | |
| 
 | |
| EXTRA_DIST +=	\
 | |
| 	msvcfiles.py	\
 | |
| 	gen-file-list-gtk.py	\
 | |
| 	detectenv_msvc.mak	\
 | |
| 	introspection-msvc.mak	\
 | |
| 	gtk-introspection-msvc.mak.in	\
 | |
| 	gtk-introspection-msvc.mak
 | |
| 
 | |
| -include $(top_srcdir)/git.mk
 |