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

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

Reply via email to