mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix MSVC recipe for ecpg regression tests, redux.
Forgot to inject -DCMDLINESYM=123 ... Per buildfarm. Discussion: https://postgr.es/m/4cc4dc47-ca2b-4129-8784-db69b5f82777@dunslane.net
This commit is contained in:
		@@ -51,6 +51,9 @@
 | 
			
		||||
  <CreateProperty Value="-i" Condition="'%(Pgc.FileName)'=='strings'">
 | 
			
		||||
   <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
 | 
			
		||||
  </CreateProperty>
 | 
			
		||||
  <CreateProperty Value="-DCMDLINESYM=123" Condition="'%(Pgc.FileName)'=='define'">
 | 
			
		||||
   <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
 | 
			
		||||
  </CreateProperty>
 | 
			
		||||
  <CreateProperty Value="define_prelim.pgc" Condition="'%(Pgc.FileName)'=='define'">
 | 
			
		||||
   <Output TaskParameter="Value" PropertyName="ECPGEXTRA" />
 | 
			
		||||
  </CreateProperty>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user