Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@17021 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-08-06 15:27:00 +00:00
parent 4e17d9ea6e
commit 55e800560e
4 changed files with 69 additions and 4 deletions

View File

@ -7,7 +7,8 @@ int main(int argc, char** argv)
const int r = (argc > 1) ? argv[1][1] - '0' : 0; const int r = (argc > 1) ? argv[1][1] - '0' : 0;
switch (r) switch (r)
{ {
default: lv2100(argc, argv); break; //generazione automatica del planning case 0: lv2100(argc, argv); break; //generazione automatica del planning
default: lv2100(argc, argv); break;
} }
return 0; return 0;
} }

View File

@ -225,6 +225,10 @@
RelativePath="..\lv\lv0500.cpp" RelativePath="..\lv\lv0500.cpp"
> >
</File> </File>
<File
RelativePath="..\lv\lv0600.cpp"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Masks" Name="Masks"
@ -254,6 +258,30 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\lv\lv0600a.uml"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Compiling mask $(InputPath)..."
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
Outputs="$(TargetDir)$(InputName).msk"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Compiling mask $(InputPath)..."
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
Outputs="$(TargetDir)$(InputName).msk"
/>
</FileConfiguration>
</File>
<File <File
RelativePath="..\lv\lv0700a.uml" RelativePath="..\lv\lv0700a.uml"
> >
@ -398,6 +426,30 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\lv\lvtbmps.uml"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Compiling mask $(InputPath)..."
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
Outputs="$(TargetDir)$(InputName).msk"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
Description="Compiling mask $(InputPath)..."
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
Outputs="$(TargetDir)$(InputName).msk"
/>
</FileConfiguration>
</File>
<File <File
RelativePath="..\lv\lvtbtsp.uml" RelativePath="..\lv\lvtbtsp.uml"
> >
@ -435,6 +487,10 @@
RelativePath="..\lv\lv0500a.h" RelativePath="..\lv\lv0500a.h"
> >
</File> </File>
<File
RelativePath="..\lv\lv0600a.h"
>
</File>
<File <File
RelativePath="..\lv\lvstiti.h" RelativePath="..\lv\lvstiti.h"
> >
@ -455,6 +511,10 @@
RelativePath="..\lv\lvtbmez.h" RelativePath="..\lv\lvtbmez.h"
> >
</File> </File>
<File
RelativePath="..\lv\lvtbmps.h"
>
</File>
<File <File
RelativePath="..\lv\lvtbtsp.h" RelativePath="..\lv\lvtbtsp.h"
> >

View File

@ -235,7 +235,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Compiling mask $(InputPath)..." Description="Compiling mask $(InputPath)..."
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk" CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk&#x0D;&#x0A;"
Outputs="$(TargetDir)$(InputName).msk" Outputs="$(TargetDir)$(InputName).msk"
/> />
</FileConfiguration> </FileConfiguration>
@ -245,7 +245,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Compiling mask $(InputPath)..." Description="Compiling mask $(InputPath)..."
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk" CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk&#x0D;&#x0A;"
Outputs="$(TargetDir)$(InputName).msk" Outputs="$(TargetDir)$(InputName).msk"
/> />
</FileConfiguration> </FileConfiguration>
@ -259,6 +259,10 @@
RelativePath="..\lv\lv2.h" RelativePath="..\lv\lv2.h"
> >
</File> </File>
<File
RelativePath="..\lv\lv2100a.h"
>
</File>
</Filter> </Filter>
<Filter <Filter
Name="Ini" Name="Ini"

View File

@ -171,7 +171,7 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="version.lib wsock32.lib comctl32.lib rpcrt4.lib" AdditionalDependencies="version.lib wsock32.lib comctl32.lib rpcrt4.lib"
OutputFile="d:\release\Campo50/ve6.exe" OutputFile="d:\release\Campo100/ve6.exe"
LinkIncremental="1" LinkIncremental="1"
SuppressStartupBanner="true" SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libc.lib" IgnoreDefaultLibraryNames="libc.lib"