 202d9c4a35
			
		
	
	202d9c4a35
	
	
	
		
			
			Rename testsrules_msvc.mak to detectenv_msvc.mak and remove some package- specific stuff from it, to reflect on the nature that this NMake Makefile is shared.
		
			
				
	
	
		
			14 lines
		
	
	
		
			220 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			220 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
 | |
| 
 | |
| -include $(top_srcdir)/git.mk
 |