Compare commits
2 Commits
a3511c130a
...
01f5f499e7
| Author | SHA1 | Date |
|---|---|---|
|
|
01f5f499e7 | |
|
|
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>
|
||||||
|
|
|
||||||
|
|
@ -921,7 +921,6 @@ BOOL Colv_limp_thr::rellena_info_nw()
|
||||||
nno++;
|
nno++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////
|
///////////////////////////////
|
||||||
//fow
|
//fow
|
||||||
f = dbf.getI(icampf);
|
f = dbf.getI(icampf);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue