[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
maybe ot: make vs nmake
From: |
Massimiliano Cialdi |
Subject: |
maybe ot: make vs nmake |
Date: |
Thu, 29 Aug 2002 08:47:07 +0200 |
I need to write a makefile, for microsoft nmake, with some string function.
for example with gnu make I write:
comma:= ,
empty:=
space:= $(empty) $(empty)
foo:= a \
b \
c
bar:= $(subst $(space),$(comma),$(strip $(foo)))
How can I write it in nmake (if it is possible)?
thanks
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- maybe ot: make vs nmake,
Massimiliano Cialdi <=