%% HENNINGS FRANK <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
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 <[EMAIL PROTECTED]>          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


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to