[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quoted file names matching a pattern?
From: |
Angel Tsankov |
Subject: |
Re: Quoted file names matching a pattern? |
Date: |
Thu, 30 Jun 2005 19:32:42 +0300 |
> Quoted filenames won't help because make doesn't do quotes.
>
> Basically, it is very, very difficult, even impossible, to handle
> filenames containing whitespace using make.
Well, "very, very difficult" does NOT mean impossible, right? So, if it is
possible to write a makefile to compile the .cpp files (some may contain
whitespace in their name) in a folder, I'll be glad to know how this is
done.
Regards.