BUG: PWB May Record Incorrect Paths for Dependencies in MakefileLast reviewed: July 17, 1997Article ID: Q67780 |
1.00 1.10 | 1.00 1.10
MS-DOS | OS/2kbtool kbbuglist 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 reference words: 1.00 1.10 buglist1.00 buglist1.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |