mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Add XSLT defines for MSVC builds
This commit is contained in:
		
							parent
							
								
									95c833b41f
								
							
						
					
					
						commit
						5600aaccbd
					
				| @ -3,7 +3,7 @@ package Solution; | ||||
| # | ||||
| # Package that encapsulates a Visual C++ solution file generation | ||||
| # | ||||
| # $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.53 2010/01/05 13:31:58 mha Exp $ | ||||
| # $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.54 2010/03/02 12:29:14 adunstan Exp $ | ||||
| # | ||||
| use Carp; | ||||
| use strict; | ||||
| @ -209,6 +209,11 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define __STRINGIFY2(z) __STRINGIFY | ||||
|             print O "#define HAVE_LIBXML2\n"; | ||||
|             print O "#define USE_LIBXML\n"; | ||||
|         } | ||||
|         if ($self->{options}->{xslt}) | ||||
|         { | ||||
|             print O "#define HAVE_LIBXSLT\n"; | ||||
|             print O "#define USE_LIBXSLT\n"; | ||||
|         } | ||||
|         if ($self->{options}->{krb5}) | ||||
|         { | ||||
|             print O "#define KRB5 1\n"; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user