summaryrefslogtreecommitdiffabout
path: root/README
authorMichael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
committer Michael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
commit5305ddd8332ebd905ebef3b8365fc0d736858a7a (patch) (unidiff)
treeba6dc874bdcb00bd2e116b377a92f347ab81a733 /README
downloaddipstick-5305ddd8332ebd905ebef3b8365fc0d736858a7a.zip
dipstick-5305ddd8332ebd905ebef3b8365fc0d736858a7a.tar.gz
dipstick-5305ddd8332ebd905ebef3b8365fc0d736858a7a.tar.bz2
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/dipstick/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (limited to 'README') (more/less context) (ignore whitespace changes)
-rw-r--r--README36
1 files changed, 36 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7dab6ae
--- a/dev/null
+++ b/README
@@ -0,0 +1,36 @@
1
2Before compiling canned install executable the following files should be placed
3in the build tree:
4
5redist/mfc42.dl_
6
7Release checklist:
8 (These are tags stored in KTAGS file. please, keep in sync. Use vim to
9 jump to these tags. I haven't tried it on windows, though).
10
11 |help-news| - Release notes in help file
12
13Version number in the following places:
14
15 |about-version| - About box
16 |dragpad-version| - Dragpad title
17 |dndtarget-version| - Drag'n'drop target tooltip
18 |dialog-version| - Dipstick's main dialog title
19 |vsinfo-numeric-version| - VERSIONINFO numerical File&Prod V
20 |vsinfo-string-version| - VERSIONINFO string File&Prod V
21 |install-version| - Version used in install
22 |install-vsinfo-numeric-version|- install's VERSIONINFO block
23 |install-vsinfo-string-version| - install's VERSIONINFO block
24
25If the year flips check these:
26
27 |about-date| - About box
28 |help-license-date| - license in help file
29 |license-date| - license in COPYING file
30 |vsinfo-date| - Copyright in VERSIONINFO block
31 |install-vsinfo-date| - Copyright in install's VERSIONINFO
32 block
33
34
35This is for vim (don't remove):
36 vim:set tags=KTAGS isk=!-~,^*,^\|,^\" ft=help: