Kaydet (Commit) eeacf108 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dmake412_DEV300 (1.12.2); FILE MERGED

2008/02/26 23:37:49 vq 1.12.2.3: #i83497# Release dmake 4.12.
2008/02/07 19:50:02 vq 1.12.2.2: #i83940# Make the result of $(mktmp ..) aware of the .WINPATH setting.
2007/11/09 15:50:50 vq 1.12.2.1: #i83497# Bump version to 4.12-cvs.
üst 540df8ab
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
.IP "\\$1" \\n[dmake-indent]u .IP "\\$1" \\n[dmake-indent]u
.it 1 PD .it 1 PD
.. ..
.TH DMAKE 1 "2007-10-13" "Dmake Version 4.11" .TH DMAKE 1 "2008-02-26" "Dmake Version 4.12"
.SH NAME .SH NAME
\fBdmake\fR \- maintain program groups, or interdependent files \fBdmake\fR \- maintain program groups, or interdependent files
.SH SYNOPSIS .SH SYNOPSIS
...@@ -719,8 +719,9 @@ environments ignore this attribute.) ...@@ -719,8 +719,9 @@ environments ignore this attribute.)
Under Cygwin it can be useful to generate Windows style paths (with Under Cygwin it can be useful to generate Windows style paths (with
regular slashes) instead of the default cygwin style (POSIX) paths regular slashes) instead of the default cygwin style (POSIX) paths
for dmake's dynamic macros. for dmake's dynamic macros.
The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR) The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(MAKEDIR), $(PWD),
and $(TMD). This feature can be used to create DOS style path parameters $(TMD), $(TMPFILE) and the $(mktmp ...) function macro.
This feature can be used to create DOS style path parameters
for native W32 programs from dynamic macros. for native W32 programs from dynamic macros.
.sp .sp
\fBNote\fP that the Windows style paths use regular slashes ('/') instead \fBNote\fP that the Windows style paths use regular slashes ('/') instead
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment