[GME-commit] GMESRC/GME/XmlBackEnd XmlBackEnd.vcproj,1.8,1.9
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Mon Feb 18 14:43:51 CST 2008
- Previous message: [GME-commit] GMESRC/GME/XmlBackEnd Transcoder.cpp, NONE, 1.1 Transcoder.h, NONE, 1.1 CoreXmlFile.cpp, 1.27, 1.28 CoreXmlFile.h, 1.11, 1.12 VSSLoginDlg.cpp, 1.4, 1.5 VSSLoginDlg.h, 1.4, 1.5 XmlBackEnd.vcproj, 1.7, 1.8
- Next message: [GME-commit] GMESRC/GME/XmlBackEnd CoreXmlFile.cpp, 1.28, 1.29 CoreXmlFile.h, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/XmlBackEnd
In directory escher:/tmp/cvs-serv13806
Modified Files:
XmlBackEnd.vcproj
Log Message:
Correct Xerces libs copied when Custom Build/Registration step is executed.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: XmlBackEnd.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/XmlBackEnd/XmlBackEnd.vcproj,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** XmlBackEnd.vcproj 18 Feb 2008 20:13:56 -0000 1.8
--- XmlBackEnd.vcproj 18 Feb 2008 20:43:49 -0000 1.9
***************
*** 47,51 ****
copy ..\lib\subv_$(ConfigurationName)\libaprutil.dll $(OutDir)
copy ..\lib\subv_$(ConfigurationName)\libapriconv.dll $(OutDir)
! copy ..\lib\xerces-c_2_8D.dll "$(OutDir)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
--- 47,51 ----
copy ..\lib\subv_$(ConfigurationName)\libaprutil.dll $(OutDir)
copy ..\lib\subv_$(ConfigurationName)\libapriconv.dll $(OutDir)
! copy ..\lib\xerces-c_2_*D.dll "$(OutDir)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
***************
*** 127,131 ****
copy ..\lib\subv_$(ConfigurationName)\libaprutil.dll $(OutDir)
copy ..\lib\subv_$(ConfigurationName)\libapriconv.dll $(OutDir)
! copy ..\lib\xerces-c_2_8.dll "$(OutDir)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
--- 127,131 ----
copy ..\lib\subv_$(ConfigurationName)\libaprutil.dll $(OutDir)
copy ..\lib\subv_$(ConfigurationName)\libapriconv.dll $(OutDir)
! copy ..\lib\xerces-c_2_?.dll "$(OutDir)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
- Previous message: [GME-commit] GMESRC/GME/XmlBackEnd Transcoder.cpp, NONE, 1.1 Transcoder.h, NONE, 1.1 CoreXmlFile.cpp, 1.27, 1.28 CoreXmlFile.h, 1.11, 1.12 VSSLoginDlg.cpp, 1.4, 1.5 VSSLoginDlg.h, 1.4, 1.5 XmlBackEnd.vcproj, 1.7, 1.8
- Next message: [GME-commit] GMESRC/GME/XmlBackEnd CoreXmlFile.cpp, 1.28, 1.29 CoreXmlFile.h, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list