summaryrefslogtreecommitdiff
path: root/dmake/readme/read1st.txt
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:10:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:10:05 +0000
commit313f03695d48c98146ef9df57fd8c36aed2889c2 (patch)
tree13acdd36417e9d62a7c706aba39f758892c5707e /dmake/readme/read1st.txt
parent6e141d5e6fec91a5bb3c68be6b8c740cd8d31c43 (diff)
INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED
2006/03/31 16:04:35 vq 1.2.2.2: #i63874# Release dmake 4.4 Update version numbers and regenerate autotool files. 2005/04/08 15:18:32 vq 1.2.2.1: Issue number: 43241 Submitted by: shay@openoffice.org, vq@openoffice.org Add documentation and update NEWS file.
Diffstat (limited to 'dmake/readme/read1st.txt')
-rw-r--r--dmake/readme/read1st.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/dmake/readme/read1st.txt b/dmake/readme/read1st.txt
index 9aa2c3b7237b..509f0e895c85 100644
--- a/dmake/readme/read1st.txt
+++ b/dmake/readme/read1st.txt
@@ -1,4 +1,4 @@
-DMAKE 4.3
+DMAKE 4.4
=========
This directory tree contains a number of files. Here is a short
@@ -34,7 +34,18 @@ The configure command will notify you when your platform is not supported.
With Microsoft C++ compiler
---------------------------
-For MS Visual C++ 6 and up start "make.bat win95-vpp40" in a command shell.
+For MS Visual C++ 6 and up run "make.bat win95-vpp40" in a command shell.
+This should create a dmake.exe in the top-level directory.
+
+It is possible to rename this to, say, dmake0.exe, delete the objects/
+sub-directory and then simply run "dmake0.exe" to build a new dmake.exe.
+Note that it is not necessary to have dmake rebuild itself in this way,
+but it is a nice test that your new dmake is working to see that it can.
+
+To install dmake, simply copy dmake.exe and the startup/ sub-directory to
+a directory of your choice. You may also want to copy the man/
+sub-directory for future access to the manual page.
+
All other systems might look in the public/ directory for usefull hints.