[GME-commit] GMESRC/Tools/GMETableEditor Component.dsp,1.6,1.7
TableEditorParser.cpp,1.1,1.2 TableEditorParser.h,1.1,1.2
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu May 6 12:12:07 CDT 2004
Update of /var/lib/gme/GMESRC/Tools/GMETableEditor
In directory braindrain:/tmp/cvs-serv5741/Tools/GMETableEditor
Modified Files:
Component.dsp TableEditorParser.cpp TableEditorParser.h
Log Message:
Preparing for GME Release 4.5.7
CVS User: volgy
Index: Component.dsp
===================================================================
RCS file: /var/lib/gme/GMESRC/Tools/GMETableEditor/Component.dsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Component.dsp 9 Apr 2004 19:20:15 -0000 1.6
--- Component.dsp 6 May 2004 16:12:05 -0000 1.7
***************
*** 44,48 ****
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".\\" /I "../../SDK/BON/" /I "../../GME/Include/xerces" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
--- 44,48 ----
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I ".\\" /I "../../SDK/BON/" /I "../../GME/Include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
***************
*** 53,57 ****
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
! # ADD LINK32 ../../GME/Lib/xerces-c_1.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug/GMETableEditor.dll" /pdbtype:sept
# Begin Custom Build - Performing registration
OutDir=.\Debug
--- 53,57 ----
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
! # ADD LINK32 xerces-c_2D.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug/GMETableEditor.dll" /pdbtype:sept /libpath:"../../Gme/Lib"
# Begin Custom Build - Performing registration
OutDir=.\Debug
***************
*** 61,64 ****
--- 61,65 ----
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy ..\..\Gme\Lib\xerces*.dll "$(OutDir)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
***************
*** 81,85 ****
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /O1 /I ".\\" /I "../../SDK/BON/" /D "NDEBUG" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
! # ADD CPP /nologo /MD /W3 /GX /O1 /I ".\\" /I "../../SDK/BON/" /I "../../GME/Include/xerces" /D "NDEBUG" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
--- 82,86 ----
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /O1 /I ".\\" /I "../../SDK/BON/" /D "NDEBUG" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
! # ADD CPP /nologo /MD /W3 /GX /O1 /I ".\\" /I "../../SDK/BON/" /I "../../GME/Include" /D "NDEBUG" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
***************
*** 89,93 ****
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386 /out:"ReleaseMinDependency/GMETableEditor.dll"
! # ADD LINK32 ../../GME/Lib/xerces-c_1.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/GMETableEditor.dll"
# Begin Custom Build - Performing registration
OutDir=.\Release
--- 90,94 ----
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386 /out:"ReleaseMinDependency/GMETableEditor.dll"
! # ADD LINK32 xerces-c_2.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/GMETableEditor.dll" /libpath:"../../Gme/Lib"
# Begin Custom Build - Performing registration
OutDir=.\Release
***************
*** 97,100 ****
--- 98,102 ----
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ copy ..\..\Gme\Lib\xerces*.dll "$(OutDir)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
Index: TableEditorParser.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Tools/GMETableEditor/TableEditorParser.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TableEditorParser.cpp 8 Apr 2004 16:13:42 -0000 1.1
--- TableEditorParser.cpp 6 May 2004 16:12:05 -0000 1.2
***************
*** 5,10 ****
#include "stdafx.h"
#include "TableEditorParser.h"
! #include <parsers/SAXParser.hpp>
! #include <util/PlatformUtils.hpp>
//////////////////////////////////////////////////////////////////////
--- 5,11 ----
#include "stdafx.h"
#include "TableEditorParser.h"
! #include <xercesc/parsers/SAXParser.hpp>
! #include <xercesc/util/PlatformUtils.hpp>
! XERCES_CPP_NAMESPACE_USE
//////////////////////////////////////////////////////////////////////
Index: TableEditorParser.h
===================================================================
RCS file: /var/lib/gme/GMESRC/Tools/GMETableEditor/TableEditorParser.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TableEditorParser.h 8 Apr 2004 16:13:42 -0000 1.1
--- TableEditorParser.h 6 May 2004 16:12:05 -0000 1.2
***************
*** 11,15 ****
#include "GMECOM.h"
! #include <sax/HandlerBase.hpp>
class CTableEditorParser : public HandlerBase
--- 11,16 ----
#include "GMECOM.h"
! #include <xercesc/sax/HandlerBase.hpp>
! XERCES_CPP_NAMESPACE_USE
class CTableEditorParser : public HandlerBase
More information about the GME-commit
mailing list