Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@21297 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-12-14 10:04:52 +00:00
parent 030e1f826c
commit bff78c7a4b
6 changed files with 213 additions and 20 deletions

View File

@ -54,6 +54,9 @@
<Tool <Tool
Name="FormCompiler" Name="FormCompiler"
/> />
<Tool
Name="RptCompiler"
/>
<Tool <Tool
Name="AlxCompiler" Name="AlxCompiler"
/> />
@ -75,15 +78,15 @@
<Tool <Tool
Name="RepCompiler" Name="RepCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="SrcReleaseCompiler" Name="SrcReleaseCompiler"
/> />
<Tool <Tool
Name="DirCompiler" Name="DirCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="VCXMLDataGeneratorTool" Name="VCXMLDataGeneratorTool"
/> />
@ -182,6 +185,9 @@
<Tool <Tool
Name="FormCompiler" Name="FormCompiler"
/> />
<Tool
Name="RptCompiler"
/>
<Tool <Tool
Name="AlxCompiler" Name="AlxCompiler"
/> />
@ -203,15 +209,15 @@
<Tool <Tool
Name="RepCompiler" Name="RepCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="SrcReleaseCompiler" Name="SrcReleaseCompiler"
/> />
<Tool <Tool
Name="DirCompiler" Name="DirCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="VCXMLDataGeneratorTool" Name="VCXMLDataGeneratorTool"
/> />
@ -370,6 +376,10 @@
RelativePath="..\ba\batbban.uml" RelativePath="..\ba\batbban.uml"
> >
</File> </File>
<File
RelativePath="..\ba\batbcig.uml"
>
</File>
<File <File
RelativePath="..\ba\batbclr.uml" RelativePath="..\ba\batbclr.uml"
> >
@ -378,6 +388,10 @@
RelativePath="..\ba\batbcrs.uml" RelativePath="..\ba\batbcrs.uml"
> >
</File> </File>
<File
RelativePath="..\ba\batbcup.uml"
>
</File>
<File <File
RelativePath="..\ba\batbdet.uml" RelativePath="..\ba\batbdet.uml"
> >

View File

@ -334,6 +334,14 @@
RelativePath="..\ha\hacnv100.cpp" RelativePath="..\ha\hacnv100.cpp"
> >
</File> </File>
<File
RelativePath="..\ha\hacnv200.cpp"
>
</File>
<File
RelativePath="..\ha\hacnvlib.cpp"
>
</File>
<File <File
RelativePath="..\ha\halib.cpp" RelativePath="..\ha\halib.cpp"
> >
@ -347,6 +355,10 @@
RelativePath="..\ha\hacnv100a.uml" RelativePath="..\ha\hacnv100a.uml"
> >
</File> </File>
<File
RelativePath="..\ha\hacnv200a.uml"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Headers" Name="Headers"
@ -364,6 +376,14 @@
RelativePath="..\ha\hacnv100a.h" RelativePath="..\ha\hacnv100a.h"
> >
</File> </File>
<File
RelativePath="..\ha\hacnv200a.h"
>
</File>
<File
RelativePath="..\ha\hacnvlib.h"
>
</File>
<File <File
RelativePath="..\ha\halib.h" RelativePath="..\ha\halib.h"
> >

View File

@ -491,6 +491,10 @@
RelativePath="..\lv\lvtblca.uml" RelativePath="..\lv\lvtblca.uml"
> >
</File> </File>
<File
RelativePath="..\lv\lvtblco.uml"
>
</File>
<File <File
RelativePath="..\lv\lvtbliv.uml" RelativePath="..\lv\lvtbliv.uml"
> >

View File

@ -582,6 +582,10 @@
RelativePath="..\mr\mr2200f.uml" RelativePath="..\mr\mr2200f.uml"
> >
</File> </File>
<File
RelativePath="..\mr\mr2200g.uml"
>
</File>
<File <File
RelativePath="..\mr\mr2300a.uml" RelativePath="..\mr\mr2300a.uml"
> >
@ -627,6 +631,10 @@
RelativePath="..\mr\mr2200b.h" RelativePath="..\mr\mr2200b.h"
> >
</File> </File>
<File
RelativePath="..\mr\mr2200g.h"
>
</File>
<File <File
RelativePath="..\mr\mr2201.h" RelativePath="..\mr\mr2201.h"
> >

View File

@ -368,6 +368,10 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\ps\pd0610200.cpp"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Masks" Name="Masks"
@ -406,6 +410,14 @@
<File <File
RelativePath="..\lib\AgaLibD.lib" RelativePath="..\lib\AgaLibD.lib"
> >
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File> </File>
<File <File
RelativePath="pd0610.rc" RelativePath="pd0610.rc"
@ -430,6 +442,30 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\lib\vedoc.lib"
>
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\vedocd.lib"
>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
</Files> </Files>
<Globals> <Globals>
</Globals> </Globals>

View File

@ -54,6 +54,9 @@
<Tool <Tool
Name="FormCompiler" Name="FormCompiler"
/> />
<Tool
Name="RptCompiler"
/>
<Tool <Tool
Name="AlxCompiler" Name="AlxCompiler"
/> />
@ -75,15 +78,15 @@
<Tool <Tool
Name="RepCompiler" Name="RepCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="SrcReleaseCompiler" Name="SrcReleaseCompiler"
/> />
<Tool <Tool
Name="DirCompiler" Name="DirCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="VCXMLDataGeneratorTool" Name="VCXMLDataGeneratorTool"
/> />
@ -200,6 +203,9 @@
<Tool <Tool
Name="FormCompiler" Name="FormCompiler"
/> />
<Tool
Name="RptCompiler"
/>
<Tool <Tool
Name="AlxCompiler" Name="AlxCompiler"
/> />
@ -221,15 +227,15 @@
<Tool <Tool
Name="RepCompiler" Name="RepCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="SrcReleaseCompiler" Name="SrcReleaseCompiler"
/> />
<Tool <Tool
Name="DirCompiler" Name="DirCompiler"
/> />
<Tool
Name="TrrCompiler"
/>
<Tool <Tool
Name="VCXMLDataGeneratorTool" Name="VCXMLDataGeneratorTool"
/> />
@ -319,6 +325,14 @@
Name="Sources" Name="Sources"
Filter="cpp" Filter="cpp"
> >
<File
RelativePath="..\cg\cg2103.cpp"
>
</File>
<File
RelativePath="..\cg\cglib01.cpp"
>
</File>
<File <File
RelativePath="..\tc\tc2.cpp" RelativePath="..\tc\tc2.cpp"
> >
@ -363,6 +377,26 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\tc\tc2300.cpp"
>
</File>
<File
RelativePath="..\tc\tc2500.cpp"
>
</File>
<File
RelativePath="..\tc\tc2700.cpp"
>
</File>
<File
RelativePath="..\tc\tc2701.cpp"
>
</File>
<File
RelativePath="..\tc\tc2800.cpp"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Masks" Name="Masks"
@ -371,13 +405,18 @@
<File <File
RelativePath="..\tc\tc2100a.uml" RelativePath="..\tc\tc2100a.uml"
> >
<FileConfiguration </File>
Name="Release|Win32" <File
RelativePath="..\tc\tc2300a.uml"
>
</File>
<File
RelativePath="..\tc\tc2700a.uml"
>
</File>
<File
RelativePath="..\tc\tc2800a.uml"
> >
<Tool
Name="MskCompiler"
/>
</FileConfiguration>
</File> </File>
</Filter> </Filter>
<Filter <Filter
@ -392,11 +431,83 @@
RelativePath="..\tc\tc2100a.h" RelativePath="..\tc\tc2100a.h"
> >
</File> </File>
<File
RelativePath="..\tc\tc2700.h"
>
</File>
<File
RelativePath="..\tc\tc2700a.h"
>
</File>
<File
RelativePath="..\tc\tc2701.h"
>
</File>
<File
RelativePath="..\tc\tc2800a.h"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Ini" Name="MaskTab"
Filter="ini" Filter="ini"
> >
<File
RelativePath="..\tc\tcipatt.uml"
>
</File>
<File
RelativePath="..\tc\tcipcau.uml"
>
</File>
<File
RelativePath="..\tc\tcipcdp.uml"
>
</File>
<File
RelativePath="..\tc\tcipi11.uml"
>
</File>
<File
RelativePath="..\tc\tcipiva.uml"
>
</File>
<File
RelativePath="..\tc\tcipnaz.uml"
>
</File>
<File
RelativePath="..\tc\tcipreg.uml"
>
</File>
<File
RelativePath="..\tc\tcipval.uml"
>
</File>
<File
RelativePath="..\tc\tctbiat.uml"
>
</File>
<File
RelativePath="..\tc\tctbica.uml"
>
</File>
<File
RelativePath="..\tc\tctbico.uml"
>
</File>
<File
RelativePath="..\tc\tctbina.uml"
>
</File>
<File
RelativePath="..\tc\tctbipg.uml"
>
</File>
<File
RelativePath="..\tc\tctbivl.uml"
>
</File>
</Filter> </Filter>
<File <File
RelativePath="..\lib\AgaLib.lib" RelativePath="..\lib\AgaLib.lib"