[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Win32 - Project Header File Corrections
From: |
Conrad T. Pino |
Subject: |
Win32 - Project Header File Corrections |
Date: |
Sat, 22 May 2004 22:14:09 -0700 |
Hi All,
An error occurs in Visual Studio when attempting to open the 2
header files no longer in the project.
Project build files:
w32/ccext2.dsp
w32/ccgnu2.dsp
have errors in their header file lists which don't break the
build but are easily corrected.
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
changes.
./ChangeLog:
- w32/ccext2.dsp: Remove "../include/cc++/groups.h" entry.
Add "../include/cc++/exception.h" entry.
Add "../include/cc++/file.h" entry.
Add "../src/cc++/getopt.h" entry.
Add "../include/cc++/missing.h" entry.
Add "../src/cc++/private.h" entry.
Add "../include/cc++/serial.h" entry.
Add "../include/cc++/slog.h" entry.
Add "../include/cc++/socket.h" entry.
Add "../include/cc++/strchar.h" entry.
Add "../include/cc++/thread.h" entry.
Add "../include/cc++/unix.h" entry.
- w32/ccgnu2.dsp: Remove "../include/cc++/urlstring.h" entry.
Best regards,
Conrad Pino
Index: w32/ccext2.dsp
===================================================================
RCS file: /cvsroot/cplusplus/commoncpp2/w32/ccext2.dsp,v
retrieving revision 1.3
diff -u -p -r1.3 ccext2.dsp
--- w32/ccext2.dsp 16 Dec 2003 22:22:18 -0000 1.3
+++ w32/ccext2.dsp 23 May 2004 04:22:50 -0000
@@ -182,11 +182,23 @@ SOURCE="..\include\cc++\digest.h"
# End Source File
# Begin Source File
+SOURCE="..\include\cc++\exception.h"
+# End Source File
+# Begin Source File
+
SOURCE="..\include\cc++\export.h"
# End Source File
# Begin Source File
-SOURCE="..\include\cc++\groups.h"
+SOURCE="..\include\cc++\file.h"
+# End Source File
+# Begin Source File
+
+SOURCE=..\src\getopt.h
+# End Source File
+# Begin Source File
+
+SOURCE="..\include\cc++\missing.h"
# End Source File
# Begin Source File
@@ -198,6 +210,34 @@ SOURCE="..\include\cc++\persist.h"
# End Source File
# Begin Source File
+SOURCE=..\src\private.h
+# End Source File
+# Begin Source File
+
+SOURCE="..\include\cc++\serial.h"
+# End Source File
+# Begin Source File
+
+SOURCE="..\include\cc++\slog.h"
+# End Source File
+# Begin Source File
+
+SOURCE="..\include\cc++\socket.h"
+# End Source File
+# Begin Source File
+
+SOURCE="..\include\cc++\strchar.h"
+# End Source File
+# Begin Source File
+
+SOURCE="..\include\cc++\thread.h"
+# End Source File
+# Begin Source File
+
+SOURCE="..\include\cc++\unix.h"
+# End Source File
+# Begin Source File
+
SOURCE="..\include\cc++\url.h"
# End Source File
# Begin Source File
Index: w32/ccgnu2.dsp
===================================================================
RCS file: /cvsroot/cplusplus/commoncpp2/w32/ccgnu2.dsp,v
retrieving revision 1.3
diff -u -p -r1.3 ccgnu2.dsp
--- w32/ccgnu2.dsp 16 Dec 2003 22:22:18 -0000 1.3
+++ w32/ccgnu2.dsp 23 May 2004 04:22:51 -0000
@@ -252,10 +252,6 @@ SOURCE="..\include\cc++\thread.h"
SOURCE="..\include\cc++\unix.h"
# End Source File
-# Begin Source File
-
-SOURCE="..\include\cc++\urlstring.h"
-# End Source File
# End Group
# Begin Group "Resource Files"
- Win32 - Project Header File Corrections,
Conrad T. Pino <=