quantfin-cvs Mailing List for QuantitativeFinance
Status: Planning
Brought to you by:
nando
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(10) |
Dec
|
|---|
|
From: <na...@so...> - 2003-11-19 16:28:32
|
Update of /cvsroot/quantfin/AllLibs/MCTimer In directory sc8-pr-cvs1:/tmp/cvs-serv31286/MCTimer Removed Files: .cvsignore MCTimer.cpp MCTimer.dsp MCTimer.mak prova.plt Log Message: no message --- .cvsignore DELETED --- --- MCTimer.cpp DELETED --- --- MCTimer.dsp DELETED --- --- MCTimer.mak DELETED --- --- prova.plt DELETED --- |
|
From: <na...@so...> - 2003-11-19 16:28:32
|
Update of /cvsroot/quantfin/AllLibs
In directory sc8-pr-cvs1:/tmp/cvs-serv31286
Modified Files:
AllLibs.dsw
Log Message:
no message
Index: AllLibs.dsw
===================================================================
RCS file: /cvsroot/quantfin/AllLibs/AllLibs.dsw,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** AllLibs.dsw 18 Nov 2003 19:39:10 -0000 1.21
--- AllLibs.dsw 19 Nov 2003 16:28:29 -0000 1.22
***************
*** 64,79 ****
###############################################################################
- Project: "MCTimer"=.\MCTimer\MCTimer.dsp - Package Owner=<4>
-
- Package=<5>
- {{{
- }}}
-
- Package=<4>
- {{{
- }}}
-
- ###############################################################################
-
Project: "QuantLib"=..\QuantLib\QuantLib.dsp - Package Owner=<4>
--- 64,67 ----
|
|
From: <na...@so...> - 2003-11-18 19:39:14
|
Update of /cvsroot/quantfin/AllLibs/MCTimer
In directory sc8-pr-cvs1:/tmp/cvs-serv14906/MCTimer
Modified Files:
MCTimer.dsp MCTimer.mak
Log Message:
no message
Index: MCTimer.dsp
===================================================================
RCS file: /cvsroot/quantfin/AllLibs/MCTimer/MCTimer.dsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MCTimer.dsp 3 Nov 2003 12:09:52 -0000 1.4
--- MCTimer.dsp 18 Nov 2003 19:39:11 -0000 1.5
***************
*** 5,9 ****
# TARGTYPE "Win32 (x86) Console Application" 0x0103
! CFG=MCTimer - Win32 OntheEdgeRelease
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
--- 5,9 ----
# TARGTYPE "Win32 (x86) Console Application" 0x0103
! CFG=MCTimer - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
***************
*** 14,18 ****
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
! !MESSAGE NMAKE /f "MCTimer.mak" CFG="MCTimer - Win32 OntheEdgeRelease"
!MESSAGE
!MESSAGE Possible choices for configuration are:
--- 14,18 ----
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
! !MESSAGE NMAKE /f "MCTimer.mak" CFG="MCTimer - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
***************
*** 43,47 ****
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
! # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "$(QL_DIR)" /D "WIN32" /D "NOMINMAX" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
--- 43,47 ----
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
! # ADD CPP /nologo /MT /W3 /GR /GX /O2 /Ob2 /I "$(QL_DIR)" /D "WIN32" /D "NOMINMAX" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
***************
*** 66,70 ****
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
! # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "$(QL_DIR)" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "NOMINMAX" /D "_MBCS" /FR /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
--- 66,70 ----
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
! # ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "$(QL_DIR)" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "NOMINMAX" /D "_MBCS" /FR /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
Index: MCTimer.mak
===================================================================
RCS file: /cvsroot/quantfin/AllLibs/MCTimer/MCTimer.mak,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MCTimer.mak 3 Nov 2003 12:09:52 -0000 1.9
--- MCTimer.mak 18 Nov 2003 19:39:11 -0000 1.10
***************
*** 1,6 ****
# Microsoft Developer Studio Generated NMAKE File, Based on MCTimer.dsp
!IF "$(CFG)" == ""
! CFG=MCTimer - Win32 OntheEdgeRelease
! !MESSAGE No configuration specified. Defaulting to MCTimer - Win32 OntheEdgeRelease.
!ENDIF
--- 1,6 ----
# Microsoft Developer Studio Generated NMAKE File, Based on MCTimer.dsp
!IF "$(CFG)" == ""
! CFG=MCTimer - Win32 Release
! !MESSAGE No configuration specified. Defaulting to MCTimer - Win32 Release.
!ENDIF
***************
*** 10,14 ****
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
! !MESSAGE NMAKE /f "MCTimer.mak" CFG="MCTimer - Win32 OntheEdgeRelease"
!MESSAGE
!MESSAGE Possible choices for configuration are:
--- 10,14 ----
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
! !MESSAGE NMAKE /f "MCTimer.mak" CFG="MCTimer - Win32 Release"
!MESSAGE
!MESSAGE Possible choices for configuration are:
***************
*** 50,54 ****
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
! CPP_PROJ=/nologo /MD /W3 /GR /GX /O2 /I "$(QL_DIR)" /D "WIN32" /D "NOMINMAX" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\MCTimer.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\MCTimer.bsc"
--- 50,54 ----
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
! CPP_PROJ=/nologo /MT /W3 /GR /GX /O2 /Ob2 /I "$(QL_DIR)" /D "WIN32" /D "NOMINMAX" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\MCTimer.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\MCTimer.bsc"
***************
*** 95,99 ****
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
! CPP_PROJ=/nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "$(QL_DIR)" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "NOMINMAX" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\MCTimer.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\MCTimer.bsc"
--- 95,99 ----
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
! CPP_PROJ=/nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "$(QL_DIR)" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "NOMINMAX" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\MCTimer.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\MCTimer.bsc"
|
|
From: <na...@so...> - 2003-11-18 19:39:14
|
Update of /cvsroot/quantfin/AllLibs
In directory sc8-pr-cvs1:/tmp/cvs-serv14906
Modified Files:
AllLibs.dsw
Log Message:
no message
Index: AllLibs.dsw
===================================================================
RCS file: /cvsroot/quantfin/AllLibs/AllLibs.dsw,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** AllLibs.dsw 3 Nov 2003 12:09:52 -0000 1.20
--- AllLibs.dsw 18 Nov 2003 19:39:10 -0000 1.21
***************
*** 64,79 ****
###############################################################################
- Project: "MCCliquet"=..\MFexamples\Completed\MCCliquet\MCCliquet.dsp - Package Owner=<4>
-
- Package=<5>
- {{{
- }}}
-
- Package=<4>
- {{{
- }}}
-
- ###############################################################################
-
Project: "MCTimer"=.\MCTimer\MCTimer.dsp - Package Owner=<4>
--- 64,67 ----
***************
*** 118,133 ****
###############################################################################
- Project: "QuantLibXL2"=..\QuantLibXL2\QuantLibXL2.dsp - Package Owner=<4>
-
- Package=<5>
- {{{
- }}}
-
- Package=<4>
- {{{
- }}}
-
- ###############################################################################
-
Project: "Swap"=..\QuantLib\Examples\Swap\Swap.dsp - Package Owner=<4>
--- 106,109 ----
***************
*** 145,160 ****
###############################################################################
- Project: "idl2def"=..\xlw\idl2def\idl2def.dsp - Package Owner=<4>
-
- Package=<5>
- {{{
- }}}
-
- Package=<4>
- {{{
- }}}
-
- ###############################################################################
-
Project: "testsuite"="..\QuantLib\test-suite\testsuite.dsp" - Package Owner=<4>
--- 121,124 ----
***************
*** 168,183 ****
Project_Dep_Name QuantLib
End Project Dependency
- }}}
-
- ###############################################################################
-
- Project: "xllExample"=..\xlw\xllExample\xllExample.dsp - Package Owner=<4>
-
- Package=<5>
- {{{
- }}}
-
- Package=<4>
- {{{
}}}
--- 132,135 ----
|
|
From: <na...@so...> - 2003-11-03 14:51:40
|
Update of /cvsroot/quantfin/AllLibs In directory sc8-pr-cvs1:/tmp/cvs-serv17327 Modified Files: ChangeLog.txt Log Message: updated Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/quantfin/AllLibs/ChangeLog.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ChangeLog.txt 3 Nov 2003 12:18:54 -0000 1.15 --- ChangeLog.txt 3 Nov 2003 14:51:37 -0000 1.16 *************** *** 1,2 **** --- 1,6 ---- + 2003-11-03 12:18 nando + + * ChangeLog.txt (1.15): updated + 2003-11-03 12:15 nando |
|
From: <na...@so...> - 2003-11-03 12:18:57
|
Update of /cvsroot/quantfin/AllLibs In directory sc8-pr-cvs1:/tmp/cvs-serv20582 Modified Files: ChangeLog.txt Log Message: updated Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/quantfin/AllLibs/ChangeLog.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ChangeLog.txt 22 Jul 2003 15:36:34 -0000 1.14 --- ChangeLog.txt 3 Nov 2003 12:18:54 -0000 1.15 *************** *** 1,2 **** --- 1,23 ---- + 2003-11-03 12:15 nando + + * Builds/buildsrc.sh (1.8): [no log message] + + 2003-11-03 12:09 nando + + * AllLibs.dsw (1.20), changelog.sh (1.10), MCTimer/MCTimer.dsp + (1.4), MCTimer/MCTimer.mak (1.9): no message + + 2003-11-03 08:33 nando + + * AllLibs.dsw (1.19): no message + + 2003-07-28 08:01 nando + + * Builds/qlrelease.bat (1.5), AllLibs.dsw (1.18): no message + + 2003-07-22 15:36 nando + + * ChangeLog.txt (1.14): updated + 2003-04-22 14:57 nando |
|
From: <na...@so...> - 2003-11-03 12:15:36
|
Update of /cvsroot/quantfin/AllLibs/Builds
In directory sc8-pr-cvs1:/tmp/cvs-serv19925/Builds
Modified Files:
buildsrc.sh
Log Message:
Index: buildsrc.sh
===================================================================
RCS file: /cvsroot/quantfin/AllLibs/Builds/buildsrc.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** buildsrc.sh 3 Apr 2002 08:28:55 -0000 1.7
--- buildsrc.sh 3 Nov 2003 12:15:33 -0000 1.8
***************
*** 61,71 ****
echo "###-### CVSROOT=$CVSROOT"
! echo "###-### export: ${CVS} -d ${CVSROOT} -q export ${TAG} ${PACKAGE}"
! $CVS -z9 -d $CVSROOT -q export $TAG $PACKAGE || exit 3
echo "###-### into $PACKAGE"
cd $PACKAGE
! PRJN=`grep "^AM_INIT_AUTOMAKE" configure.in|head -1|cut -d\ -f2|cut -d\) -f1 | $SED -e "s/-cvs//"`
if [ $TAGGEDBUILD -eq 1 ]; then
RELEASENAME=$PRJN
--- 61,71 ----
echo "###-### CVSROOT=$CVSROOT"
! echo "###-### export: ${CVS} -z3 -d ${CVSROOT} -q export ${TAG} ${PACKAGE}"
! $CVS -z3 -d $CVSROOT -q export $TAG $PACKAGE || exit 3
echo "###-### into $PACKAGE"
cd $PACKAGE
! PRJN=`grep "^AC_INIT" configure.ac|head -1|cut -d\ -f2|cut -d\) -f1 | $SED -e "s/-cvs//"`
if [ $TAGGEDBUILD -eq 1 ]; then
RELEASENAME=$PRJN
|
|
From: <na...@so...> - 2003-11-03 12:09:56
|
Update of /cvsroot/quantfin/AllLibs/MCTimer
In directory sc8-pr-cvs1:/tmp/cvs-serv18968/MCTimer
Modified Files:
MCTimer.dsp MCTimer.mak
Log Message:
no message
Index: MCTimer.dsp
===================================================================
RCS file: /cvsroot/quantfin/AllLibs/MCTimer/MCTimer.dsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MCTimer.dsp 20 Feb 2003 08:36:46 -0000 1.3
--- MCTimer.dsp 3 Nov 2003 12:09:52 -0000 1.4
***************
*** 5,9 ****
# TARGTYPE "Win32 (x86) Console Application" 0x0103
! CFG=MCTimer - Win32 OnTheEdgeDebug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
--- 5,9 ----
# TARGTYPE "Win32 (x86) Console Application" 0x0103
! CFG=MCTimer - Win32 OntheEdgeRelease
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
***************
*** 14,18 ****
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
! !MESSAGE NMAKE /f "MCTimer.mak" CFG="MCTimer - Win32 OnTheEdgeDebug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
--- 14,18 ----
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
! !MESSAGE NMAKE /f "MCTimer.mak" CFG="MCTimer - Win32 OntheEdgeRelease"
!MESSAGE
!MESSAGE Possible choices for configuration are:
***************
*** 20,25 ****
!MESSAGE "MCTimer - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "MCTimer - Win32 Debug" (based on "Win32 (x86) Console Application")
- !MESSAGE "MCTimer - Win32 OntheEdgeRelease" (based on "Win32 (x86) Console Application")
- !MESSAGE "MCTimer - Win32 OnTheEdgeDebug" (based on "Win32 (x86) Console Application")
!MESSAGE
--- 20,23 ----
***************
*** 78,130 ****
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"$(QL_DIR)\lib\Win32\VisualStudio\\"
- !ELSEIF "$(CFG)" == "MCTimer - Win32 OntheEdgeRelease"
-
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "MCTimer___Win32_OntheEdgeRelease"
- # PROP BASE Intermediate_Dir "MCTimer___Win32_OntheEdgeRelease"
- # PROP BASE Ignore_Export_Lib 0
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "build\OntheEdgeRelease"
- # PROP Intermediate_Dir "build\OntheEdgeRelease"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MD /W3 /GR /GX /O2 /I "$(QL_DIR)" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
- # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "..\..\QuantLib" /D "WIN32" /D "NOMINMAX" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:"$(QL_DIR)\lib\Win32\VisualStudio\\"
- # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\QuantLib\lib\Win32\VisualStudio\\"
-
- !ELSEIF "$(CFG)" == "MCTimer - Win32 OnTheEdgeDebug"
-
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "MCTimer___Win32_OnTheEdgeDebug"
- # PROP BASE Intermediate_Dir "MCTimer___Win32_OnTheEdgeDebug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "build\OnTheEdgeDebug"
- # PROP Intermediate_Dir "build\OnTheEdgeDebug"
- # PROP Ignore_Export_Lib 0
- # PROP Target_Dir ""
- # ADD BASE CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "$(QL_DIR)" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "NOMINMAX" /D "_MBCS" /FR /YX /FD /GZ /c
- # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "..\..\QuantLib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "NOMINMAX" /D "_MBCS" /FR /YX /FD /GZ /c
- # ADD BASE RSC /l 0x409 /d "_DEBUG"
- # ADD RSC /l 0x409 /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"$(QL_DIR)\lib\Win32\VisualStudio\\"
- # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\QuantLib\lib\Win32\VisualStudio\\"
-
!ENDIF
--- 76,79 ----
***************
*** 133,138 ****
# Name "MCTimer - Win32 Release"
# Name "MCTimer - Win32 Debug"
- # Name "MCTimer - Win32 OntheEdgeRelease"
- # Name "MCTimer - Win32 OnTheEdgeDebug"
# Begin Group "Source Files"
--- 82,85 ----
Index: MCTimer.mak
===================================================================
RCS file: /cvsroot/quantfin/AllLibs/MCTimer/MCTimer.mak,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** MCTimer.mak 20 Feb 2003 08:36:46 -0000 1.8
--- MCTimer.mak 3 Nov 2003 12:09:52 -0000 1.9
***************
*** 1,14 ****
# Microsoft Developer Studio Generated NMAKE File, Based on MCTimer.dsp
!IF "$(CFG)" == ""
! CFG=MCTimer - Win32 OnTheEdgeDebug
! !MESSAGE No configuration specified. Defaulting to MCTimer - Win32 OnTheEdgeDebug.
!ENDIF
! !IF "$(CFG)" != "MCTimer - Win32 Release" && "$(CFG)" != "MCTimer - Win32 Debug" && "$(CFG)" != "MCTimer - Win32 OntheEdgeRelease" && "$(CFG)" != "MCTimer - Win32 OnTheEdgeDebug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
! !MESSAGE NMAKE /f "MCTimer.mak" CFG="MCTimer - Win32 OnTheEdgeDebug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
--- 1,14 ----
# Microsoft Developer Studio Generated NMAKE File, Based on MCTimer.dsp
!IF "$(CFG)" == ""
! CFG=MCTimer - Win32 OntheEdgeRelease
! !MESSAGE No configuration specified. Defaulting to MCTimer - Win32 OntheEdgeRelease.
!ENDIF
! !IF "$(CFG)" != "MCTimer - Win32 Release" && "$(CFG)" != "MCTimer - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
! !MESSAGE NMAKE /f "MCTimer.mak" CFG="MCTimer - Win32 OntheEdgeRelease"
!MESSAGE
!MESSAGE Possible choices for configuration are:
***************
*** 16,21 ****
!MESSAGE "MCTimer - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "MCTimer - Win32 Debug" (based on "Win32 (x86) Console Application")
- !MESSAGE "MCTimer - Win32 OntheEdgeRelease" (based on "Win32 (x86) Console Application")
- !MESSAGE "MCTimer - Win32 OnTheEdgeDebug" (based on "Win32 (x86) Console Application")
!MESSAGE
!ERROR An invalid configuration is specified.
--- 16,19 ----
***************
*** 28,31 ****
--- 26,32 ----
!ENDIF
+ CPP=cl.exe
+ RSC=rc.exe
+
!IF "$(CFG)" == "MCTimer - Win32 Release"
***************
*** 49,86 ****
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- CPP=cl.exe
CPP_PROJ=/nologo /MD /W3 /GR /GX /O2 /I "$(QL_DIR)" /D "WIN32" /D "NOMINMAX" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\MCTimer.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
-
- .c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- RSC=rc.exe
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\MCTimer.bsc"
--- 50,54 ----
***************
*** 127,164 ****
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- CPP=cl.exe
CPP_PROJ=/nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "$(QL_DIR)" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "NOMINMAX" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\MCTimer.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
-
- .c{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(INTDIR)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .c{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(INTDIR)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- RSC=rc.exe
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\MCTimer.bsc"
--- 95,99 ----
***************
*** 181,285 ****
<<
! !ELSEIF "$(CFG)" == "MCTimer - Win32 OntheEdgeRelease"
!
! OUTDIR=.\build\OntheEdgeRelease
! INTDIR=.\build\OntheEdgeRelease
! # Begin Custom Macros
! OutDir=.\build\OntheEdgeRelease
! # End Custom Macros
!
! ALL : "$(OUTDIR)\MCTimer.exe" "$(OUTDIR)\MCTimer.bsc"
!
!
! CLEAN :
! -@erase "$(INTDIR)\MCTimer.obj"
! -@erase "$(INTDIR)\MCTimer.sbr"
! -@erase "$(INTDIR)\vc60.idb"
! -@erase "$(OUTDIR)\MCTimer.bsc"
! -@erase "$(OUTDIR)\MCTimer.exe"
!
! "$(OUTDIR)" :
! if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
!
! CPP=cl.exe
! CPP_PROJ=/nologo /MD /W3 /GR /GX /O2 /I "..\..\QuantLib" /D "WIN32" /D "NOMINMAX" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\MCTimer.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
!
! .c{$(INTDIR)}.obj::
! $(CPP) @<<
! $(CPP_PROJ) $<
! <<
!
! .cpp{$(INTDIR)}.obj::
! $(CPP) @<<
! $(CPP_PROJ) $<
! <<
!
! .cxx{$(INTDIR)}.obj::
! $(CPP) @<<
! $(CPP_PROJ) $<
! <<
!
! .c{$(INTDIR)}.sbr::
! $(CPP) @<<
! $(CPP_PROJ) $<
! <<
!
! .cpp{$(INTDIR)}.sbr::
! $(CPP) @<<
! $(CPP_PROJ) $<
! <<
!
! .cxx{$(INTDIR)}.sbr::
! $(CPP) @<<
! $(CPP_PROJ) $<
! <<
!
! RSC=rc.exe
! BSC32=bscmake.exe
! BSC32_FLAGS=/nologo /o"$(OUTDIR)\MCTimer.bsc"
! BSC32_SBRS= \
! "$(INTDIR)\MCTimer.sbr"
!
! "$(OUTDIR)\MCTimer.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
! $(BSC32) @<<
! $(BSC32_FLAGS) $(BSC32_SBRS)
! <<
!
! LINK32=link.exe
! LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\MCTimer.pdb" /machine:I386 /out:"$(OUTDIR)\MCTimer.exe" /libpath:"..\..\QuantLib\lib\Win32\VisualStudio\\"
! LINK32_OBJS= \
! "$(INTDIR)\MCTimer.obj"
!
! "$(OUTDIR)\MCTimer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
! $(LINK32) @<<
! $(LINK32_FLAGS) $(LINK32_OBJS)
! <<
!
! !ELSEIF "$(CFG)" == "MCTimer - Win32 OnTheEdgeDebug"
!
! OUTDIR=.\build\OnTheEdgeDebug
! INTDIR=.\build\OnTheEdgeDebug
! # Begin Custom Macros
! OutDir=.\build\OnTheEdgeDebug
! # End Custom Macros
!
! ALL : "$(OUTDIR)\MCTimer.exe" "$(OUTDIR)\MCTimer.bsc"
!
!
! CLEAN :
! -@erase "$(INTDIR)\MCTimer.obj"
! -@erase "$(INTDIR)\MCTimer.sbr"
! -@erase "$(INTDIR)\vc60.idb"
! -@erase "$(INTDIR)\vc60.pdb"
! -@erase "$(OUTDIR)\MCTimer.bsc"
! -@erase "$(OUTDIR)\MCTimer.exe"
! -@erase "$(OUTDIR)\MCTimer.ilk"
! -@erase "$(OUTDIR)\MCTimer.pdb"
!
! "$(OUTDIR)" :
! if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
!
! CPP=cl.exe
! CPP_PROJ=/nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "..\..\QuantLib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "NOMINMAX" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\MCTimer.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
.c{$(INTDIR)}.obj::
--- 116,120 ----
<<
! !ENDIF
.c{$(INTDIR)}.obj::
***************
*** 313,339 ****
<<
- RSC=rc.exe
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\MCTimer.bsc"
- BSC32_SBRS= \
- "$(INTDIR)\MCTimer.sbr"
-
- "$(OUTDIR)\MCTimer.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
- <<
-
- LINK32=link.exe
- LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\MCTimer.pdb" /debug /machine:I386 /out:"$(OUTDIR)\MCTimer.exe" /pdbtype:sept /libpath:"..\..\QuantLib\lib\Win32\VisualStudio\\"
- LINK32_OBJS= \
- "$(INTDIR)\MCTimer.obj"
-
- "$(OUTDIR)\MCTimer.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ENDIF
-
!IF "$(NO_EXTERNAL_DEPS)" != "1"
--- 148,151 ----
***************
*** 346,350 ****
! !IF "$(CFG)" == "MCTimer - Win32 Release" || "$(CFG)" == "MCTimer - Win32 Debug" || "$(CFG)" == "MCTimer - Win32 OntheEdgeRelease" || "$(CFG)" == "MCTimer - Win32 OnTheEdgeDebug"
SOURCE=.\MCTimer.cpp
--- 158,162 ----
! !IF "$(CFG)" == "MCTimer - Win32 Release" || "$(CFG)" == "MCTimer - Win32 Debug"
SOURCE=.\MCTimer.cpp
|
|
From: <na...@so...> - 2003-11-03 12:09:55
|
Update of /cvsroot/quantfin/AllLibs
In directory sc8-pr-cvs1:/tmp/cvs-serv18968
Modified Files:
AllLibs.dsw changelog.sh
Log Message:
no message
Index: AllLibs.dsw
===================================================================
RCS file: /cvsroot/quantfin/AllLibs/AllLibs.dsw,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** AllLibs.dsw 3 Nov 2003 08:33:02 -0000 1.19
--- AllLibs.dsw 3 Nov 2003 12:09:52 -0000 1.20
***************
*** 100,115 ****
###############################################################################
- Project: "QuantLibPython"="..\QuantLib-SWIG\Python\QuantLibPython.dsp" - Package Owner=<4>
-
- Package=<5>
- {{{
- }}}
-
- Package=<4>
- {{{
- }}}
-
- ###############################################################################
-
Project: "QuantLibXL"=..\QuantLibXL\QuantLibXL.dsp - Package Owner=<4>
--- 100,103 ----
Index: changelog.sh
===================================================================
RCS file: /cvsroot/quantfin/AllLibs/changelog.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** changelog.sh 6 Mar 2003 15:03:51 -0000 1.9
--- changelog.sh 3 Nov 2003 12:09:52 -0000 1.10
***************
*** 15,19 ****
cvs commit -m updated ChangeLog.txt
! cd ../Scheme/MzScheme
echo "QuantLib-SWIG MzScheme"
cvs2cl.pl -r --gmt -g "-z3" -f ChangeLog.txt
--- 15,19 ----
cvs commit -m updated ChangeLog.txt
! cd ../MzScheme
echo "QuantLib-SWIG MzScheme"
cvs2cl.pl -r --gmt -g "-z3" -f ChangeLog.txt
***************
*** 25,29 ****
cvs commit -m updated ChangeLog.txt
! cd ../../SWIG
echo "QuantLib-SWIG SWIG"
cvs2cl.pl -r --gmt -g "-z3" -f ChangeLog.txt
--- 25,29 ----
cvs commit -m updated ChangeLog.txt
! cd ../SWIG
echo "QuantLib-SWIG SWIG"
cvs2cl.pl -r --gmt -g "-z3" -f ChangeLog.txt
|
|
From: <na...@so...> - 2003-11-03 08:33:05
|
Update of /cvsroot/quantfin/AllLibs
In directory sc8-pr-cvs1:/tmp/cvs-serv14120
Modified Files:
AllLibs.dsw
Log Message:
no message
Index: AllLibs.dsw
===================================================================
RCS file: /cvsroot/quantfin/AllLibs/AllLibs.dsw,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** AllLibs.dsw 28 Jul 2003 08:02:34 -0000 1.18
--- AllLibs.dsw 3 Nov 2003 08:33:02 -0000 1.19
***************
*** 12,15 ****
--- 12,18 ----
Package=<4>
{{{
+ Begin Project Dependency
+ Project_Dep_Name QuantLib
+ End Project Dependency
}}}
***************
*** 119,122 ****
--- 122,128 ----
Begin Project Dependency
Project_Dep_Name QuantLib
+ End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name xlw
End Project Dependency
}}}
|