Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-07-05 09:42:47 -0700 (Wed, 05 Jul 2006)
Revision: 9421
Log message:
ybryukhov@gc.cuny.edu wrote:
> Were these backslashes ($(slash)="\\") intentionally replaced with "/" in src/Makefile.nt ?
> It breaks Win32 compilation, "copy" does not like forward slashes.
Doh, no that was due to an attempt I made to bring 0.9.8 closer to
0.9.9 in terms of declarations.
However, this was probably a bad idea. In 0.9.8, we have the following
f(x) =
private.x = $(add $x, 1)
value $x # Unfortunately, this refers to $(public.x), not $(private.x)
Changes | Path |
+7 -7 | omake-branches/0.9.8.x/mk/make_gen |
+154 -154 | omake-branches/0.9.8.x/src/Makefile |
+154 -154 | omake-branches/0.9.8.x/src/Makefile.nt |