bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: makefile ---> dependencies with blanks in the path


From: Paul D. Smith
Subject: Re: makefile ---> dependencies with blanks in the path
Date: Thu, 28 Aug 2003 11:14:01 -0400

%% HENNINGS FRANK <address@hidden> writes:

  hf> We have some problems with executing make on our VB6 projects
  hf> because there are spaces in the path names of included
  hf> BAS-Files. Is there any chance except from changing all the VBPs
  hf> (about 500)?

You should direct Windows-related questions to the address@hidden
mailing list; however, there is no good way to work with pathnames
containing spaces in GNU make.

If only the path has spaces you can play games like create a virtual
drive letter for the path and use that instead.  If the filenames have
spaces you're kind of out of luck.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]