Howto make a patch for KC
1. Download KC patch builder. I contains standard unix diff utility and a script.
2. Extract it in some directory. You should get these files:
diff.exe
dont_diff
kc_mkpatch.bat
patch.exe
3.Copy not modified release version of KC to the directory where you extracted files (for example kc). Delete Release and Debug directories from it.
4.Copy your modified version of KC to the directory where you extracted files (for example kc_new). Delete Release and Debug directories from it.
5. Now directory should look like this:
06.05.2002  08:57       DIR            kc
06.05.2002  08:57       DIR            kc_new
11.11.1999  01:00               70.144 diff.exe
06.05.2002  08:37                  405 kc_mkpatch.bat
06.05.2002  08:39                  241 dont_diff
11.11.1999  01:00               59.904 patch.exe
6. Run this: kc_mkpatch.bat kc kc_new . It will produce patch file in this case kc-kc_new.patch
7. Check patch file ! This is really important, because each windows editor is different so even if you only watch the file and you accidentaly save it, file can change the structure (tabs can be converted to spaces, trail spaces are stripped .... ). So be sure that in kc_new you have files with your changes.
8. If you are satisfied with your patch file send it here :-).

Back