Skip to content

Commit

Permalink
metapad import into git
Browse files Browse the repository at this point in the history
  • Loading branch information
alexd committed Mar 15, 2009
0 parents commit 45af04d
Show file tree
Hide file tree
Showing 15 changed files with 10,411 additions and 0 deletions.
674 changes: 674 additions & 0 deletions COPYING-LICENSE.txt

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
This package contains the source code to metapad
(version 3.51). What follows is a few points I'd like to
make regarding this distribution:

1) The metapad code has been released under the GNU
General Public License. This fact directly impacts
what you can and cannot do with the source code. See
the file COPYING-LICENSE.txt (included in this
distribution) which will explain things in detail.

2) This source code in its current state is uncommented,
unmodular, and generally not very understandable
for anyone that is not deeply familiar with it. All
of the code is contained in one 8000 line file. Of
course this is not the best way to write software
that others may read (which was not a concern when
I originally wrote it).

3) I no longer consider myself a win32 programming
expert by any means. If you are confused by anything
you find here please contact your local C/win32 guru.

Hope you enjoy. That is all.

Alexander Davidson
March 2009
http://liquidninja.com/metapad
Binary file added drop_arrow.bmp
Binary file not shown.
Binary file added eye3.ico
Binary file not shown.
Binary file added linkhand.cur
Binary file not shown.
8 changes: 8 additions & 0 deletions manifest.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef RT_MANIFEST
#define RT_MANIFEST 24
#endif
#ifndef CREATEPROCESS_MANIFEST_RESOURCE_ID
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
#endif

CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "metapad.manifest"
Loading

0 comments on commit 45af04d

Please sign in to comment.