Patch level : 12.0 614
Files correlati : fp, ve Commento : Aggiunto compilatore per ve0300a.src
This commit is contained in:
parent
eeec3674ff
commit
d028101e92
@ -269,27 +269,21 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
<SrcCompiler>
|
<SrcCompiler>
|
||||||
<CommandLineTemplate>ini32 %(FullPath) $(TargetDir)%(Filename).ini</CommandLineTemplate>
|
<CommandLineTemplate>call ini32 %(FullPath) $(TargetDir)%(Filename).ini</CommandLineTemplate>
|
||||||
<Outputs>$(TargetDir)%(Filename).ini</Outputs>
|
<Outputs>$(TargetDir)%(Filename).ini</Outputs>
|
||||||
<ExecutionDescription>Compiling %(Filename) to $(TargetDir)</ExecutionDescription>
|
<ExecutionDescription>Compiling %(Filename) to $(TargetDir)</ExecutionDescription>
|
||||||
</SrcCompiler>
|
</SrcCompiler>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<!-- DA MODIFICARE ALESSANDRO, QUA C'É IL COMANDO CHE TI INTERESSA!!!!!!! -->
|
|
||||||
<PropertyGroup
|
|
||||||
Condition="'$(SrcNEWCompilerBeforeTargets)' == '' and '$(SrcNEWCompilerAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
|
|
||||||
<SrcNEWCompilerBeforeTargets>Midl</SrcNEWCompilerBeforeTargets>
|
|
||||||
<SrcNEWCompilerAfterTargets>CustomBuild</SrcNEWCompilerAfterTargets>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SrcNEWCompilerDependsOn
|
<SrcSimpleCompilerDependsOn
|
||||||
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(SrcNEWCompilerDependsOn)</SrcNEWCompilerDependsOn>
|
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(SrcSimpleCompilerDependsOn)</SrcSimpleCompilerDependsOn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
<SrcNEWCompiler>
|
<SrcSimpleCompiler>
|
||||||
<CommandLineTemplate>ini32r %(FullPath) $(TargetDir)%(Filename).ini</CommandLineTemplate>
|
<CommandLineTemplate>call ini32r %(FullPath) $(TargetDir)%(Filename).ini</CommandLineTemplate>
|
||||||
<Outputs>$(TargetDir)%(Filename).ini</Outputs>
|
<Outputs>$(TargetDir)%(Filename).ini</Outputs>
|
||||||
<ExecutionDescription>Compiling %(Filename) to $(TargetDir)</ExecutionDescription>
|
<ExecutionDescription>Compiling %(Filename) to $(TargetDir)</ExecutionDescription>
|
||||||
</SrcNEWCompiler>
|
</SrcSimpleCompiler>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<PropertyGroup
|
<PropertyGroup
|
||||||
Condition="'$(SqlCompilerBeforeTargets)' == '' and '$(SqlCompilerAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
|
Condition="'$(SqlCompilerBeforeTargets)' == '' and '$(SqlCompilerAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
|
||||||
@ -307,4 +301,9 @@
|
|||||||
<ExecutionDescription>Copia di %(Filename) in $(TargetDir)sql\$(ProjectName)\</ExecutionDescription>
|
<ExecutionDescription>Copia di %(Filename) in $(TargetDir)sql\$(ProjectName)\</ExecutionDescription>
|
||||||
</SqlCompiler>
|
</SqlCompiler>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
@ -185,7 +185,7 @@
|
|||||||
<CustomBuildRule
|
<CustomBuildRule
|
||||||
Name="SrcCompiler"
|
Name="SrcCompiler"
|
||||||
DisplayName="Profile Compiler"
|
DisplayName="Profile Compiler"
|
||||||
CommandLine="ini32 $(InputPath) $(TargetDir)$(InputName).ini"
|
CommandLine="call ini32 $(InputPath) $(TargetDir)$(InputName).ini"
|
||||||
Outputs="$(TargetDir)$(InputName).ini"
|
Outputs="$(TargetDir)$(InputName).ini"
|
||||||
FileExtensions="*.src"
|
FileExtensions="*.src"
|
||||||
ExecutionDescription="Compiling $(InputName) to $(TargetDir)"
|
ExecutionDescription="Compiling $(InputName) to $(TargetDir)"
|
||||||
@ -193,11 +193,10 @@
|
|||||||
<Properties>
|
<Properties>
|
||||||
</Properties>
|
</Properties>
|
||||||
</CustomBuildRule>
|
</CustomBuildRule>
|
||||||
<!-- DA MODIFICARE ALESSANDRO, QUA C'É IL COMANDO CHE TI INTERESSA!!!!!!! -->
|
|
||||||
<CustomBuildRule
|
<CustomBuildRule
|
||||||
Name="SrcNEWCompiler"
|
Name="SrcSimpleCompiler"
|
||||||
DisplayName="Profile Compiler INI32R"
|
DisplayName="Profile Compiler Iin32r"
|
||||||
CommandLine="ini32r $(InputPath) $(TargetDir)$(InputName).ini"
|
CommandLine="call ini32r $(InputPath) $(TargetDir)$(InputName).ini"
|
||||||
Outputs="$(TargetDir)$(InputName).ini"
|
Outputs="$(TargetDir)$(InputName).ini"
|
||||||
FileExtensions="*.src"
|
FileExtensions="*.src"
|
||||||
ExecutionDescription="Compiling $(InputName) to $(TargetDir)"
|
ExecutionDescription="Compiling $(InputName) to $(TargetDir)"
|
||||||
|
@ -71,10 +71,11 @@
|
|||||||
Include="SrcCompiler">
|
Include="SrcCompiler">
|
||||||
<Targets>_SrcCompiler</Targets>
|
<Targets>_SrcCompiler</Targets>
|
||||||
</AvailableItemName>
|
</AvailableItemName>
|
||||||
<!-- DA MODIFICARE ALESSANDRO -->
|
|
||||||
|
|
||||||
<AvailableItemName
|
<AvailableItemName
|
||||||
Include="SrcNEWCompiler">
|
Include="SrcSimpleCompiler">
|
||||||
<Targets>_SrcNEWCompiler</Targets>
|
<Targets>_SrcSimpleCompiler</Targets>
|
||||||
</AvailableItemName>
|
</AvailableItemName>
|
||||||
<AvailableItemName
|
<AvailableItemName
|
||||||
Include="SqlCompiler">
|
Include="SqlCompiler">
|
||||||
@ -183,9 +184,8 @@
|
|||||||
AssemblyName="Microsoft.Build.Tasks.v4.0">
|
AssemblyName="Microsoft.Build.Tasks.v4.0">
|
||||||
<Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task>
|
<Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task>
|
||||||
</UsingTask>
|
</UsingTask>
|
||||||
<!-- DA MODIFICARE ALESSANDRO -->
|
|
||||||
<UsingTask
|
<UsingTask
|
||||||
TaskName="SrcNEWCompiler"
|
TaskName="SrcSimpleCompiler"
|
||||||
TaskFactory="XamlTaskFactory"
|
TaskFactory="XamlTaskFactory"
|
||||||
AssemblyName="Microsoft.Build.Tasks.v4.0">
|
AssemblyName="Microsoft.Build.Tasks.v4.0">
|
||||||
<Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task>
|
<Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task>
|
||||||
@ -196,6 +196,7 @@
|
|||||||
AssemblyName="Microsoft.Build.Tasks.v4.0">
|
AssemblyName="Microsoft.Build.Tasks.v4.0">
|
||||||
<Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task>
|
<Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task>
|
||||||
</UsingTask>
|
</UsingTask>
|
||||||
|
|
||||||
<Target
|
<Target
|
||||||
Name="_MskCompiler"
|
Name="_MskCompiler"
|
||||||
BeforeTargets="$(MskCompilerBeforeTargets)"
|
BeforeTargets="$(MskCompilerBeforeTargets)"
|
||||||
@ -1284,70 +1285,69 @@
|
|||||||
<MakeDir
|
<MakeDir
|
||||||
Directories="@(SrcCompilerDirsToMake->'%(RootDir)%(Directory)')" />
|
Directories="@(SrcCompilerDirsToMake->'%(RootDir)%(Directory)')" />
|
||||||
</Target>
|
</Target>
|
||||||
<!-- DA MODIFICARE ALESSANDRO -->
|
|
||||||
<Target
|
<Target
|
||||||
Name="_SrcNEWCompiler"
|
Name="_SrcSimpleCompiler"
|
||||||
BeforeTargets="$(SrcNEWCompilerBeforeTargets)"
|
BeforeTargets="$(SrcSimpleCompilerBeforeTargets)"
|
||||||
AfterTargets="$(SrcNEWCompilerAfterTargets)"
|
AfterTargets="$(SrcSimpleCompilerAfterTargets)"
|
||||||
Condition="'@(SrcNEWCompiler)' != ''"
|
Condition="'@(SrcSimpleCompiler)' != ''"
|
||||||
DependsOnTargets="$(SrcNEWCompilerDependsOn);ComputeSrcNEWCompilerOutput"
|
DependsOnTargets="$(SrcSimpleCompilerDependsOn);ComputeSrcSimpleCompilerOutput"
|
||||||
Outputs="%(SrcNEWCompiler.Outputs)"
|
Outputs="%(SrcSimpleCompiler.Outputs)"
|
||||||
Inputs="%(SrcNEWCompiler.Identity);%(SrcDebugCompiler.AdditionalDependencies);$(MSBuildProjectFile)">
|
Inputs="%(SrcSimpleCompiler.Identity);%(SrcDebugCompiler.AdditionalDependencies);$(MSBuildProjectFile)">
|
||||||
<ItemGroup
|
<ItemGroup
|
||||||
Condition="'@(SelectedFiles)' != ''">
|
Condition="'@(SelectedFiles)' != ''">
|
||||||
<SrcNEWCompiler
|
<SrcSimpleCompiler
|
||||||
Remove="@(SrcNEWCompiler)"
|
Remove="@(SrcSimpleCompiler)"
|
||||||
Condition="'%(Identity)' != '@(SelectedFiles)'" />
|
Condition="'%(Identity)' != '@(SelectedFiles)'" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<SrcNEWCompiler_tlog
|
<SrcSimpleCompiler_tlog
|
||||||
Include="%(SrcNEWCompiler.Outputs)"
|
Include="%(SrcSimpleCompiler.Outputs)"
|
||||||
Condition="'%(SrcNEWCompiler.Outputs)' != '' and '%(SrcNEWCompiler.ExcludedFromBuild)' != 'true'">
|
Condition="'%(SrcSimpleCompiler.Outputs)' != '' and '%(SrcSimpleCompiler.ExcludedFromBuild)' != 'true'">
|
||||||
<Source>@(SrcNEWCompiler, '|')</Source>
|
<Source>@(SrcSimpleCompiler, '|')</Source>
|
||||||
</SrcNEWCompiler_tlog>
|
</SrcSimpleCompiler_tlog>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Message
|
<Message
|
||||||
Importance="High"
|
Importance="High"
|
||||||
Text="%(SrcNEWCompiler.ExecutionDescription)" />
|
Text="%(SrcSimpleCompiler.ExecutionDescription)" />
|
||||||
<WriteLinesToFile
|
<WriteLinesToFile
|
||||||
Condition="'@(SrcNEWCompiler_tlog)' != '' and '%(SrcNEWCompiler_tlog.ExcludedFromBuild)' != 'true'"
|
Condition="'@(SrcSimpleCompiler_tlog)' != '' and '%(SrcSimpleCompiler_tlog.ExcludedFromBuild)' != 'true'"
|
||||||
File="$(IntDir)$(ProjectName).write.1.tlog"
|
File="$(IntDir)$(ProjectName).write.1.tlog"
|
||||||
Lines="^%(SrcNEWCompiler_tlog.Source);@(SrcNEWCompiler_tlog->'%(Fullpath)')" />
|
Lines="^%(SrcSimpleCompiler_tlog.Source);@(SrcSimpleCompiler_tlog->'%(Fullpath)')" />
|
||||||
<SrcNEWCompiler
|
<SrcSimpleCompiler
|
||||||
Condition="'@(SrcNEWCompiler)' != '' and '%(SrcNEWCompiler.ExcludedFromBuild)' != 'true'"
|
Condition="'@(SrcSimpleCompiler)' != '' and '%(SrcSimpleCompiler.ExcludedFromBuild)' != 'true'"
|
||||||
CommandLineTemplate="%(SrcNEWCompiler.CommandLineTemplate)"
|
CommandLineTemplate="%(SrcSimpleCompiler.CommandLineTemplate)"
|
||||||
AdditionalOptions="%(SrcNEWCompiler.AdditionalOptions)"
|
AdditionalOptions="%(SrcSimpleCompiler.AdditionalOptions)"
|
||||||
Inputs="%(SrcNEWCompiler.Identity)" />
|
Inputs="%(SrcSimpleCompiler.Identity)" />
|
||||||
</Target>
|
</Target>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ComputeLinkInputsTargets>
|
<ComputeLinkInputsTargets>
|
||||||
$(ComputeLinkInputsTargets);
|
$(ComputeLinkInputsTargets);
|
||||||
ComputeSrcNEWCompilerOutput;
|
ComputeSrcSimpleCompilerOutput;
|
||||||
</ComputeLinkInputsTargets>
|
</ComputeLinkInputsTargets>
|
||||||
<ComputeLibInputsTargets>
|
<ComputeLibInputsTargets>
|
||||||
$(ComputeLibInputsTargets);
|
$(ComputeLibInputsTargets);
|
||||||
ComputeSrcNEWCompilerOutput;
|
ComputeSrcSimpleCompilerOutput;
|
||||||
</ComputeLibInputsTargets>
|
</ComputeLibInputsTargets>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Target
|
<Target
|
||||||
Name="ComputeSrcNEWCompilerOutput"
|
Name="ComputeSrcSimpleCompilerOutput"
|
||||||
Condition="'@(SrcNEWCompiler)' != ''">
|
Condition="'@(SrcSimpleCompiler)' != ''">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<SrcNEWCompilerDirsToMake
|
<SrcSimpleCompilerDirsToMake
|
||||||
Condition="'@(SrcNEWCompiler)' != '' and '%(SrcNEWCompiler.ExcludedFromBuild)' != 'true'"
|
Condition="'@(SrcSimpleCompiler)' != '' and '%(SrcSimpleCompiler.ExcludedFromBuild)' != 'true'"
|
||||||
Include="%(SrcNEWCompiler.Outputs)" />
|
Include="%(SrcSimpleCompiler.Outputs)" />
|
||||||
<Link
|
<Link
|
||||||
Include="%(SrcNEWCompilerDirsToMake.Identity)"
|
Include="%(SrcSimpleCompilerDirsToMake.Identity)"
|
||||||
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
|
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
|
||||||
<Lib
|
<Lib
|
||||||
Include="%(SrcNEWCompilerDirsToMake.Identity)"
|
Include="%(SrcSimpleCompilerDirsToMake.Identity)"
|
||||||
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
|
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
|
||||||
<ImpLib
|
<ImpLib
|
||||||
Include="%(SrcNEWCompilerDirsToMake.Identity)"
|
Include="%(SrcSimpleCompilerDirsToMake.Identity)"
|
||||||
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
|
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<MakeDir
|
<MakeDir
|
||||||
Directories="@(SrcNEWCompilerDirsToMake->'%(RootDir)%(Directory)')" />
|
Directories="@(SrcSimpleCompilerDirsToMake->'%(RootDir)%(Directory)')" />
|
||||||
</Target>
|
</Target>
|
||||||
<Target
|
<Target
|
||||||
Name="_SqlCompiler"
|
Name="_SqlCompiler"
|
||||||
@ -1413,4 +1413,5 @@
|
|||||||
<MakeDir
|
<MakeDir
|
||||||
Directories="@(SqlCompilerDirsToMake->'%(RootDir)%(Directory)')" />
|
Directories="@(SqlCompilerDirsToMake->'%(RootDir)%(Directory)')" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
@ -2108,16 +2108,15 @@
|
|||||||
Name="SrcCompiler"
|
Name="SrcCompiler"
|
||||||
DisplayName="Profile Debug Compiler"
|
DisplayName="Profile Debug Compiler"
|
||||||
ItemType="SrcCompiler" />
|
ItemType="SrcCompiler" />
|
||||||
<!-- DA MODIFICARE ALESSANDRO -->
|
|
||||||
<Rule
|
<Rule
|
||||||
Name="SrcNEWCompiler"
|
Name="SrcSimpleCompiler"
|
||||||
PageTemplate="tool"
|
PageTemplate="tool"
|
||||||
DisplayName="Profile Compiler INI32R"
|
DisplayName="Profile Compiler Ini32r"
|
||||||
Order="200">
|
Order="200">
|
||||||
<Rule.DataSource>
|
<Rule.DataSource>
|
||||||
<DataSource
|
<DataSource
|
||||||
Persistence="ProjectFile"
|
Persistence="ProjectFile"
|
||||||
ItemType="SrcNEWCompiler" />
|
ItemType="SrcSimpleCompiler" />
|
||||||
</Rule.DataSource>
|
</Rule.DataSource>
|
||||||
<Rule.Categories>
|
<Rule.Categories>
|
||||||
<Category
|
<Category
|
||||||
@ -2142,7 +2141,7 @@
|
|||||||
<StringListProperty.DataSource>
|
<StringListProperty.DataSource>
|
||||||
<DataSource
|
<DataSource
|
||||||
Persistence="ProjectFile"
|
Persistence="ProjectFile"
|
||||||
ItemType="SrcNEWCompiler"
|
ItemType="SrcSimpleCompiler"
|
||||||
SourceType="Item" />
|
SourceType="Item" />
|
||||||
</StringListProperty.DataSource>
|
</StringListProperty.DataSource>
|
||||||
</StringListProperty>
|
</StringListProperty>
|
||||||
@ -2152,7 +2151,7 @@
|
|||||||
Visible="False"
|
Visible="False"
|
||||||
IncludeInCommandLine="False" />
|
IncludeInCommandLine="False" />
|
||||||
<DynamicEnumProperty
|
<DynamicEnumProperty
|
||||||
Name="SrcNEWCompilerBeforeTargets"
|
Name="SrcSimpleCompilerBeforeTargets"
|
||||||
Category="General"
|
Category="General"
|
||||||
EnumProvider="Targets"
|
EnumProvider="Targets"
|
||||||
IncludeInCommandLine="False">
|
IncludeInCommandLine="False">
|
||||||
@ -2165,7 +2164,7 @@
|
|||||||
<DynamicEnumProperty.ProviderSettings>
|
<DynamicEnumProperty.ProviderSettings>
|
||||||
<NameValuePair
|
<NameValuePair
|
||||||
Name="Exclude"
|
Name="Exclude"
|
||||||
Value="^SrcNEWCompilerBeforeTargets|^Compute" />
|
Value="^SrcSimpleCompilerBeforeTargets|^Compute" />
|
||||||
</DynamicEnumProperty.ProviderSettings>
|
</DynamicEnumProperty.ProviderSettings>
|
||||||
<DynamicEnumProperty.DataSource>
|
<DynamicEnumProperty.DataSource>
|
||||||
<DataSource
|
<DataSource
|
||||||
@ -2174,7 +2173,7 @@
|
|||||||
</DynamicEnumProperty.DataSource>
|
</DynamicEnumProperty.DataSource>
|
||||||
</DynamicEnumProperty>
|
</DynamicEnumProperty>
|
||||||
<DynamicEnumProperty
|
<DynamicEnumProperty
|
||||||
Name="SrcNEWCompilerAfterTargets"
|
Name="SrcSimpleCompilerAfterTargets"
|
||||||
Category="General"
|
Category="General"
|
||||||
EnumProvider="Targets"
|
EnumProvider="Targets"
|
||||||
IncludeInCommandLine="False">
|
IncludeInCommandLine="False">
|
||||||
@ -2187,7 +2186,7 @@
|
|||||||
<DynamicEnumProperty.ProviderSettings>
|
<DynamicEnumProperty.ProviderSettings>
|
||||||
<NameValuePair
|
<NameValuePair
|
||||||
Name="Exclude"
|
Name="Exclude"
|
||||||
Value="^SrcNEWCompilerAfterTargets|^Compute" />
|
Value="^SrcSimpleCompilerAfterTargets|^Compute" />
|
||||||
</DynamicEnumProperty.ProviderSettings>
|
</DynamicEnumProperty.ProviderSettings>
|
||||||
<DynamicEnumProperty.DataSource>
|
<DynamicEnumProperty.DataSource>
|
||||||
<DataSource
|
<DataSource
|
||||||
@ -2224,15 +2223,15 @@
|
|||||||
</StringProperty>
|
</StringProperty>
|
||||||
</Rule>
|
</Rule>
|
||||||
<ItemType
|
<ItemType
|
||||||
Name="SrcNEWCompiler"
|
Name="SrcSimpleCompiler"
|
||||||
DisplayName="Profile Compiler INI32R" />
|
DisplayName="Profile Compiler Ini32r" />
|
||||||
<FileExtension
|
<FileExtension
|
||||||
Name="*.src"
|
Name="*.src"
|
||||||
ContentType="SrcNEWCompiler" />
|
ContentType="SrcSimpleCompiler" />
|
||||||
<ContentType
|
<ContentType
|
||||||
Name="SrcNEWCompiler"
|
Name="SrcSimpleCompiler"
|
||||||
DisplayName="Profile Compiler INI32R"
|
DisplayName="Profile Compiler Ini32r"
|
||||||
ItemType="SrcNEWCompiler" />
|
ItemType="SrcSimpleCompiler" />
|
||||||
<Rule
|
<Rule
|
||||||
Name="SqlCompiler"
|
Name="SqlCompiler"
|
||||||
PageTemplate="tool"
|
PageTemplate="tool"
|
||||||
@ -2357,4 +2356,5 @@
|
|||||||
Name="SqlCompiler"
|
Name="SqlCompiler"
|
||||||
DisplayName="SqlCompiler Compiler"
|
DisplayName="SqlCompiler Compiler"
|
||||||
ItemType="SqlCompiler" />
|
ItemType="SqlCompiler" />
|
||||||
|
|
||||||
</ProjectSchemaDefinitions>
|
</ProjectSchemaDefinitions>
|
@ -4,7 +4,11 @@ echo Generating %1 ini file
|
|||||||
set oldinc=%include
|
set oldinc=%include
|
||||||
set include=..\src\include;..\src\xvaga;..\src\ve;%~p1
|
set include=..\src\include;..\src\xvaga;..\src\ve;%~p1
|
||||||
|
|
||||||
srcini %1 %2
|
call srcini32 %1 %2
|
||||||
|
|
||||||
cd %~p2
|
cd %~p2
|
||||||
echo Generating %2 msk file
|
echo Generating %2 msk file
|
||||||
ve0 -3 %2 -f /uADMIN
|
ve0 -3 %2 -f /uADMIN
|
||||||
|
|
||||||
|
set include=%oldinc
|
||||||
|
set oldinc=
|
@ -4,4 +4,7 @@ echo Generating %1 ini file
|
|||||||
set oldinc=%include
|
set oldinc=%include
|
||||||
set include=..\src\include;..\src\xvaga;..\src\ve;%~p1
|
set include=..\src\include;..\src\xvaga;..\src\ve;%~p1
|
||||||
|
|
||||||
srcini %1 %2
|
call srcini32 %1 %2
|
||||||
|
|
||||||
|
set include=%oldinc
|
||||||
|
set oldinc=
|
||||||
|
@ -8,6 +8,9 @@
|
|||||||
<Filter Include="Dat">
|
<Filter Include="Dat">
|
||||||
<UniqueIdentifier>{37b2ae10-489f-4bdb-b43e-2ade94ddca5d}</UniqueIdentifier>
|
<UniqueIdentifier>{37b2ae10-489f-4bdb-b43e-2ade94ddca5d}</UniqueIdentifier>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
<Filter Include="Src">
|
||||||
|
<UniqueIdentifier>{4d816024-06a3-4d7c-963b-7dd4af001f48}</UniqueIdentifier>
|
||||||
|
</Filter>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<SrcCompiler Include="..\src\ve\bollac.src">
|
<SrcCompiler Include="..\src\ve\bollac.src">
|
||||||
@ -35,18 +38,10 @@
|
|||||||
<Filter>Sources</Filter>
|
<Filter>Sources</Filter>
|
||||||
</SrcCompiler>
|
</SrcCompiler>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<IniCompiler Include="..\src\ve\ve0300c.ini">
|
|
||||||
<Filter>Dat</Filter>
|
|
||||||
</IniCompiler>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<SrcCompiler Include="..\src\ve\fatturac.src">
|
<SrcCompiler Include="..\src\ve\fatturac.src">
|
||||||
<Filter>Sources</Filter>
|
<Filter>Sources</Filter>
|
||||||
</SrcCompiler>
|
</SrcCompiler>
|
||||||
<SrcCompiler Include="..\src\ve\ve0300a.src">
|
|
||||||
<Filter>Dat</Filter>
|
|
||||||
</SrcCompiler>
|
|
||||||
<SrcCompiler Include="..\src\ve\bolacq.src">
|
<SrcCompiler Include="..\src\ve\bolacq.src">
|
||||||
<Filter>Sources</Filter>
|
<Filter>Sources</Filter>
|
||||||
</SrcCompiler>
|
</SrcCompiler>
|
||||||
@ -56,4 +51,14 @@
|
|||||||
<Filter>Sources</Filter>
|
<Filter>Sources</Filter>
|
||||||
</DatCompiler>
|
</DatCompiler>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<IniCompiler Include="..\src\ve\ve0300c.ini">
|
||||||
|
<Filter>Dat</Filter>
|
||||||
|
</IniCompiler>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<SrcSimpleCompiler Include="..\src\ve\ve0300a.src">
|
||||||
|
<Filter>Src</Filter>
|
||||||
|
</SrcSimpleCompiler>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -41,7 +41,7 @@
|
|||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\exed\</OutDir>
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\exe\</OutDir>
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\$(ProjectName)\</IntDir>
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\$(ProjectName)\</IntDir>
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\exe\</OutDir>
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\exe\</OutDir>
|
||||||
|
@ -202,6 +202,7 @@
|
|||||||
<ClInclude Include="..\src\ve\velib04e.h" />
|
<ClInclude Include="..\src\ve\velib04e.h" />
|
||||||
<ClInclude Include="..\src\ve\velib05.h" />
|
<ClInclude Include="..\src\ve\velib05.h" />
|
||||||
<ClInclude Include="..\src\ve\velib07.h" />
|
<ClInclude Include="..\src\ve\velib07.h" />
|
||||||
|
<ClInclude Include="..\src\ve\veuml.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<CustomBuildStep Include="..\Lib\AgaLib.lib">
|
<CustomBuildStep Include="..\Lib\AgaLib.lib">
|
||||||
|
@ -90,6 +90,9 @@
|
|||||||
<ClInclude Include="..\src\ve\velib07.h">
|
<ClInclude Include="..\src\ve\velib07.h">
|
||||||
<Filter>Headers</Filter>
|
<Filter>Headers</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\src\ve\veuml.h">
|
||||||
|
<Filter>Headers</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ResourceCompile Include="campo.rc" />
|
<ResourceCompile Include="campo.rc" />
|
||||||
|
@ -141,6 +141,8 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<MskCompiler Include="..\src\ve\ve0100a.uml">
|
<MskCompiler Include="..\src\ve\ve0100a.uml">
|
||||||
<FileType>Document</FileType>
|
<FileType>Document</FileType>
|
||||||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
|
</ExcludedFromBuild>
|
||||||
</MskCompiler>
|
</MskCompiler>
|
||||||
<MskCompiler Include="..\src\ve\ve0100b.uml">
|
<MskCompiler Include="..\src\ve\ve0100b.uml">
|
||||||
<FileType>Document</FileType>
|
<FileType>Document</FileType>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user