[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Win32 - Project Build Dependency Error
From: |
Conrad T. Pino |
Subject: |
Win32 - Project Build Dependency Error |
Date: |
Sat, 22 May 2004 21:50:21 -0700 |
Hi All,
Workspace file "./w32/CCXX2.dsw" doesn't list project "ccgnu2"
as dependency of project "ccext2" which builds first and fails
in link as "ccgnu2d.lib" is not found.
This project has all "./w32/*.ds?" files setup with "-kb" flag
even though these files are just text files. The binary flag
makes it difficult to generate a patch with correct end of
line characters.
I'd like to get this problem corrected and would like to know
how this project proposes moving ahead.
Patch appropriate for text files follows for review of proposed
change.
./w32/ChangeLog:
* CCXX2.dsw: Make "ccext2" depend on "ccgnu2" for correct
build order.
Best regards,
Conrad Pino
Index: w32/CCXX2.dsw
===================================================================
RCS file: /cvsroot/cplusplus/commoncpp2/w32/CCXX2.dsw,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 CCXX2.dsw
--- w32/CCXX2.dsw 15 Dec 2003 19:26:23 -0000 1.1.1.1
+++ w32/CCXX2.dsw 23 May 2004 04:15:23 -0000
@@ -11,6 +11,9 @@ Package=<5>
Package=<4>
{{{
+ Begin Project Dependency
+ Project_Dep_Name ccgnu2
+ End Project Dependency
}}}
###############################################################################
- Win32 - Project Build Dependency Error,
Conrad T. Pino <=