[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


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"



More information about the GME-commit mailing list