bug-make
[Top][All Lists]
Advanced

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

makefile ---> dependencies with blanks in the path


From: HENNINGS FRANK
Subject: makefile ---> dependencies with blanks in the path
Date: Thu, 28 Aug 2003 14:32:07 +0200

Hey!

 

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

 

Thanks

 

Frank

 

 

 

VBP:

 

Class=LSTWordViewerClass; LST908WordViewer.cls

Module=BS000DecBAS; ..\..\Basic Services\_Common\Bs000dec.bas

Module=BSErrorHandling; ..\..\Basic Services\_Common\Bs999Error.bas

Module=SVUtilities; LST910WordViewer.bas

 

 

make: *** No rule to make target `..\..\Basic', needed by `..\..\..\bin\version\

srvLSTWordViewer.dll'.  Stop.

 

 

 

 

#

# This makefile is automatically generated by mkmak.awk. Do not alter!!!

#

projectfile=srvLSTWordViewer.vbp

 

makefile=srvLSTWordViewer.make

 

basicoutputflag=makedll

 

outputpath=..\..\..\bin\version

 

outputfile=srvLSTWordViewer.dll

 

compatible=..\..\..\bin\compatible\srvLSTWordViewer.dll

 

basicdefs=

 

dependencies=\

  ..\..\Basic Services\_Common\Bs000dec.bas\

  LST910WordViewer.bas\

  ..\..\Basic Services\_Common\Bs999Error.bas\

  LST908WordViewer.cls

 

include $(PRJDIR)/build/targets.make


reply via email to

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