/scipatches/README.md

https://github.com/iViO/SciTE4AutoHotkey · Markdown · 24 lines · 15 code · 9 blank · 0 comment · 0 complexity · 023d3b1d20cfa82936309dc7d04dc54c MD5 · raw file

  1. SciTE/Scintilla 2.23 modified source code
  2. =========================================
  3. Patch instructions
  4. ------------------
  5. In order to get the modified source code, download & extract the file scite223.tgz or
  6. scite223.zip to a new folder, open a command prompt, navigate to it and issue the following
  7. command:
  8. patch -p1 < path/to/S4AHK_v3b5.patch
  9. The source for dbguihlp.dll is also included in this patch.
  10. Build instructions
  11. ------------------
  12. ### 32-bit version
  13. Use MinGW to build everything. In order to do that, use the provided batch files. dbguihlp has not got a batch file, so use the instructions in the comments. Newer versions also require the use of `-static-libgcc` in order to remove the libgcc.dll dependency.
  14. ### 64-bit version
  15. Use MSVC++ 2010 with the Windows 7.1 SDK to build everything. Open SciTE4AutoHotkey.sln, select the *x64* platform and the *Release* configuration then click on Build.