[GME-commit]
GMESRC/GME/Parser GenParser.cpp,1.9,1.10 GenParser.h,1.8,1.9
MetaParser.cpp,1.19,1.20 MgaParser.cpp,1.16,1.17Parser.dsp,1.9,1.10
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Apr 8 04:34:27 CDT 2004
- Previous message: [GME-commit] GMESRC/GME/Gme GME.dsp,1.84,1.85
- Next message: [GME-commit]
GMESRC/Tools/GMETableEditor TableEditorParser.h,NONE,1.1
TableEditorParser.cpp,NONE,1.1 GridDlg.cpp,1.8,1.9
resource.h,1.3,1.4 component.rc,1.3,1.4 Component.dsp,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/Parser
In directory braindrain:/tmp/cvs-serv23986/Parser
Modified Files:
GenParser.cpp GenParser.h MetaParser.cpp MgaParser.cpp
Parser.dsp
Log Message:
Added Xalan XSLT library to the Parser component
CVS User: volgy
Index: GenParser.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/GenParser.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** GenParser.cpp 7 Apr 2004 13:47:32 -0000 1.9
--- GenParser.cpp 8 Apr 2004 08:34:25 -0000 1.10
***************
*** 3,11 ****
#include "GenParser.h"
! #include <xerces/util/PlatformUtils.hpp>
! #include <xerces/parsers/SAXParser.hpp>
! #include <xerces/sax/Locator.hpp>
! #include <xerces/framework/LocalFileInputSource.hpp>
! #include <xerces/framework\MemBufInputSource.hpp>
#include <stdio.h>
--- 3,11 ----
#include "GenParser.h"
! #include <xercesc/util/PlatformUtils.hpp>
! #include <xercesc/parsers/SAXParser.hpp>
! #include <xercesc/sax/Locator.hpp>
! #include <xercesc/framework/LocalFileInputSource.hpp>
! #include <xercesc/framework\MemBufInputSource.hpp>
#include <stdio.h>
Index: GenParser.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/GenParser.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** GenParser.h 7 Apr 2004 13:47:33 -0000 1.8
--- GenParser.h 8 Apr 2004 08:34:25 -0000 1.9
***************
*** 3,7 ****
#define MGA_GENPARSER_H
! #include <xerces/sax/HandlerBase.hpp>
XERCES_CPP_NAMESPACE_USE
--- 3,7 ----
#define MGA_GENPARSER_H
! #include <xercesc/sax/HandlerBase.hpp>
XERCES_CPP_NAMESPACE_USE
Index: MetaParser.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/MetaParser.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** MetaParser.cpp 7 Apr 2004 13:47:33 -0000 1.19
--- MetaParser.cpp 8 Apr 2004 08:34:25 -0000 1.20
***************
*** 3,8 ****
#include "Parser.h"
#include "MetaParser.h"
! #include <xerces/util/PlatformUtils.hpp>
! #include <xerces/parsers/SAXParser.hpp>
#include <stdio.h>
--- 3,8 ----
#include "Parser.h"
#include "MetaParser.h"
! #include <xercesc/util/PlatformUtils.hpp>
! #include <xercesc/parsers/SAXParser.hpp>
#include <stdio.h>
Index: MgaParser.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/MgaParser.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** MgaParser.cpp 7 Apr 2004 13:47:33 -0000 1.16
--- MgaParser.cpp 8 Apr 2004 08:34:25 -0000 1.17
***************
*** 3,8 ****
#include "Parser.h"
#include "MgaParser.h"
! #include <xerces/util/PlatformUtils.hpp>
! #include <xerces/parsers/SAXParser.hpp>
#include <stdio.h>
--- 3,8 ----
#include "Parser.h"
#include "MgaParser.h"
! #include <xercesc/util/PlatformUtils.hpp>
! #include <xercesc/parsers/SAXParser.hpp>
#include <stdio.h>
Index: Parser.dsp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/Parser.dsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Parser.dsp 7 Apr 2004 13:47:33 -0000 1.9
--- Parser.dsp 8 Apr 2004 08:34:25 -0000 1.10
***************
*** 52,56 ****
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
! # ADD LINK32 xerces-c_2D.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x61000000" /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"../Lib"
# Begin Custom Build - Performing registration
OutDir=.\Debug
--- 52,56 ----
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
! # ADD LINK32 Harness_1D.lib XalanMessages_1_7_0D.lib Xalan-C_1D.lib xerces-c_2D.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x61000000" /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"../Lib"
# Begin Custom Build - Performing registration
OutDir=.\Debug
***************
*** 61,64 ****
--- 61,66 ----
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
copy ..\Lib\xerces*.dll "$(OutDir)"
+ copy ..\Lib\xalan*.dll "$(OutDir)"
+ copy ..\Lib\harness*.dll "$(OutDir)"
copy *.dtd "$(OutDir)"
regsvr32 /s /c "$(TargetPath)"
***************
*** 81,85 ****
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
! # ADD CPP /nologo /MT /W3 /GX /Zi /O1 /I "../Common" /I "../Include/STL" /I "../Include/xerces" /I "../Interfaces" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
--- 83,87 ----
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
! # ADD CPP /nologo /MT /W3 /GX /Zi /O1 /I "../Common" /I "../Include/STL" /I "../Include" /I "../Interfaces" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
***************
*** 89,93 ****
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
! # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib xerces-c_2.lib /nologo /base:"0x61000000" /subsystem:windows /dll /map /debug /machine:I386 /libpath:"../Lib"
# Begin Custom Build - Performing registration
OutDir=.\Release
--- 91,95 ----
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
! # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Harness_1.lib XalanMessages_1_7_0.lib Xalan-C_1.lib xerces-c_2.lib /nologo /base:"0x61000000" /subsystem:windows /dll /map /debug /machine:I386 /libpath:"../Lib"
# Begin Custom Build - Performing registration
OutDir=.\Release
***************
*** 98,101 ****
--- 100,105 ----
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
copy ..\Lib\xerces*.dll "$(OutDir)"
+ copy ..\Lib\xalan*.dll "$(OutDir)"
+ copy ..\Lib\harness*.dll "$(OutDir)"
copy *.dtd "$(OutDir)"
regsvr32 /s /c "$(TargetPath)"
- Previous message: [GME-commit] GMESRC/GME/Gme GME.dsp,1.84,1.85
- Next message: [GME-commit]
GMESRC/Tools/GMETableEditor TableEditorParser.h,NONE,1.1
TableEditorParser.cpp,NONE,1.1 GridDlg.cpp,1.8,1.9
resource.h,1.3,1.4 component.rc,1.3,1.4 Component.dsp,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list