Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.
/ TortoisePlink Public archive

Latest commit

 

History

History
24 lines (18 loc) · 939 Bytes

PORTING.md

File metadata and controls

24 lines (18 loc) · 939 Bytes

Porting TortoisePlink from TortoiseGit

Porting Instructions

Porting to this project from TortoiseGit is done by:

  • Removing all source files from /src and the Visual C++ project.
  • In the Project Common property sheet, reset the Warning Level and Disable Specific Warnings to the default values.
  • Copying the files in TortoiseGit's source at /src/TortoisePlink to the /src of this project.
  • Adding the files back to the Visual C++ project.
  • Usually repeating most of the steps from the prior port.
  • Building and correcting any issues.
  • Logging the necessary changes to make a successful build.

Porting Log from TortoiseGit

2017-10-22

  • Removed /src/Windows/MSVC directory.
  • Set the warning level to zero (all warnings off).
  • Disabled 4703 and 4996 warnings.
  • Did not include /src/sshnogss.c in the Visual C++ project.
  • Resaved /src/Windows/TortoisePlink.rc as UTF-16.