[QuantFin-cvs] AllLibs/MCTimer MCTimer.dsp,1.4,1.5 MCTimer.mak,1.9,1.10
Status: Planning
Brought to you by:
nando
|
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"
|