Notepad3/minipath
Pairi Daiza 87fe5f24e5 Minor corrections
- minor corrections in translation from en-US to en-GB
2018-07-11 08:50:22 +02:00
..
language Minor corrections 2018-07-11 08:50:22 +02:00
res + opt: reduce sizes for MUI dlls (move not needed resources to main exe (ico/bmp) 2018-06-28 15:11:45 +02:00
src + fix: main window and dialogs title bar icons 2018-07-02 12:23:04 +02:00
Versions Implemented a new versioning scheme 2016-06-24 08:48:48 +02:00
.gitattributes MiniPath added to solution. 2015-11-17 14:29:11 +02:00
License.txt Updated copyright information 2015-11-17 16:46:22 +02:00
metapath.txt MiniPath added to solution. 2015-11-17 14:29:11 +02:00
MiniPath.sln + add: full set of MUI aware languages (according to NP3) for MiniPath 2018-06-26 12:41:22 +02:00
minipath.vcxproj + chg: make MiniPath MUI language aware (1st stage) 2018-06-25 17:54:33 +02:00
minipath.vcxproj.filters + chg: make MiniPath MUI language aware (1st stage) 2018-06-25 17:54:33 +02:00
Readme.txt MiniPath added to solution. 2015-11-17 14:29:11 +02:00

=======================================================================
=                                                                     =
=                                                                     =
=   metapath - The universal Explorer-like Plugin                     =
=                                                                     =
=                                                                     =
=                                                   metapath 4.0.13   =
=                                      (c) Florian Balmer 1996-2011   =
=                                       http://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
  http://www.flos-freeware.ch

###