Update of /cvsroot/plib/plib/src/util
In directory usw-pr-cvs1:/tmp/cvs-serv25967
Modified Files:
Makefile.am ul.dsp
Added Files:
ulRTTI.cxx ulRTTI.h
Log Message:
Added ulRTTI system
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/util/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am 31 Aug 2002 22:21:21 -0000 1.13
+++ Makefile.am 1 Sep 2002 08:57:34 -0000 1.14
@@ -2,10 +2,10 @@
lib_LIBRARIES = libplibul.a
-include_HEADERS = ul.h
+include_HEADERS = ul.h ulRTTI.h
libplibul_a_SOURCES = ul.cxx ulClock.cxx ulError.cxx ulLinkedList.cxx \
- ulList.cxx ulLocal.h
+ ulList.cxx ulLocal.h ulRTTI.cxx
endif
Index: ul.dsp
===================================================================
RCS file: /cvsroot/plib/plib/src/util/ul.dsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ul.dsp 24 Mar 2002 21:14:37 -0000 1.14
+++ ul.dsp 1 Sep 2002 08:57:34 -0000 1.15
@@ -54,7 +54,7 @@
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Copy Library to plib directory
-PostBuild_Cmds=copy release\*.lib ..\..\*.* copy ul.h ..\..\ul.h
+PostBuild_Cmds=copy release\*.lib ..\..\*.* copy ul.h ..\..\ul.h copy ulRTTI.h ..\..\ulRTTI.h
# End Special Build Tool
!ELSEIF "$(CFG)" == "ul - Win32 Debug"
@@ -83,7 +83,7 @@
# Begin Special Build Tool
SOURCE="$(InputPath)"
PostBuild_Desc=Copy Library to plib directory
-PostBuild_Cmds=copy debug\*.lib ..\..\*.* copy ul.h ..\..\ul.h
+PostBuild_Cmds=copy debug\*.lib ..\..\*.* copy ul.h ..\..\ul.h copy ulRTTI.h ..\..\ulRTTI.h
# End Special Build Tool
!ENDIF
@@ -119,6 +119,10 @@
# Begin Source File
SOURCE=.\ulLocal.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ulRTTI.h
# End Source File
# End Target
# End Project
|