Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv31286/gensrc
Modified Files:
Makefile.vc debug.bat debug.py gensrc.vcproj gensrc_vc8.vcproj
Log Message:
support for Calc
Index: debug.py
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/debug.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** debug.py 27 Jul 2006 14:24:31 -0000 1.1
--- debug.py 29 Jul 2006 15:32:31 -0000 1.2
***************
*** 1,7 ****
--- 1,15 ----
import addinexcel
+ import addincalc
+ import valueobjects
import utilities
import config
import pdb
+ # import pdb
+ # import debug
+ # pdb.run('debug.debug1()')
+ # b filename.py:##
+ # c
+
def debug1():
pdb.set_trace()
***************
*** 9,12 ****
--- 17,22 ----
addins = []
addins.append(utilities.serializeObject(addinexcel.AddinExcel))
+ #addins.append(utilities.serializeObject(addincalc.AddinCalc))
+ #addins.append(utilities.serializeObject(valueobjects.ValueObjects))
utilities.generate(addins)
Index: Makefile.vc
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/Makefile.vc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Makefile.vc 24 Jul 2006 18:06:01 -0000 1.18
--- Makefile.vc 29 Jul 2006 15:32:31 -0000 1.19
***************
*** 20,24 ****
--- 20,26 ----
metadata\exercise.xml \
metadata\forwardrateagreement.xml \
+ metadata\generalstatistics.xml \
metadata\index.xml \
+ metadata\incrementalstatistics.xml \
metadata\instruments.xml \
metadata\interpolation.xml \
***************
*** 58,62 ****
$(BUILDFLAG) : $(SCRIPT) $(INPUTS) $(BUILD_DIR)
set PYTHONPATH=$(PYTHONPATH);$(GENSRC_DIR)\import
- # $(SCRIPT) -a
$(SCRIPT) -eqvd
echo flagged > $@
--- 60,63 ----
Index: debug.bat
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/debug.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** debug.bat 27 Jul 2006 14:24:31 -0000 1.1
--- debug.bat 29 Jul 2006 15:32:31 -0000 1.2
***************
*** 1,2 ****
! set PYTHONPATH=%GENSRC_DIR\import
! python.exe
--- 1,2 ----
! set PYTHONPATH=%GENSRC_DIR%\import
! "C:\Program Files\Python24\python.exe"
Index: gensrc_vc8.vcproj
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/gensrc_vc8.vcproj,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** gensrc_vc8.vcproj 24 Jul 2006 18:06:01 -0000 1.18
--- gensrc_vc8.vcproj 29 Jul 2006 15:32:31 -0000 1.19
***************
*** 104,107 ****
--- 104,115 ----
</File>
<File
+ RelativePath=".\metadata\generalstatistics.xml"
+ >
+ </File>
+ <File
+ RelativePath=".\metadata\incrementalstatistics.xml"
+ >
+ </File>
+ <File
RelativePath="metadata\index.xml"
>
Index: gensrc.vcproj
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/gensrc.vcproj,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** gensrc.vcproj 24 Jul 2006 18:06:01 -0000 1.13
--- gensrc.vcproj 29 Jul 2006 15:32:31 -0000 1.14
***************
*** 73,76 ****
--- 73,82 ----
</File>
<File
+ RelativePath=".\metadata\generalstatistics.xml">
+ </File>
+ <File
+ RelativePath=".\metadata\incrementalstatistics.xml">
+ </File>
+ <File
RelativePath="metadata\index.xml">
</File>
|