Update of /cvsroot/quantlibaddin/QuantLibAddin/Addins/C
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv614/Addins/C
Modified Files:
AddinC.vcproj AddinC_vc8.vcproj Makefile.am
Log Message:
C addin catching up
Index: AddinC.vcproj
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Addins/C/AddinC.vcproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AddinC.vcproj 31 Aug 2006 08:22:10 -0000 1.4
--- AddinC.vcproj 4 Oct 2006 14:25:56 -0000 1.5
***************
*** 130,133 ****
--- 130,139 ----
</File>
<File
+ RelativePath="instruments.cpp">
+ </File>
+ <File
+ RelativePath="ohfunctions.cpp">
+ </File>
+ <File
RelativePath="options.cpp">
</File>
***************
*** 142,148 ****
</File>
<File
- RelativePath="session.cpp">
- </File>
- <File
RelativePath="varies.cpp">
</File>
--- 148,151 ----
***************
*** 164,167 ****
--- 167,176 ----
</File>
<File
+ RelativePath="instruments.h">
+ </File>
+ <File
+ RelativePath="ohfunctions.h">
+ </File>
+ <File
RelativePath="options.h">
</File>
Index: Makefile.am
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Addins/C/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 28 Aug 2006 10:05:22 -0000 1.3
--- Makefile.am 4 Oct 2006 14:25:57 -0000 1.4
***************
*** 20,23 ****
--- 20,24 ----
defines.h \
exercise.h \
+ instruments.h \
ohfunctions.h \
options.h \
***************
*** 34,37 ****
--- 35,39 ----
conversions.cpp \
exercise.cpp \
+ instruments.cpp \
ohfunctions.cpp \
options.cpp \
Index: AddinC_vc8.vcproj
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Addins/C/AddinC_vc8.vcproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AddinC_vc8.vcproj 31 Aug 2006 08:22:10 -0000 1.5
--- AddinC_vc8.vcproj 4 Oct 2006 14:25:57 -0000 1.6
***************
*** 335,339 ****
</File>
<File
! RelativePath=".\ohfunctions.cpp"
>
</File>
--- 335,343 ----
</File>
<File
! RelativePath="instruments.cpp"
! >
! </File>
! <File
! RelativePath="ohfunctions.cpp"
>
</File>
***************
*** 368,372 ****
>
<File
! RelativePath=".\auto_link.h"
>
</File>
--- 372,376 ----
>
<File
! RelativePath="auto_link.h"
>
</File>
***************
*** 384,388 ****
</File>
<File
! RelativePath=".\ohfunctions.h"
>
</File>
--- 388,396 ----
</File>
<File
! RelativePath="instruments.h"
! >
! </File>
! <File
! RelativePath="ohfunctions.h"
>
</File>
|