Notepad3/minipath
2020-10-24 19:18:12 +02:00
..
language MUI - Translation in Hindi (hi-IN) (Part_3) 2020-10-24 19:18:12 +02:00
res + upd: Version files and Changes.txt 2020-07-13 17:10:20 +02:00
src +chg: replace "http://" to "https://" for "www.flos-freeware.ch" and some other sites 2020-10-12 19:57:03 +02:00
Versions
.editorconfig + fix: DLL-Build solution, editorconfigs, grepWin-Layout 2020-04-19 12:22:23 +02:00
.gitattributes
License.txt Change Rizonesoft Copyright © to year "2020" 2020-01-03 18:17:29 +01:00
metapath.txt +chg: replace "http://" to "https://" for "www.flos-freeware.ch" and some other sites 2020-10-12 19:57:03 +02:00
MiniPath.sln
minipath.vcxproj + chg: rebase DarkMode module on delay load version branch of win32-darkmode project 2020-10-01 13:04:56 +02:00
minipath.vcxproj.filters + chg: first part of DarkMode Theme for MiniPath 2020-09-19 22:15:20 +02:00
MiniPathDLL.sln
minipathDLL.vcxproj + upd: Scintilla as DLL solution 2020-05-20 23:59:18 +02:00
minipathDLL.vcxproj.filters Conversion all files to encoding UTF-8 (Final) 2019-11-05 00:07:41 +01:00
Readme.txt +chg: replace "http://" to "https://" for "www.flos-freeware.ch" and some other sites 2020-10-12 19:57:03 +02:00

================================================================================
=                                                                              =
=                               metapath - The universal Explorer-like Plugin  =
=                                                                              =
=                                                            metapath 4.0.13   =
=                                               (c) Florian Balmer 1996-2011   =
=                                               https://www.flos-freeware.ch   =
=                                                                              =
================================================================================

--------------------------------------------------
The metapath Source Code
--------------------------------------------------
  This package contains the full source code of metapath 4.0.13 for
  Windows. Project files for Visual C++ 7.0 are included. Chances are
  that metapath can be rebuilt with other development tools, including
  the free Visual C++ Express Edition, but I haven't tested this.

--------------------------------------------------
Creating a Compact Executable Program File
--------------------------------------------------
  Linking to the system CRT slightly improves disk footprint, memory
  usage and startup because the pages for the system CRT are already
  loaded and shared in memory. To achieve this, the release version of
  metapath.exe is built using the Windows Driver Kit (WDK) 7.1.0 tools,
  available as a free download from Microsoft. The appropriate build
  scripts can be found in the "wdkbuild" subdirectory. Set %WDKBASEDIR%
  to the directory where the WDK tools are located on your system.

--------------------------------------------------
Copyright
--------------------------------------------------
  See License.txt for details about distribution and modification.

  If you have any comments or questions, please drop me a note:
  florian.balmer@gmail.com

  (c) Florian Balmer 1996-2011
  https://www.flos-freeware.ch

###