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:
parent
4e17d9ea6e
commit
55e800560e
@ -7,7 +7,8 @@ int main(int argc, char** argv)
|
||||
const int r = (argc > 1) ? argv[1][1] - '0' : 0;
|
||||
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;
|
||||
}
|
@ -225,6 +225,10 @@
|
||||
RelativePath="..\lv\lv0500.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv0600.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Masks"
|
||||
@ -254,6 +258,30 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</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
|
||||
RelativePath="..\lv\lv0700a.uml"
|
||||
>
|
||||
@ -398,6 +426,30 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</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
|
||||
RelativePath="..\lv\lvtbtsp.uml"
|
||||
>
|
||||
@ -435,6 +487,10 @@
|
||||
RelativePath="..\lv\lv0500a.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv0600a.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvstiti.h"
|
||||
>
|
||||
@ -455,6 +511,10 @@
|
||||
RelativePath="..\lv\lvtbmez.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbmps.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbtsp.h"
|
||||
>
|
||||
|
@ -235,7 +235,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -245,7 +245,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -259,6 +259,10 @@
|
||||
RelativePath="..\lv\lv2.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv2100a.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Ini"
|
||||
|
@ -171,7 +171,7 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="version.lib wsock32.lib comctl32.lib rpcrt4.lib"
|
||||
OutputFile="d:\release\Campo50/ve6.exe"
|
||||
OutputFile="d:\release\Campo100/ve6.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
IgnoreDefaultLibraryNames="libc.lib"
|
||||
|
Loading…
x
Reference in New Issue
Block a user