Work for VFPXDeployment

This commit is contained in:
Lutz
2023-08-06 22:02:37 +02:00
parent bfe3207b58
commit 57ad20f9e8
34 changed files with 1313 additions and 669 deletions

13
Fb2P_Diff/fb2p_diff.cfg Normal file
View File

@@ -0,0 +1,13 @@
<difftools>
<difftool>
<name>WinMergePortable</name>
<path><<FoxBin2PrgDir>>WinMergePortable\WinMergePortable.exe</path>
<config>/e /x /u /maximize <<filename1>> <<filename2>></config>
</difftool>
<difftool>
<name>Beyond Compare 2</name>
<path><<ProgramFiles>>Beyond Compare 2\BC2.exe</path>
<config><<filename1>> <<filename2>></config>
</difftool>
<default_tool>WinMergePortable</default_tool>
</difftools>