|
33 | 33 | <CreatePropertyValue="-C INFORMIX -r no_indicator"Condition="'%(Pgc.FileName)'=='rnull'">
|
34 | 34 | <OutputTaskParameter="Value"PropertyName="ECPGPARAM" />
|
35 | 35 | </CreateProperty>
|
| 36 | + <CreatePropertyValue="-c"Condition="'%(Pgc.FileName)'=='array_of_struct'"> |
| 37 | + <OutputTaskParameter="Value"PropertyName="ECPGPARAM" /> |
| 38 | + </CreateProperty> |
36 | 39 |
|
37 | 40 | <!-- Run ECPG and the Visual C++ compiler on the files. Don't bother with dependency check between the steps-->
|
38 |
| - <ExecWorkingDirectory="%(Pgc.RelativeDir)"Command="$(OUTDIR)ecpg\ecpg -c -I ../../include --regression $(ECPGPARAM) -o %(Pgc.Filename).c %(Pgc.Filename).pgc" /> |
| 41 | + <ExecWorkingDirectory="%(Pgc.RelativeDir)"Command="$(OUTDIR)ecpg\ecpg -I ../../include --regression $(ECPGPARAM) -o %(Pgc.Filename).c %(Pgc.Filename).pgc" /> |
39 | 42 | <ExecWorkingDirectorY="%(Pgc.RelativeDir)"Command="cl /nologo %(Pgc.FileName).c /TC /MD$(DEBUGLIB) /DENABLE_THREAD_SAFETY /DWIN32 /DWIN32_ONLY_COMPILER /I. /I..\..\include /I..\..\..\libpq /I..\..\..\..\include /link /defaultlib:$(OUTDIR)libecpg\libecpg.lib /defaultlib:$(OUTDIR)libecpg_compat\libecpg_compat.lib /defaultlib:$(OUTDIR)libpgtypes\libpgtypes.lib" />
|
40 | 43 | </Target>
|
41 | 44 |
|
|