|
36 | 36 | <CreatePropertyValue="-c"Condition="'%(Pgc.FileName)'=='array_of_struct'">
|
37 | 37 | <OutputTaskParameter="Value"PropertyName="ECPGPARAM" />
|
38 | 38 | </CreateProperty>
|
| 39 | + <CreatePropertyValue="-r questionmarks"Condition="'%(Pgc.FileName)'=='oldexec'"> |
| 40 | + <OutputTaskParameter="Value"PropertyName="ECPGPARAM" /> |
| 41 | + </CreateProperty> |
| 42 | + <CreatePropertyValue="-r prepare"Condition="'%(Pgc.FileName)'=='autoprep'"> |
| 43 | + <OutputTaskParameter="Value"PropertyName="ECPGPARAM" /> |
| 44 | + </CreateProperty> |
39 | 45 |
|
40 | 46 | <!-- Run ECPG and the Visual C++ compiler on the files. Don't bother with dependency check between the steps-->
|
41 | 47 | <ExecWorkingDirectory="%(Pgc.RelativeDir)"Command="$(OUTDIR)ecpg\ecpg -I ../../include --regression $(ECPGPARAM) -o %(Pgc.Filename).c %(Pgc.Filename).pgc" />
|
|