Update of /cvsroot/pclasses/pclasses2/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1508
Modified Files:
Alloc.cpp Makefile.toc
Log Message:
mass commit: most of the build works.
Index: Alloc.cpp
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/Alloc.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Alloc.cpp 23 Dec 2004 02:31:07 -0000 1.2
+++ Alloc.cpp 23 Dec 2004 06:09:32 -0000 1.3
@@ -22,6 +22,8 @@
#include <stdlib.h>
#include <new>
+// #include "pclasses/Factory.h"
+
namespace P {
OutOfMemory::OutOfMemory(const SourceInfo& si) throw()
Index: Makefile.toc
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/Makefile.toc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.toc 23 Dec 2004 02:27:52 -0000 1.2
+++ Makefile.toc 23 Dec 2004 06:09:32 -0000 1.3
@@ -2,7 +2,8 @@
include toc.make
-# SUBDIRS = Net System Unicode Util
+SUBDIRS = Unicode System IO
+# Net Util
SOURCES = Alloc.cpp \
AtomicInt.gcc-x86.cpp \
@@ -31,7 +32,8 @@
# Run targets STATIC_LIBS and SHARED_LIBS build these.
endif
-all: STATIC_LIBS SHARED_LIBS
+all: STATIC_LIBS SHARED_LIBS subdirs
+
###################################################
# end auto-generated rules
###################################################
|