Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22952/gensrc
Modified Files:
Makefile.vc qlgensrc.vcproj qlgensrc_vc8.vcproj
Log Message:
FowardValueQuote renamed into ForwardValueQuote
ForwardValueQuote and ImpliedStdevQuote exposed to Excel
Index: qlgensrc.vcproj
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/qlgensrc.vcproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** qlgensrc.vcproj 3 Dec 2006 11:50:23 -0000 1.3
--- qlgensrc.vcproj 7 Dec 2006 13:09:17 -0000 1.4
***************
*** 115,118 ****
--- 115,121 ----
</File>
<File
+ RelativePath=".\metadata\quotes.xml">
+ </File>
+ <File
RelativePath="metadata\randomsequencegenerator.xml">
</File>
Index: Makefile.vc
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/Makefile.vc,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Makefile.vc 1 Dec 2006 18:48:38 -0000 1.35
--- Makefile.vc 7 Dec 2006 13:09:17 -0000 1.36
***************
*** 50,54 ****
metadata\volatilities.xml \
metadata\smilesection.xml \
!
CONFIG=config\config.xml \
config\excel.xml
--- 50,55 ----
metadata\volatilities.xml \
metadata\smilesection.xml \
! metadata\quotes.xml \
!
CONFIG=config\config.xml \
config\excel.xml
Index: qlgensrc_vc8.vcproj
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/qlgensrc_vc8.vcproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** qlgensrc_vc8.vcproj 1 Dec 2006 18:48:38 -0000 1.6
--- qlgensrc_vc8.vcproj 7 Dec 2006 13:09:17 -0000 1.7
***************
*** 160,163 ****
--- 160,167 ----
</File>
<File
+ RelativePath=".\metadata\quotes.xml"
+ >
+ </File>
+ <File
RelativePath="metadata\randomsequencegenerator.xml"
>
|