The information in this article applies to:
SYMPTOMSCreating a program list with dependencies in directories other than the project (makefile) directory may result in the Programmer's WorkBench (PWB) version 1.0 and 1.1 recording the wrong paths to these dependencies. RESOLUTIONChanging the location of the project makefile or changing the names of the subdirectories will generate the correct paths for dependencies in the makefile. STATUSMicrosoft has confirmed this to be a problem in PWB versions 1.0 and 1.1. We are researching this problem and will post new information here as it becomes available. MORE INFORMATIONThe following steps illustrate the problem:
OBJS = file2.c file1.cThe correct line should read: OBJS = file2.c ..\TEST\file1.c Additional query words: 1.00 1.10 buglist1.00 buglist1.10
Keywords : kb16bitonly |
Last Reviewed: October 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |