home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Visual Basic 6
/
mastvb6.iso
/
leadtools
/
ocx32.lt
/
Ocann32.mak
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
NMAKE
|
1998-06-25
|
29.8 KB
|
1,231 lines
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
# TARGTYPE "Win32 (ALPHA) Application" 0x0601
!IF "$(CFG)" == ""
CFG=annotate - Win32 (ALPHA) Debug
!MESSAGE No configuration specified. Defaulting to annotate - Win32 (ALPHA)\
Debug.
!ENDIF
!IF "$(CFG)" != "annotate - Win32 Release" && "$(CFG)" !=\
"annotate - Win32 Debug" && "$(CFG)" != "annotate - Win32 (ALPHA) Debug" &&\
"$(CFG)" != "annotate - Win32 (ALPHA) Release"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "Ocann32.mak" CFG="annotate - Win32 (ALPHA) Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "annotate - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "annotate - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE "annotate - Win32 (ALPHA) Debug" (based on\
"Win32 (ALPHA) Application")
!MESSAGE "annotate - Win32 (ALPHA) Release" (based on\
"Win32 (ALPHA) Application")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
################################################################################
# Begin Project
# PROP Target_Last_Scanned "annotate - Win32 Debug"
!IF "$(CFG)" == "annotate - Win32 Release"
# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
OUTDIR=.\Release
INTDIR=.\Release
ALL : "$(OUTDIR)\Ocann32.exe"
CLEAN :
-@erase "$(INTDIR)\annotate.obj"
-@erase "$(INTDIR)\annotate.res"
-@erase "$(INTDIR)\annotDoc.obj"
-@erase "$(INTDIR)\annotVw.obj"
-@erase "$(INTDIR)\Font.obj"
-@erase "$(INTDIR)\Lead.obj"
-@erase "$(INTDIR)\leaddlg.obj"
-@erase "$(INTDIR)\LinkDlg.obj"
-@erase "$(INTDIR)\MainFrm.obj"
-@erase "$(INTDIR)\Ocann32.pch"
-@erase "$(INTDIR)\PassDlg.obj"
-@erase "$(INTDIR)\Picture.obj"
-@erase "$(INTDIR)\Rangeann.obj"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(OUTDIR)\Ocann32.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP=cl.exe
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Ocann32.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
/c
CPP_OBJS=.\Release/
CPP_SBRS=.\.
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
MTL=mktyplib.exe
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
MTL_PROJ=/nologo /D "NDEBUG" /win32
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/annotate.res" /d "NDEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/Ocann32.bsc"
BSC32_SBRS= \
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
# ADD LINK32 /nologo /subsystem:windows /machine:I386
LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
/pdb:"$(OUTDIR)/Ocann32.pdb" /machine:I386 /out:"$(OUTDIR)/Ocann32.exe"
LINK32_OBJS= \
"$(INTDIR)\annotate.obj" \
"$(INTDIR)\annotate.res" \
"$(INTDIR)\annotDoc.obj" \
"$(INTDIR)\annotVw.obj" \
"$(INTDIR)\Font.obj" \
"$(INTDIR)\Lead.obj" \
"$(INTDIR)\leaddlg.obj" \
"$(INTDIR)\LinkDlg.obj" \
"$(INTDIR)\MainFrm.obj" \
"$(INTDIR)\PassDlg.obj" \
"$(INTDIR)\Picture.obj" \
"$(INTDIR)\Rangeann.obj" \
"$(INTDIR)\StdAfx.obj"
"$(OUTDIR)\Ocann32.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
OUTDIR=.\Debug
INTDIR=.\Debug
ALL : "$(OUTDIR)\Ocann32.exe" "$(OUTDIR)\Ocann32.bsc"
CLEAN :
-@erase "$(INTDIR)\annotate.obj"
-@erase "$(INTDIR)\annotate.res"
-@erase "$(INTDIR)\annotate.sbr"
-@erase "$(INTDIR)\annotDoc.obj"
-@erase "$(INTDIR)\annotDoc.sbr"
-@erase "$(INTDIR)\annotVw.obj"
-@erase "$(INTDIR)\annotVw.sbr"
-@erase "$(INTDIR)\Font.obj"
-@erase "$(INTDIR)\Font.sbr"
-@erase "$(INTDIR)\Lead.obj"
-@erase "$(INTDIR)\Lead.sbr"
-@erase "$(INTDIR)\leaddlg.obj"
-@erase "$(INTDIR)\leaddlg.sbr"
-@erase "$(INTDIR)\LinkDlg.obj"
-@erase "$(INTDIR)\LinkDlg.sbr"
-@erase "$(INTDIR)\MainFrm.obj"
-@erase "$(INTDIR)\MainFrm.sbr"
-@erase "$(INTDIR)\Ocann32.pch"
-@erase "$(INTDIR)\PassDlg.obj"
-@erase "$(INTDIR)\PassDlg.sbr"
-@erase "$(INTDIR)\Picture.obj"
-@erase "$(INTDIR)\Picture.sbr"
-@erase "$(INTDIR)\Rangeann.obj"
-@erase "$(INTDIR)\Rangeann.sbr"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\StdAfx.sbr"
-@erase "$(INTDIR)\vc40.idb"
-@erase "$(INTDIR)\vc40.pdb"
-@erase "$(OUTDIR)\Ocann32.bsc"
-@erase "$(OUTDIR)\Ocann32.exe"
-@erase "$(OUTDIR)\Ocann32.ilk"
-@erase "$(OUTDIR)\Ocann32.pdb"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP=cl.exe
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/Ocann32.pch"\
/Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
CPP_OBJS=.\Debug/
CPP_SBRS=.\Debug/
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
MTL=mktyplib.exe
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
MTL_PROJ=/nologo /D "_DEBUG" /win32
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/annotate.res" /d "_DEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/Ocann32.bsc"
BSC32_SBRS= \
"$(INTDIR)\annotate.sbr" \
"$(INTDIR)\annotDoc.sbr" \
"$(INTDIR)\annotVw.sbr" \
"$(INTDIR)\Font.sbr" \
"$(INTDIR)\Lead.sbr" \
"$(INTDIR)\leaddlg.sbr" \
"$(INTDIR)\LinkDlg.sbr" \
"$(INTDIR)\MainFrm.sbr" \
"$(INTDIR)\PassDlg.sbr" \
"$(INTDIR)\Picture.sbr" \
"$(INTDIR)\Rangeann.sbr" \
"$(INTDIR)\StdAfx.sbr"
"$(OUTDIR)\Ocann32.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
$(BSC32) @<<
$(BSC32_FLAGS) $(BSC32_SBRS)
<<
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
# ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
/pdb:"$(OUTDIR)/Ocann32.pdb" /debug /machine:I386 /out:"$(OUTDIR)/Ocann32.exe"
LINK32_OBJS= \
"$(INTDIR)\annotate.obj" \
"$(INTDIR)\annotate.res" \
"$(INTDIR)\annotDoc.obj" \
"$(INTDIR)\annotVw.obj" \
"$(INTDIR)\Font.obj" \
"$(INTDIR)\Lead.obj" \
"$(INTDIR)\leaddlg.obj" \
"$(INTDIR)\LinkDlg.obj" \
"$(INTDIR)\MainFrm.obj" \
"$(INTDIR)\PassDlg.obj" \
"$(INTDIR)\Picture.obj" \
"$(INTDIR)\Rangeann.obj" \
"$(INTDIR)\StdAfx.obj"
"$(OUTDIR)\Ocann32.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "annotate"
# PROP BASE Intermediate_Dir "annotate"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "annotate"
# PROP Intermediate_Dir "annotate"
# PROP Target_Dir ""
OUTDIR=.\annotate
INTDIR=.\annotate
ALL : "$(OUTDIR)\OCANN32.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CLEAN :
-@erase ".\annotate\vc40.pdb"
-@erase ".\annotate\OCANN32.exe"
-@erase ".\annotate\annotate.obj"
-@erase ".\annotate\StdAfx.obj"
-@erase ".\annotate\MainFrm.obj"
-@erase ".\annotate\annotDoc.obj"
-@erase ".\annotate\annotVw.obj"
-@erase ".\annotate\Rangeann.obj"
-@erase ".\annotate\Saveann.obj"
-@erase ".\annotate\font.obj"
-@erase ".\annotate\lead.obj"
-@erase ".\annotate\Picture.obj"
-@erase ".\annotate\annotate.res"
-@erase ".\annotate\OCANN32.ilk"
-@erase ".\annotate\OCANN32.pdb"
CPP=cl.exe
# ADD BASE CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
# ADD CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
CPP_PROJ=/nologo /MDd /Gt0 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/OCANN32.pch" /YX /Fo"$(INTDIR)/"\
/Fd"$(INTDIR)/" /c
CPP_OBJS=.\annotate/
CPP_SBRS=
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
MTL=mktyplib.exe
# ADD BASE MTL /nologo /D "_DEBUG" /alpha
# ADD MTL /nologo /D "_DEBUG" /alpha
MTL_PROJ=/nologo /D "_DEBUG" /alpha
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/annotate.res" /d "_DEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/OCANN32.bsc"
BSC32_SBRS=
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:ALPHA
# SUBTRACT BASE LINK32 /incremental:no
# ADD LINK32 /nologo /subsystem:windows /debug /machine:ALPHA
# SUBTRACT LINK32 /incremental:no
LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
/pdb:"$(OUTDIR)/OCANN32.pdb" /debug /machine:ALPHA /out:"$(OUTDIR)/OCANN32.exe"\
LINK32_OBJS= \
"$(INTDIR)/annotate.obj" \
"$(INTDIR)/StdAfx.obj" \
"$(INTDIR)/MainFrm.obj" \
"$(INTDIR)/annotDoc.obj" \
"$(INTDIR)/annotVw.obj" \
"$(INTDIR)/Rangeann.obj" \
"$(INTDIR)/Saveann.obj" \
"$(INTDIR)/font.obj" \
"$(INTDIR)/lead.obj" \
"$(INTDIR)/Picture.obj" \
"$(INTDIR)/annotate.res"
"$(OUTDIR)\OCANN32.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "annotat0"
# PROP BASE Intermediate_Dir "annotat0"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "annotat0"
# PROP Intermediate_Dir "annotat0"
# PROP Target_Dir ""
OUTDIR=.\annotat0
INTDIR=.\annotat0
ALL : "$(OUTDIR)\OCANN32.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CLEAN :
-@erase ".\annotat0\OCANN32.exe"
-@erase ".\annotat0\annotate.obj"
-@erase ".\annotat0\StdAfx.obj"
-@erase ".\annotat0\MainFrm.obj"
-@erase ".\annotat0\annotDoc.obj"
-@erase ".\annotat0\annotVw.obj"
-@erase ".\annotat0\Rangeann.obj"
-@erase ".\annotat0\Saveann.obj"
-@erase ".\annotat0\font.obj"
-@erase ".\annotat0\lead.obj"
-@erase ".\annotat0\Picture.obj"
-@erase ".\annotat0\annotate.res"
CPP=cl.exe
# ADD BASE CPP /nologo /MD /Gt0 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
CPP_PROJ=/nologo /MD /Gt0 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/OCANN32.pch" /YX /Fo"$(INTDIR)/" /c
CPP_OBJS=.\annotat0/
CPP_SBRS=
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
MTL=mktyplib.exe
# ADD BASE MTL /nologo /D "NDEBUG" /alpha
# ADD MTL /nologo /D "NDEBUG" /alpha
MTL_PROJ=/nologo /D "NDEBUG" /alpha
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/annotate.res" /d "NDEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/OCANN32.bsc"
BSC32_SBRS=
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /machine:ALPHA
# ADD LINK32 /nologo /subsystem:windows /machine:ALPHA
LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
/pdb:"$(OUTDIR)/OCANN32.pdb" /machine:ALPHA /out:"$(OUTDIR)/OCANN32.exe"
LINK32_OBJS= \
"$(INTDIR)/annotate.obj" \
"$(INTDIR)/StdAfx.obj" \
"$(INTDIR)/MainFrm.obj" \
"$(INTDIR)/annotDoc.obj" \
"$(INTDIR)/annotVw.obj" \
"$(INTDIR)/Rangeann.obj" \
"$(INTDIR)/Saveann.obj" \
"$(INTDIR)/font.obj" \
"$(INTDIR)/lead.obj" \
"$(INTDIR)/Picture.obj" \
"$(INTDIR)/annotate.res"
"$(OUTDIR)\OCANN32.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
################################################################################
# Begin Target
# Name "annotate - Win32 Release"
# Name "annotate - Win32 Debug"
# Name "annotate - Win32 (ALPHA) Debug"
# Name "annotate - Win32 (ALPHA) Release"
!IF "$(CFG)" == "annotate - Win32 Release"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
!ENDIF
################################################################################
# Begin Source File
SOURCE=.\annotate.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_ANNOT=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Annotvw.h"\
".\Lead.h"\
".\Mainfrm.h"\
".\Stdafx.h"\
"$(INTDIR)\annotate.obj" : $(SOURCE) $(DEP_CPP_ANNOT) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_ANNOT=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Annotvw.h"\
".\Lead.h"\
".\Mainfrm.h"\
".\Stdafx.h"\
"$(INTDIR)\annotate.obj" : $(SOURCE) $(DEP_CPP_ANNOT) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\annotate.sbr" : $(SOURCE) $(DEP_CPP_ANNOT) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
DEP_CPP_ANNOT=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Annotvw.h"\
".\Lead.h"\
".\Mainfrm.h"\
".\Stdafx.h"\
"$(INTDIR)\annotate.obj" : $(SOURCE) $(DEP_CPP_ANNOT) "$(INTDIR)"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
DEP_CPP_ANNOT=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Annotvw.h"\
".\Lead.h"\
".\Mainfrm.h"\
".\Stdafx.h"\
"$(INTDIR)\annotate.obj" : $(SOURCE) $(DEP_CPP_ANNOT) "$(INTDIR)"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\StdAfx.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_STDAF=\
".\..\..\..\..\include\l_ocx40.h"\
".\Lead.h"\
".\Stdafx.h"\
# ADD CPP /Yc"stdafx.h"
BuildCmds= \
$(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Ocann32.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
/c $(SOURCE) \
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\Ocann32.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_STDAF=\
".\..\..\..\..\include\l_ocx40.h"\
".\Lead.h"\
".\Stdafx.h"\
# ADD CPP /Yc"stdafx.h"
BuildCmds= \
$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/Ocann32.pch"\
/Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\StdAfx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\Ocann32.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
DEP_CPP_STDAF=\
".\..\..\..\..\include\l_ocx40.h"\
".\Lead.h"\
".\Stdafx.h"\
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
DEP_CPP_STDAF=\
".\..\..\..\..\include\l_ocx40.h"\
".\Lead.h"\
".\Stdafx.h"\
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\MainFrm.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_MAINF=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Mainfrm.h"\
".\Stdafx.h"\
"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_MAINF=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Mainfrm.h"\
".\Stdafx.h"\
"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\MainFrm.sbr" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
DEP_CPP_MAINF=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Mainfrm.h"\
".\Stdafx.h"\
"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
DEP_CPP_MAINF=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Mainfrm.h"\
".\Stdafx.h"\
"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\annotDoc.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_ANNOTD=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Lead.h"\
".\Stdafx.h"\
"$(INTDIR)\annotDoc.obj" : $(SOURCE) $(DEP_CPP_ANNOTD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_ANNOTD=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Lead.h"\
".\Stdafx.h"\
"$(INTDIR)\annotDoc.obj" : $(SOURCE) $(DEP_CPP_ANNOTD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\annotDoc.sbr" : $(SOURCE) $(DEP_CPP_ANNOTD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
DEP_CPP_ANNOTD=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Lead.h"\
".\Stdafx.h"\
"$(INTDIR)\annotDoc.obj" : $(SOURCE) $(DEP_CPP_ANNOTD) "$(INTDIR)"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
DEP_CPP_ANNOTD=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Lead.h"\
".\Stdafx.h"\
"$(INTDIR)\annotDoc.obj" : $(SOURCE) $(DEP_CPP_ANNOTD) "$(INTDIR)"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\annotVw.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_ANNOTV=\
"..\..\..\..\include\ltdlgocx.h"\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Annotvw.h"\
".\Lead.h"\
".\leaddlg.h"\
".\Linkdlg.h"\
".\Passdlg.h"\
".\Rangeann.h"\
".\Stdafx.h"\
"$(INTDIR)\annotVw.obj" : $(SOURCE) $(DEP_CPP_ANNOTV) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_ANNOTV=\
"..\..\..\..\include\ltdlgocx.h"\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Annotvw.h"\
".\Lead.h"\
".\leaddlg.h"\
".\Linkdlg.h"\
".\Passdlg.h"\
".\Rangeann.h"\
".\Stdafx.h"\
"$(INTDIR)\annotVw.obj" : $(SOURCE) $(DEP_CPP_ANNOTV) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\annotVw.sbr" : $(SOURCE) $(DEP_CPP_ANNOTV) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
DEP_CPP_ANNOTV=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Annotvw.h"\
".\Lead.h"\
".\Rangeann.h"\
".\Saveann.h"\
".\Stdafx.h"\
"$(INTDIR)\annotVw.obj" : $(SOURCE) $(DEP_CPP_ANNOTV) "$(INTDIR)"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
DEP_CPP_ANNOTV=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Annotdoc.h"\
".\Annotvw.h"\
".\Lead.h"\
".\Rangeann.h"\
".\Saveann.h"\
".\Stdafx.h"\
"$(INTDIR)\annotVw.obj" : $(SOURCE) $(DEP_CPP_ANNOTV) "$(INTDIR)"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\annotate.rc
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_RSC_ANNOTA=\
".\..\..\..\res\lv.ico"\
".\..\..\..\res\lvsample.ico"\
".\Annbar.bmp"\
"$(INTDIR)\annotate.res" : $(SOURCE) $(DEP_RSC_ANNOTA) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_RSC_ANNOTA=\
".\..\..\..\res\lv.ico"\
".\..\..\..\res\lvsample.ico"\
".\Annbar.bmp"\
"$(INTDIR)\annotate.res" : $(SOURCE) $(DEP_RSC_ANNOTA) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
DEP_RSC_ANNOTA=\
".\..\..\..\res\lv.ico"\
".\..\..\..\res\lvsample.ico"\
".\Annbar.bmp"\
"$(INTDIR)\annotate.res" : $(SOURCE) $(DEP_RSC_ANNOTA) "$(INTDIR)"
$(RSC) /l 0x409 /fo"$(INTDIR)/annotate.res" /d "_DEBUG" /d "_AFXDLL"\
$(SOURCE)
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
DEP_RSC_ANNOTA=\
".\..\..\..\res\lv.ico"\
".\..\..\..\res\lvsample.ico"\
".\Annbar.bmp"\
"$(INTDIR)\annotate.res" : $(SOURCE) $(DEP_RSC_ANNOTA) "$(INTDIR)"
$(RSC) /l 0x409 /fo"$(INTDIR)/annotate.res" /d "NDEBUG" /d "_AFXDLL"\
$(SOURCE)
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Rangeann.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_RANGE=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Rangeann.h"\
".\Stdafx.h"\
"$(INTDIR)\Rangeann.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_RANGE=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Rangeann.h"\
".\Stdafx.h"\
"$(INTDIR)\Rangeann.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\Rangeann.sbr" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
DEP_CPP_RANGE=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Rangeann.h"\
".\Stdafx.h"\
"$(INTDIR)\Rangeann.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
DEP_CPP_RANGE=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Rangeann.h"\
".\Stdafx.h"\
"$(INTDIR)\Rangeann.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Picture.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_PICTU=\
".\..\..\..\..\include\l_ocx40.h"\
".\Lead.h"\
".\Picture.h"\
".\Stdafx.h"\
"$(INTDIR)\Picture.obj" : $(SOURCE) $(DEP_CPP_PICTU) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_PICTU=\
".\..\..\..\..\include\l_ocx40.h"\
".\Lead.h"\
".\Picture.h"\
".\Stdafx.h"\
"$(INTDIR)\Picture.obj" : $(SOURCE) $(DEP_CPP_PICTU) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\Picture.sbr" : $(SOURCE) $(DEP_CPP_PICTU) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Lead.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_LEAD_=\
".\..\..\..\..\include\l_ocx40.h"\
".\Font.h"\
".\Lead.h"\
".\Picture.h"\
".\Stdafx.h"\
"$(INTDIR)\Lead.obj" : $(SOURCE) $(DEP_CPP_LEAD_) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_LEAD_=\
".\..\..\..\..\include\l_ocx40.h"\
".\Font.h"\
".\Lead.h"\
".\Picture.h"\
".\Stdafx.h"\
"$(INTDIR)\Lead.obj" : $(SOURCE) $(DEP_CPP_LEAD_) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\Lead.sbr" : $(SOURCE) $(DEP_CPP_LEAD_) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Font.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_FONT_=\
".\..\..\..\..\include\l_ocx40.h"\
".\Font.h"\
".\Lead.h"\
".\Stdafx.h"\
"$(INTDIR)\Font.obj" : $(SOURCE) $(DEP_CPP_FONT_) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_FONT_=\
".\..\..\..\..\include\l_ocx40.h"\
".\Font.h"\
".\Lead.h"\
".\Stdafx.h"\
"$(INTDIR)\Font.obj" : $(SOURCE) $(DEP_CPP_FONT_) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\Font.sbr" : $(SOURCE) $(DEP_CPP_FONT_) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\leaddlg.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_LEADD=\
".\..\..\..\..\include\l_ocx40.h"\
".\Font.h"\
".\Lead.h"\
".\leaddlg.h"\
".\Stdafx.h"\
"$(INTDIR)\leaddlg.obj" : $(SOURCE) $(DEP_CPP_LEADD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_LEADD=\
".\..\..\..\..\include\l_ocx40.h"\
".\Font.h"\
".\Lead.h"\
".\leaddlg.h"\
".\Stdafx.h"\
"$(INTDIR)\leaddlg.obj" : $(SOURCE) $(DEP_CPP_LEADD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\leaddlg.sbr" : $(SOURCE) $(DEP_CPP_LEADD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\LinkDlg.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_LINKD=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Linkdlg.h"\
".\Stdafx.h"\
"$(INTDIR)\LinkDlg.obj" : $(SOURCE) $(DEP_CPP_LINKD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_LINKD=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Linkdlg.h"\
".\Stdafx.h"\
"$(INTDIR)\LinkDlg.obj" : $(SOURCE) $(DEP_CPP_LINKD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\LinkDlg.sbr" : $(SOURCE) $(DEP_CPP_LINKD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\PassDlg.cpp
!IF "$(CFG)" == "annotate - Win32 Release"
DEP_CPP_PASSD=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Passdlg.h"\
".\Stdafx.h"\
"$(INTDIR)\PassDlg.obj" : $(SOURCE) $(DEP_CPP_PASSD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 Debug"
DEP_CPP_PASSD=\
".\..\..\..\..\include\l_ocx40.h"\
".\Annotate.h"\
".\Lead.h"\
".\Passdlg.h"\
".\Stdafx.h"\
"$(INTDIR)\PassDlg.obj" : $(SOURCE) $(DEP_CPP_PASSD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
"$(INTDIR)\PassDlg.sbr" : $(SOURCE) $(DEP_CPP_PASSD) "$(INTDIR)"\
"$(INTDIR)\Ocann32.pch"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
!ELSEIF "$(CFG)" == "annotate - Win32 (ALPHA) Release"
!ENDIF
# End Source File
# End Target
# End Project
################################################################################