arreglos
parent
a3511c130a
commit
6111d62e61
|
|
@ -335,7 +335,7 @@ copy ..\lib\$(IntDir)sqlite3.lib $(OutDir)</Command>
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Command>copy $(OutDir)$(TargetFileName) ..\bin\$(IntDir)
|
<Command>copy $(OutDir)$(TargetFileName) ..\bin\$(IntDir)
|
||||||
copy $(OutDir)Olivia.lib ..\lib\$(IntDir)
|
copy $(OutDir)Olivia.lib ..\lib\$(IntDir)
|
||||||
copy $(OutDir)$(TargetFileName) D:\Proyectos\Olivia\Instal2.0\bin\</Command>
|
</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -920,8 +920,11 @@ BOOL Colv_limp_thr::rellena_info_nw()
|
||||||
s = OLV_LIMP_FLG_CIRC_NONE;
|
s = OLV_LIMP_FLG_CIRC_NONE;
|
||||||
nno++;
|
nno++;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
nboth++;
|
||||||
|
}
|
||||||
///////////////////////////////
|
///////////////////////////////
|
||||||
//fow
|
//fow
|
||||||
f=dbf.getI(icampf);
|
f=dbf.getI(icampf);
|
||||||
|
|
@ -934,7 +937,7 @@ BOOL Colv_limp_thr::rellena_info_nw()
|
||||||
///////////////////////////////
|
///////////////////////////////
|
||||||
|
|
||||||
olv_limp->iaso[ia].flgs|=s;
|
olv_limp->iaso[ia].flgs|=s;
|
||||||
}
|
|
||||||
|
|
||||||
///////////////////////////////
|
///////////////////////////////
|
||||||
//velocidad
|
//velocidad
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue