home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / Ocann32.mak < prev    next >
Encoding:
NMAKE  |  1998-06-25  |  29.8 KB  |  1,231 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. # TARGTYPE "Win32 (ALPHA) Application" 0x0601
  6.  
  7. !IF "$(CFG)" == ""
  8. CFG=annotate - Win32 (ALPHA) Debug
  9. !MESSAGE No configuration specified.  Defaulting to annotate - Win32 (ALPHA)\
  10.  Debug.
  11. !ENDIF 
  12.  
  13. !IF "$(CFG)" != "annotate - Win32 Release" && "$(CFG)" !=\
  14.  "annotate - Win32 Debug" && "$(CFG)" != "annotate - Win32 (ALPHA) Debug" &&\
  15.  "$(CFG)" != "annotate - Win32 (ALPHA) Release"
  16. !MESSAGE Invalid configuration "$(CFG)" specified.
  17. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  18. !MESSAGE by defining the macro CFG on the command line.  For example:
  19. !MESSAGE 
  20. !MESSAGE NMAKE /f "Ocann32.mak" CFG="annotate - Win32 (ALPHA) Debug"
  21. !MESSAGE 
  22. !MESSAGE Possible choices for configuration are:
  23. !MESSAGE 
  24. !MESSAGE "annotate - Win32 Release" (based on "Win32 (x86) Application")
  25. !MESSAGE "annotate - Win32 Debug" (based on "Win32 (x86) Application")
  26. !MESSAGE "annotate - Win32 (ALPHA) Debug" (based on\
  27.  "Win32 (ALPHA) Application")
  28. !MESSAGE "annotate - Win32 (ALPHA) Release" (based on\
  29.  "Win32 (ALPHA) Application")
  30. !MESSAGE 
  31. !ERROR An invalid configuration is specified.
  32. !ENDIF 
  33.  
  34. !IF "$(OS)" == "Windows_NT"
  35. NULL=
  36. !ELSE 
  37. NULL=nul
  38. !ENDIF 
  39. ################################################################################
  40. # Begin Project
  41. # PROP Target_Last_Scanned "annotate - Win32 Debug"
  42.  
  43. !IF  "$(CFG)" == "annotate - Win32 Release"
  44.  
  45. # PROP BASE Use_MFC 6
  46. # PROP BASE Use_Debug_Libraries 0
  47. # PROP BASE Output_Dir "Release"
  48. # PROP BASE Intermediate_Dir "Release"
  49. # PROP BASE Target_Dir ""
  50. # PROP Use_MFC 6
  51. # PROP Use_Debug_Libraries 0
  52. # PROP Output_Dir "Release"
  53. # PROP Intermediate_Dir "Release"
  54. # PROP Target_Dir ""
  55. OUTDIR=.\Release
  56. INTDIR=.\Release
  57.  
  58. ALL : "$(OUTDIR)\Ocann32.exe"
  59.  
  60. CLEAN : 
  61.     -@erase "$(INTDIR)\annotate.obj"
  62.     -@erase "$(INTDIR)\annotate.res"
  63.     -@erase "$(INTDIR)\annotDoc.obj"
  64.     -@erase "$(INTDIR)\annotVw.obj"
  65.     -@erase "$(INTDIR)\Font.obj"
  66.     -@erase "$(INTDIR)\Lead.obj"
  67.     -@erase "$(INTDIR)\leaddlg.obj"
  68.     -@erase "$(INTDIR)\LinkDlg.obj"
  69.     -@erase "$(INTDIR)\MainFrm.obj"
  70.     -@erase "$(INTDIR)\Ocann32.pch"
  71.     -@erase "$(INTDIR)\PassDlg.obj"
  72.     -@erase "$(INTDIR)\Picture.obj"
  73.     -@erase "$(INTDIR)\Rangeann.obj"
  74.     -@erase "$(INTDIR)\StdAfx.obj"
  75.     -@erase "$(OUTDIR)\Ocann32.exe"
  76.  
  77. "$(OUTDIR)" :
  78.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  79.  
  80. CPP=cl.exe
  81. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  82. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  83. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  84.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Ocann32.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
  85.  /c 
  86. CPP_OBJS=.\Release/
  87. CPP_SBRS=.\.
  88.  
  89. .c{$(CPP_OBJS)}.obj:
  90.    $(CPP) $(CPP_PROJ) $<  
  91.  
  92. .cpp{$(CPP_OBJS)}.obj:
  93.    $(CPP) $(CPP_PROJ) $<  
  94.  
  95. .cxx{$(CPP_OBJS)}.obj:
  96.    $(CPP) $(CPP_PROJ) $<  
  97.  
  98. .c{$(CPP_SBRS)}.sbr:
  99.    $(CPP) $(CPP_PROJ) $<  
  100.  
  101. .cpp{$(CPP_SBRS)}.sbr:
  102.    $(CPP) $(CPP_PROJ) $<  
  103.  
  104. .cxx{$(CPP_SBRS)}.sbr:
  105.    $(CPP) $(CPP_PROJ) $<  
  106.  
  107. MTL=mktyplib.exe
  108. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  109. # ADD MTL /nologo /D "NDEBUG" /win32
  110. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  111. RSC=rc.exe
  112. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  113. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  114. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/annotate.res" /d "NDEBUG" /d "_AFXDLL" 
  115. BSC32=bscmake.exe
  116. # ADD BASE BSC32 /nologo
  117. # ADD BSC32 /nologo
  118. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Ocann32.bsc" 
  119. BSC32_SBRS= \
  120.     
  121. LINK32=link.exe
  122. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  123. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  124. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
  125.  /pdb:"$(OUTDIR)/Ocann32.pdb" /machine:I386 /out:"$(OUTDIR)/Ocann32.exe" 
  126. LINK32_OBJS= \
  127.     "$(INTDIR)\annotate.obj" \
  128.     "$(INTDIR)\annotate.res" \
  129.     "$(INTDIR)\annotDoc.obj" \
  130.     "$(INTDIR)\annotVw.obj" \
  131.     "$(INTDIR)\Font.obj" \
  132.     "$(INTDIR)\Lead.obj" \
  133.     "$(INTDIR)\leaddlg.obj" \
  134.     "$(INTDIR)\LinkDlg.obj" \
  135.     "$(INTDIR)\MainFrm.obj" \
  136.     "$(INTDIR)\PassDlg.obj" \
  137.     "$(INTDIR)\Picture.obj" \
  138.     "$(INTDIR)\Rangeann.obj" \
  139.     "$(INTDIR)\StdAfx.obj"
  140.  
  141. "$(OUTDIR)\Ocann32.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  142.     $(LINK32) @<<
  143.   $(LINK32_FLAGS) $(LINK32_OBJS)
  144. <<
  145.  
  146. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  147.  
  148. # PROP BASE Use_MFC 6
  149. # PROP BASE Use_Debug_Libraries 1
  150. # PROP BASE Output_Dir "Debug"
  151. # PROP BASE Intermediate_Dir "Debug"
  152. # PROP BASE Target_Dir ""
  153. # PROP Use_MFC 6
  154. # PROP Use_Debug_Libraries 1
  155. # PROP Output_Dir "Debug"
  156. # PROP Intermediate_Dir "Debug"
  157. # PROP Target_Dir ""
  158. OUTDIR=.\Debug
  159. INTDIR=.\Debug
  160.  
  161. ALL : "$(OUTDIR)\Ocann32.exe" "$(OUTDIR)\Ocann32.bsc"
  162.  
  163. CLEAN : 
  164.     -@erase "$(INTDIR)\annotate.obj"
  165.     -@erase "$(INTDIR)\annotate.res"
  166.     -@erase "$(INTDIR)\annotate.sbr"
  167.     -@erase "$(INTDIR)\annotDoc.obj"
  168.     -@erase "$(INTDIR)\annotDoc.sbr"
  169.     -@erase "$(INTDIR)\annotVw.obj"
  170.     -@erase "$(INTDIR)\annotVw.sbr"
  171.     -@erase "$(INTDIR)\Font.obj"
  172.     -@erase "$(INTDIR)\Font.sbr"
  173.     -@erase "$(INTDIR)\Lead.obj"
  174.     -@erase "$(INTDIR)\Lead.sbr"
  175.     -@erase "$(INTDIR)\leaddlg.obj"
  176.     -@erase "$(INTDIR)\leaddlg.sbr"
  177.     -@erase "$(INTDIR)\LinkDlg.obj"
  178.     -@erase "$(INTDIR)\LinkDlg.sbr"
  179.     -@erase "$(INTDIR)\MainFrm.obj"
  180.     -@erase "$(INTDIR)\MainFrm.sbr"
  181.     -@erase "$(INTDIR)\Ocann32.pch"
  182.     -@erase "$(INTDIR)\PassDlg.obj"
  183.     -@erase "$(INTDIR)\PassDlg.sbr"
  184.     -@erase "$(INTDIR)\Picture.obj"
  185.     -@erase "$(INTDIR)\Picture.sbr"
  186.     -@erase "$(INTDIR)\Rangeann.obj"
  187.     -@erase "$(INTDIR)\Rangeann.sbr"
  188.     -@erase "$(INTDIR)\StdAfx.obj"
  189.     -@erase "$(INTDIR)\StdAfx.sbr"
  190.     -@erase "$(INTDIR)\vc40.idb"
  191.     -@erase "$(INTDIR)\vc40.pdb"
  192.     -@erase "$(OUTDIR)\Ocann32.bsc"
  193.     -@erase "$(OUTDIR)\Ocann32.exe"
  194.     -@erase "$(OUTDIR)\Ocann32.ilk"
  195.     -@erase "$(OUTDIR)\Ocann32.pdb"
  196.  
  197. "$(OUTDIR)" :
  198.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  199.  
  200. CPP=cl.exe
  201. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  202. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
  203. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  204.  /D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/Ocann32.pch"\
  205.  /Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  206. CPP_OBJS=.\Debug/
  207. CPP_SBRS=.\Debug/
  208.  
  209. .c{$(CPP_OBJS)}.obj:
  210.    $(CPP) $(CPP_PROJ) $<  
  211.  
  212. .cpp{$(CPP_OBJS)}.obj:
  213.    $(CPP) $(CPP_PROJ) $<  
  214.  
  215. .cxx{$(CPP_OBJS)}.obj:
  216.    $(CPP) $(CPP_PROJ) $<  
  217.  
  218. .c{$(CPP_SBRS)}.sbr:
  219.    $(CPP) $(CPP_PROJ) $<  
  220.  
  221. .cpp{$(CPP_SBRS)}.sbr:
  222.    $(CPP) $(CPP_PROJ) $<  
  223.  
  224. .cxx{$(CPP_SBRS)}.sbr:
  225.    $(CPP) $(CPP_PROJ) $<  
  226.  
  227. MTL=mktyplib.exe
  228. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  229. # ADD MTL /nologo /D "_DEBUG" /win32
  230. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  231. RSC=rc.exe
  232. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  233. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  234. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/annotate.res" /d "_DEBUG" /d "_AFXDLL" 
  235. BSC32=bscmake.exe
  236. # ADD BASE BSC32 /nologo
  237. # ADD BSC32 /nologo
  238. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Ocann32.bsc" 
  239. BSC32_SBRS= \
  240.     "$(INTDIR)\annotate.sbr" \
  241.     "$(INTDIR)\annotDoc.sbr" \
  242.     "$(INTDIR)\annotVw.sbr" \
  243.     "$(INTDIR)\Font.sbr" \
  244.     "$(INTDIR)\Lead.sbr" \
  245.     "$(INTDIR)\leaddlg.sbr" \
  246.     "$(INTDIR)\LinkDlg.sbr" \
  247.     "$(INTDIR)\MainFrm.sbr" \
  248.     "$(INTDIR)\PassDlg.sbr" \
  249.     "$(INTDIR)\Picture.sbr" \
  250.     "$(INTDIR)\Rangeann.sbr" \
  251.     "$(INTDIR)\StdAfx.sbr"
  252.  
  253. "$(OUTDIR)\Ocann32.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  254.     $(BSC32) @<<
  255.   $(BSC32_FLAGS) $(BSC32_SBRS)
  256. <<
  257.  
  258. LINK32=link.exe
  259. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  260. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  261. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
  262.  /pdb:"$(OUTDIR)/Ocann32.pdb" /debug /machine:I386 /out:"$(OUTDIR)/Ocann32.exe" 
  263. LINK32_OBJS= \
  264.     "$(INTDIR)\annotate.obj" \
  265.     "$(INTDIR)\annotate.res" \
  266.     "$(INTDIR)\annotDoc.obj" \
  267.     "$(INTDIR)\annotVw.obj" \
  268.     "$(INTDIR)\Font.obj" \
  269.     "$(INTDIR)\Lead.obj" \
  270.     "$(INTDIR)\leaddlg.obj" \
  271.     "$(INTDIR)\LinkDlg.obj" \
  272.     "$(INTDIR)\MainFrm.obj" \
  273.     "$(INTDIR)\PassDlg.obj" \
  274.     "$(INTDIR)\Picture.obj" \
  275.     "$(INTDIR)\Rangeann.obj" \
  276.     "$(INTDIR)\StdAfx.obj"
  277.  
  278. "$(OUTDIR)\Ocann32.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  279.     $(LINK32) @<<
  280.   $(LINK32_FLAGS) $(LINK32_OBJS)
  281. <<
  282.  
  283. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  284.  
  285. # PROP BASE Use_MFC 6
  286. # PROP BASE Use_Debug_Libraries 1
  287. # PROP BASE Output_Dir "annotate"
  288. # PROP BASE Intermediate_Dir "annotate"
  289. # PROP BASE Target_Dir ""
  290. # PROP Use_MFC 6
  291. # PROP Use_Debug_Libraries 1
  292. # PROP Output_Dir "annotate"
  293. # PROP Intermediate_Dir "annotate"
  294. # PROP Target_Dir ""
  295. OUTDIR=.\annotate
  296. INTDIR=.\annotate
  297.  
  298. ALL :                 "$(OUTDIR)\OCANN32.exe"
  299.  
  300. "$(OUTDIR)" :
  301.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  302.  
  303. CLEAN : 
  304.     -@erase ".\annotate\vc40.pdb"
  305.     -@erase ".\annotate\OCANN32.exe"
  306.     -@erase ".\annotate\annotate.obj"
  307.     -@erase ".\annotate\StdAfx.obj"
  308.     -@erase ".\annotate\MainFrm.obj"
  309.     -@erase ".\annotate\annotDoc.obj"
  310.     -@erase ".\annotate\annotVw.obj"
  311.     -@erase ".\annotate\Rangeann.obj"
  312.     -@erase ".\annotate\Saveann.obj"
  313.     -@erase ".\annotate\font.obj"
  314.     -@erase ".\annotate\lead.obj"
  315.     -@erase ".\annotate\Picture.obj"
  316.     -@erase ".\annotate\annotate.res"
  317.     -@erase ".\annotate\OCANN32.ilk"
  318.     -@erase ".\annotate\OCANN32.pdb"
  319.  
  320. CPP=cl.exe
  321. # ADD BASE CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  322. # ADD CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  323. CPP_PROJ=/nologo /MDd /Gt0 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  324.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/OCANN32.pch" /YX /Fo"$(INTDIR)/"\
  325.  /Fd"$(INTDIR)/" /c 
  326. CPP_OBJS=.\annotate/
  327. CPP_SBRS=
  328.  
  329. .c{$(CPP_OBJS)}.obj:
  330.    $(CPP) $(CPP_PROJ) $<  
  331.  
  332. .cpp{$(CPP_OBJS)}.obj:
  333.    $(CPP) $(CPP_PROJ) $<  
  334.  
  335. .cxx{$(CPP_OBJS)}.obj:
  336.    $(CPP) $(CPP_PROJ) $<  
  337.  
  338. .c{$(CPP_SBRS)}.sbr:
  339.    $(CPP) $(CPP_PROJ) $<  
  340.  
  341. .cpp{$(CPP_SBRS)}.sbr:
  342.    $(CPP) $(CPP_PROJ) $<  
  343.  
  344. .cxx{$(CPP_SBRS)}.sbr:
  345.    $(CPP) $(CPP_PROJ) $<  
  346.  
  347. MTL=mktyplib.exe
  348. # ADD BASE MTL /nologo /D "_DEBUG" /alpha
  349. # ADD MTL /nologo /D "_DEBUG" /alpha
  350. MTL_PROJ=/nologo /D "_DEBUG" /alpha 
  351. RSC=rc.exe
  352. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  353. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  354. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/annotate.res" /d "_DEBUG" /d "_AFXDLL" 
  355. BSC32=bscmake.exe
  356. # ADD BASE BSC32 /nologo
  357. # ADD BSC32 /nologo
  358. BSC32_FLAGS=/nologo /o"$(OUTDIR)/OCANN32.bsc" 
  359. BSC32_SBRS=
  360. LINK32=link.exe
  361. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:ALPHA
  362. # SUBTRACT BASE LINK32 /incremental:no
  363. # ADD LINK32 /nologo /subsystem:windows /debug /machine:ALPHA
  364. # SUBTRACT LINK32 /incremental:no
  365. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
  366.  /pdb:"$(OUTDIR)/OCANN32.pdb" /debug /machine:ALPHA /out:"$(OUTDIR)/OCANN32.exe"\
  367.  
  368. LINK32_OBJS= \
  369.     "$(INTDIR)/annotate.obj" \
  370.     "$(INTDIR)/StdAfx.obj" \
  371.     "$(INTDIR)/MainFrm.obj" \
  372.     "$(INTDIR)/annotDoc.obj" \
  373.     "$(INTDIR)/annotVw.obj" \
  374.     "$(INTDIR)/Rangeann.obj" \
  375.     "$(INTDIR)/Saveann.obj" \
  376.     "$(INTDIR)/font.obj" \
  377.     "$(INTDIR)/lead.obj" \
  378.     "$(INTDIR)/Picture.obj" \
  379.     "$(INTDIR)/annotate.res"
  380.  
  381. "$(OUTDIR)\OCANN32.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  382.     $(LINK32) @<<
  383.   $(LINK32_FLAGS) $(LINK32_OBJS)
  384. <<
  385.  
  386. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  387.  
  388. # PROP BASE Use_MFC 6
  389. # PROP BASE Use_Debug_Libraries 0
  390. # PROP BASE Output_Dir "annotat0"
  391. # PROP BASE Intermediate_Dir "annotat0"
  392. # PROP BASE Target_Dir ""
  393. # PROP Use_MFC 6
  394. # PROP Use_Debug_Libraries 0
  395. # PROP Output_Dir "annotat0"
  396. # PROP Intermediate_Dir "annotat0"
  397. # PROP Target_Dir ""
  398. OUTDIR=.\annotat0
  399. INTDIR=.\annotat0
  400.  
  401. ALL :                 "$(OUTDIR)\OCANN32.exe"
  402.  
  403. "$(OUTDIR)" :
  404.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  405.  
  406. CLEAN : 
  407.     -@erase ".\annotat0\OCANN32.exe"
  408.     -@erase ".\annotat0\annotate.obj"
  409.     -@erase ".\annotat0\StdAfx.obj"
  410.     -@erase ".\annotat0\MainFrm.obj"
  411.     -@erase ".\annotat0\annotDoc.obj"
  412.     -@erase ".\annotat0\annotVw.obj"
  413.     -@erase ".\annotat0\Rangeann.obj"
  414.     -@erase ".\annotat0\Saveann.obj"
  415.     -@erase ".\annotat0\font.obj"
  416.     -@erase ".\annotat0\lead.obj"
  417.     -@erase ".\annotat0\Picture.obj"
  418.     -@erase ".\annotat0\annotate.res"
  419.  
  420. CPP=cl.exe
  421. # ADD BASE CPP /nologo /MD /Gt0 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  422. # ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  423. CPP_PROJ=/nologo /MD /Gt0 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  424.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/OCANN32.pch" /YX /Fo"$(INTDIR)/" /c 
  425. CPP_OBJS=.\annotat0/
  426. CPP_SBRS=
  427.  
  428. .c{$(CPP_OBJS)}.obj:
  429.    $(CPP) $(CPP_PROJ) $<  
  430.  
  431. .cpp{$(CPP_OBJS)}.obj:
  432.    $(CPP) $(CPP_PROJ) $<  
  433.  
  434. .cxx{$(CPP_OBJS)}.obj:
  435.    $(CPP) $(CPP_PROJ) $<  
  436.  
  437. .c{$(CPP_SBRS)}.sbr:
  438.    $(CPP) $(CPP_PROJ) $<  
  439.  
  440. .cpp{$(CPP_SBRS)}.sbr:
  441.    $(CPP) $(CPP_PROJ) $<  
  442.  
  443. .cxx{$(CPP_SBRS)}.sbr:
  444.    $(CPP) $(CPP_PROJ) $<  
  445.  
  446. MTL=mktyplib.exe
  447. # ADD BASE MTL /nologo /D "NDEBUG" /alpha
  448. # ADD MTL /nologo /D "NDEBUG" /alpha
  449. MTL_PROJ=/nologo /D "NDEBUG" /alpha 
  450. RSC=rc.exe
  451. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  452. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  453. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/annotate.res" /d "NDEBUG" /d "_AFXDLL" 
  454. BSC32=bscmake.exe
  455. # ADD BASE BSC32 /nologo
  456. # ADD BSC32 /nologo
  457. BSC32_FLAGS=/nologo /o"$(OUTDIR)/OCANN32.bsc" 
  458. BSC32_SBRS=
  459. LINK32=link.exe
  460. # ADD BASE LINK32 /nologo /subsystem:windows /machine:ALPHA
  461. # ADD LINK32 /nologo /subsystem:windows /machine:ALPHA
  462. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
  463.  /pdb:"$(OUTDIR)/OCANN32.pdb" /machine:ALPHA /out:"$(OUTDIR)/OCANN32.exe" 
  464. LINK32_OBJS= \
  465.     "$(INTDIR)/annotate.obj" \
  466.     "$(INTDIR)/StdAfx.obj" \
  467.     "$(INTDIR)/MainFrm.obj" \
  468.     "$(INTDIR)/annotDoc.obj" \
  469.     "$(INTDIR)/annotVw.obj" \
  470.     "$(INTDIR)/Rangeann.obj" \
  471.     "$(INTDIR)/Saveann.obj" \
  472.     "$(INTDIR)/font.obj" \
  473.     "$(INTDIR)/lead.obj" \
  474.     "$(INTDIR)/Picture.obj" \
  475.     "$(INTDIR)/annotate.res"
  476.  
  477. "$(OUTDIR)\OCANN32.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  478.     $(LINK32) @<<
  479.   $(LINK32_FLAGS) $(LINK32_OBJS)
  480. <<
  481.  
  482. !ENDIF 
  483.  
  484. ################################################################################
  485. # Begin Target
  486.  
  487. # Name "annotate - Win32 Release"
  488. # Name "annotate - Win32 Debug"
  489. # Name "annotate - Win32 (ALPHA) Debug"
  490. # Name "annotate - Win32 (ALPHA) Release"
  491.  
  492. !IF  "$(CFG)" == "annotate - Win32 Release"
  493.  
  494. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  495.  
  496. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  497.  
  498. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  499.  
  500. !ENDIF 
  501.  
  502. ################################################################################
  503. # Begin Source File
  504.  
  505. SOURCE=.\annotate.cpp
  506.  
  507. !IF  "$(CFG)" == "annotate - Win32 Release"
  508.  
  509. DEP_CPP_ANNOT=\
  510.     ".\..\..\..\..\include\l_ocx40.h"\
  511.     ".\Annotate.h"\
  512.     ".\Annotdoc.h"\
  513.     ".\Annotvw.h"\
  514.     ".\Lead.h"\
  515.     ".\Mainfrm.h"\
  516.     ".\Stdafx.h"\
  517.     
  518.  
  519. "$(INTDIR)\annotate.obj" : $(SOURCE) $(DEP_CPP_ANNOT) "$(INTDIR)"\
  520.  "$(INTDIR)\Ocann32.pch"
  521.  
  522.  
  523. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  524.  
  525. DEP_CPP_ANNOT=\
  526.     ".\..\..\..\..\include\l_ocx40.h"\
  527.     ".\Annotate.h"\
  528.     ".\Annotdoc.h"\
  529.     ".\Annotvw.h"\
  530.     ".\Lead.h"\
  531.     ".\Mainfrm.h"\
  532.     ".\Stdafx.h"\
  533.     
  534.  
  535. "$(INTDIR)\annotate.obj" : $(SOURCE) $(DEP_CPP_ANNOT) "$(INTDIR)"\
  536.  "$(INTDIR)\Ocann32.pch"
  537.  
  538. "$(INTDIR)\annotate.sbr" : $(SOURCE) $(DEP_CPP_ANNOT) "$(INTDIR)"\
  539.  "$(INTDIR)\Ocann32.pch"
  540.  
  541.  
  542. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  543.  
  544. DEP_CPP_ANNOT=\
  545.     ".\..\..\..\..\include\l_ocx40.h"\
  546.     ".\Annotate.h"\
  547.     ".\Annotdoc.h"\
  548.     ".\Annotvw.h"\
  549.     ".\Lead.h"\
  550.     ".\Mainfrm.h"\
  551.     ".\Stdafx.h"\
  552.     
  553.  
  554. "$(INTDIR)\annotate.obj" : $(SOURCE) $(DEP_CPP_ANNOT) "$(INTDIR)"
  555.  
  556. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  557.  
  558. DEP_CPP_ANNOT=\
  559.     ".\..\..\..\..\include\l_ocx40.h"\
  560.     ".\Annotate.h"\
  561.     ".\Annotdoc.h"\
  562.     ".\Annotvw.h"\
  563.     ".\Lead.h"\
  564.     ".\Mainfrm.h"\
  565.     ".\Stdafx.h"\
  566.     
  567.  
  568. "$(INTDIR)\annotate.obj" : $(SOURCE) $(DEP_CPP_ANNOT) "$(INTDIR)"
  569.  
  570. !ENDIF 
  571.  
  572. # End Source File
  573. ################################################################################
  574. # Begin Source File
  575.  
  576. SOURCE=.\StdAfx.cpp
  577.  
  578. !IF  "$(CFG)" == "annotate - Win32 Release"
  579.  
  580. DEP_CPP_STDAF=\
  581.     ".\..\..\..\..\include\l_ocx40.h"\
  582.     ".\Lead.h"\
  583.     ".\Stdafx.h"\
  584.     
  585. # ADD CPP /Yc"stdafx.h"
  586.  
  587. BuildCmds= \
  588.     $(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  589.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Ocann32.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
  590.  /c $(SOURCE) \
  591.     
  592.  
  593. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  594.    $(BuildCmds)
  595.  
  596. "$(INTDIR)\Ocann32.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  597.    $(BuildCmds)
  598.  
  599. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  600.  
  601. DEP_CPP_STDAF=\
  602.     ".\..\..\..\..\include\l_ocx40.h"\
  603.     ".\Lead.h"\
  604.     ".\Stdafx.h"\
  605.     
  606. # ADD CPP /Yc"stdafx.h"
  607.  
  608. BuildCmds= \
  609.     $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  610.  /D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/Ocann32.pch"\
  611.  /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
  612.     
  613.  
  614. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  615.    $(BuildCmds)
  616.  
  617. "$(INTDIR)\StdAfx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  618.    $(BuildCmds)
  619.  
  620. "$(INTDIR)\Ocann32.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  621.    $(BuildCmds)
  622.  
  623. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  624.  
  625. DEP_CPP_STDAF=\
  626.     ".\..\..\..\..\include\l_ocx40.h"\
  627.     ".\Lead.h"\
  628.     ".\Stdafx.h"\
  629.     
  630.  
  631. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  632.  
  633. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  634.  
  635. DEP_CPP_STDAF=\
  636.     ".\..\..\..\..\include\l_ocx40.h"\
  637.     ".\Lead.h"\
  638.     ".\Stdafx.h"\
  639.     
  640.  
  641. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  642.  
  643. !ENDIF 
  644.  
  645. # End Source File
  646. ################################################################################
  647. # Begin Source File
  648.  
  649. SOURCE=.\MainFrm.cpp
  650.  
  651. !IF  "$(CFG)" == "annotate - Win32 Release"
  652.  
  653. DEP_CPP_MAINF=\
  654.     ".\..\..\..\..\include\l_ocx40.h"\
  655.     ".\Annotate.h"\
  656.     ".\Lead.h"\
  657.     ".\Mainfrm.h"\
  658.     ".\Stdafx.h"\
  659.     
  660.  
  661. "$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
  662.  "$(INTDIR)\Ocann32.pch"
  663.  
  664.  
  665. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  666.  
  667. DEP_CPP_MAINF=\
  668.     ".\..\..\..\..\include\l_ocx40.h"\
  669.     ".\Annotate.h"\
  670.     ".\Lead.h"\
  671.     ".\Mainfrm.h"\
  672.     ".\Stdafx.h"\
  673.     
  674.  
  675. "$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
  676.  "$(INTDIR)\Ocann32.pch"
  677.  
  678. "$(INTDIR)\MainFrm.sbr" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
  679.  "$(INTDIR)\Ocann32.pch"
  680.  
  681.  
  682. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  683.  
  684. DEP_CPP_MAINF=\
  685.     ".\..\..\..\..\include\l_ocx40.h"\
  686.     ".\Annotate.h"\
  687.     ".\Lead.h"\
  688.     ".\Mainfrm.h"\
  689.     ".\Stdafx.h"\
  690.     
  691.  
  692. "$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
  693.  
  694. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  695.  
  696. DEP_CPP_MAINF=\
  697.     ".\..\..\..\..\include\l_ocx40.h"\
  698.     ".\Annotate.h"\
  699.     ".\Lead.h"\
  700.     ".\Mainfrm.h"\
  701.     ".\Stdafx.h"\
  702.     
  703.  
  704. "$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
  705.  
  706. !ENDIF 
  707.  
  708. # End Source File
  709. ################################################################################
  710. # Begin Source File
  711.  
  712. SOURCE=.\annotDoc.cpp
  713.  
  714. !IF  "$(CFG)" == "annotate - Win32 Release"
  715.  
  716. DEP_CPP_ANNOTD=\
  717.     ".\..\..\..\..\include\l_ocx40.h"\
  718.     ".\Annotate.h"\
  719.     ".\Annotdoc.h"\
  720.     ".\Lead.h"\
  721.     ".\Stdafx.h"\
  722.     
  723.  
  724. "$(INTDIR)\annotDoc.obj" : $(SOURCE) $(DEP_CPP_ANNOTD) "$(INTDIR)"\
  725.  "$(INTDIR)\Ocann32.pch"
  726.  
  727.  
  728. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  729.  
  730. DEP_CPP_ANNOTD=\
  731.     ".\..\..\..\..\include\l_ocx40.h"\
  732.     ".\Annotate.h"\
  733.     ".\Annotdoc.h"\
  734.     ".\Lead.h"\
  735.     ".\Stdafx.h"\
  736.     
  737.  
  738. "$(INTDIR)\annotDoc.obj" : $(SOURCE) $(DEP_CPP_ANNOTD) "$(INTDIR)"\
  739.  "$(INTDIR)\Ocann32.pch"
  740.  
  741. "$(INTDIR)\annotDoc.sbr" : $(SOURCE) $(DEP_CPP_ANNOTD) "$(INTDIR)"\
  742.  "$(INTDIR)\Ocann32.pch"
  743.  
  744.  
  745. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  746.  
  747. DEP_CPP_ANNOTD=\
  748.     ".\..\..\..\..\include\l_ocx40.h"\
  749.     ".\Annotate.h"\
  750.     ".\Annotdoc.h"\
  751.     ".\Lead.h"\
  752.     ".\Stdafx.h"\
  753.     
  754.  
  755. "$(INTDIR)\annotDoc.obj" : $(SOURCE) $(DEP_CPP_ANNOTD) "$(INTDIR)"
  756.  
  757. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  758.  
  759. DEP_CPP_ANNOTD=\
  760.     ".\..\..\..\..\include\l_ocx40.h"\
  761.     ".\Annotate.h"\
  762.     ".\Annotdoc.h"\
  763.     ".\Lead.h"\
  764.     ".\Stdafx.h"\
  765.     
  766.  
  767. "$(INTDIR)\annotDoc.obj" : $(SOURCE) $(DEP_CPP_ANNOTD) "$(INTDIR)"
  768.  
  769. !ENDIF 
  770.  
  771. # End Source File
  772. ################################################################################
  773. # Begin Source File
  774.  
  775. SOURCE=.\annotVw.cpp
  776.  
  777. !IF  "$(CFG)" == "annotate - Win32 Release"
  778.  
  779. DEP_CPP_ANNOTV=\
  780.     "..\..\..\..\include\ltdlgocx.h"\
  781.     ".\..\..\..\..\include\l_ocx40.h"\
  782.     ".\Annotate.h"\
  783.     ".\Annotdoc.h"\
  784.     ".\Annotvw.h"\
  785.     ".\Lead.h"\
  786.     ".\leaddlg.h"\
  787.     ".\Linkdlg.h"\
  788.     ".\Passdlg.h"\
  789.     ".\Rangeann.h"\
  790.     ".\Stdafx.h"\
  791.     
  792.  
  793. "$(INTDIR)\annotVw.obj" : $(SOURCE) $(DEP_CPP_ANNOTV) "$(INTDIR)"\
  794.  "$(INTDIR)\Ocann32.pch"
  795.  
  796.  
  797. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  798.  
  799. DEP_CPP_ANNOTV=\
  800.     "..\..\..\..\include\ltdlgocx.h"\
  801.     ".\..\..\..\..\include\l_ocx40.h"\
  802.     ".\Annotate.h"\
  803.     ".\Annotdoc.h"\
  804.     ".\Annotvw.h"\
  805.     ".\Lead.h"\
  806.     ".\leaddlg.h"\
  807.     ".\Linkdlg.h"\
  808.     ".\Passdlg.h"\
  809.     ".\Rangeann.h"\
  810.     ".\Stdafx.h"\
  811.     
  812.  
  813. "$(INTDIR)\annotVw.obj" : $(SOURCE) $(DEP_CPP_ANNOTV) "$(INTDIR)"\
  814.  "$(INTDIR)\Ocann32.pch"
  815.  
  816. "$(INTDIR)\annotVw.sbr" : $(SOURCE) $(DEP_CPP_ANNOTV) "$(INTDIR)"\
  817.  "$(INTDIR)\Ocann32.pch"
  818.  
  819.  
  820. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  821.  
  822. DEP_CPP_ANNOTV=\
  823.     ".\..\..\..\..\include\l_ocx40.h"\
  824.     ".\Annotate.h"\
  825.     ".\Annotdoc.h"\
  826.     ".\Annotvw.h"\
  827.     ".\Lead.h"\
  828.     ".\Rangeann.h"\
  829.     ".\Saveann.h"\
  830.     ".\Stdafx.h"\
  831.     
  832.  
  833. "$(INTDIR)\annotVw.obj" : $(SOURCE) $(DEP_CPP_ANNOTV) "$(INTDIR)"
  834.  
  835. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  836.  
  837. DEP_CPP_ANNOTV=\
  838.     ".\..\..\..\..\include\l_ocx40.h"\
  839.     ".\Annotate.h"\
  840.     ".\Annotdoc.h"\
  841.     ".\Annotvw.h"\
  842.     ".\Lead.h"\
  843.     ".\Rangeann.h"\
  844.     ".\Saveann.h"\
  845.     ".\Stdafx.h"\
  846.     
  847.  
  848. "$(INTDIR)\annotVw.obj" : $(SOURCE) $(DEP_CPP_ANNOTV) "$(INTDIR)"
  849.  
  850. !ENDIF 
  851.  
  852. # End Source File
  853. ################################################################################
  854. # Begin Source File
  855.  
  856. SOURCE=.\annotate.rc
  857.  
  858. !IF  "$(CFG)" == "annotate - Win32 Release"
  859.  
  860. DEP_RSC_ANNOTA=\
  861.     ".\..\..\..\res\lv.ico"\
  862.     ".\..\..\..\res\lvsample.ico"\
  863.     ".\Annbar.bmp"\
  864.     
  865.  
  866. "$(INTDIR)\annotate.res" : $(SOURCE) $(DEP_RSC_ANNOTA) "$(INTDIR)"
  867.    $(RSC) $(RSC_PROJ) $(SOURCE)
  868.  
  869.  
  870. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  871.  
  872. DEP_RSC_ANNOTA=\
  873.     ".\..\..\..\res\lv.ico"\
  874.     ".\..\..\..\res\lvsample.ico"\
  875.     ".\Annbar.bmp"\
  876.     
  877.  
  878. "$(INTDIR)\annotate.res" : $(SOURCE) $(DEP_RSC_ANNOTA) "$(INTDIR)"
  879.    $(RSC) $(RSC_PROJ) $(SOURCE)
  880.  
  881.  
  882. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  883.  
  884. DEP_RSC_ANNOTA=\
  885.     ".\..\..\..\res\lv.ico"\
  886.     ".\..\..\..\res\lvsample.ico"\
  887.     ".\Annbar.bmp"\
  888.     
  889.  
  890. "$(INTDIR)\annotate.res" : $(SOURCE) $(DEP_RSC_ANNOTA) "$(INTDIR)"
  891.    $(RSC) /l 0x409 /fo"$(INTDIR)/annotate.res" /d "_DEBUG" /d "_AFXDLL"\
  892.  $(SOURCE)
  893.  
  894.  
  895. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  896.  
  897. DEP_RSC_ANNOTA=\
  898.     ".\..\..\..\res\lv.ico"\
  899.     ".\..\..\..\res\lvsample.ico"\
  900.     ".\Annbar.bmp"\
  901.     
  902.  
  903. "$(INTDIR)\annotate.res" : $(SOURCE) $(DEP_RSC_ANNOTA) "$(INTDIR)"
  904.    $(RSC) /l 0x409 /fo"$(INTDIR)/annotate.res" /d "NDEBUG" /d "_AFXDLL"\
  905.  $(SOURCE)
  906.  
  907.  
  908. !ENDIF 
  909.  
  910. # End Source File
  911. ################################################################################
  912. # Begin Source File
  913.  
  914. SOURCE=.\Rangeann.cpp
  915.  
  916. !IF  "$(CFG)" == "annotate - Win32 Release"
  917.  
  918. DEP_CPP_RANGE=\
  919.     ".\..\..\..\..\include\l_ocx40.h"\
  920.     ".\Annotate.h"\
  921.     ".\Lead.h"\
  922.     ".\Rangeann.h"\
  923.     ".\Stdafx.h"\
  924.     
  925.  
  926. "$(INTDIR)\Rangeann.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"\
  927.  "$(INTDIR)\Ocann32.pch"
  928.  
  929.  
  930. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  931.  
  932. DEP_CPP_RANGE=\
  933.     ".\..\..\..\..\include\l_ocx40.h"\
  934.     ".\Annotate.h"\
  935.     ".\Lead.h"\
  936.     ".\Rangeann.h"\
  937.     ".\Stdafx.h"\
  938.     
  939.  
  940. "$(INTDIR)\Rangeann.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"\
  941.  "$(INTDIR)\Ocann32.pch"
  942.  
  943. "$(INTDIR)\Rangeann.sbr" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"\
  944.  "$(INTDIR)\Ocann32.pch"
  945.  
  946.  
  947. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  948.  
  949. DEP_CPP_RANGE=\
  950.     ".\..\..\..\..\include\l_ocx40.h"\
  951.     ".\Annotate.h"\
  952.     ".\Lead.h"\
  953.     ".\Rangeann.h"\
  954.     ".\Stdafx.h"\
  955.     
  956.  
  957. "$(INTDIR)\Rangeann.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
  958.  
  959. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  960.  
  961. DEP_CPP_RANGE=\
  962.     ".\..\..\..\..\include\l_ocx40.h"\
  963.     ".\Annotate.h"\
  964.     ".\Lead.h"\
  965.     ".\Rangeann.h"\
  966.     ".\Stdafx.h"\
  967.     
  968.  
  969. "$(INTDIR)\Rangeann.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"
  970.  
  971. !ENDIF 
  972.  
  973. # End Source File
  974. ################################################################################
  975. # Begin Source File
  976.  
  977. SOURCE=.\Picture.cpp
  978.  
  979. !IF  "$(CFG)" == "annotate - Win32 Release"
  980.  
  981. DEP_CPP_PICTU=\
  982.     ".\..\..\..\..\include\l_ocx40.h"\
  983.     ".\Lead.h"\
  984.     ".\Picture.h"\
  985.     ".\Stdafx.h"\
  986.     
  987.  
  988. "$(INTDIR)\Picture.obj" : $(SOURCE) $(DEP_CPP_PICTU) "$(INTDIR)"\
  989.  "$(INTDIR)\Ocann32.pch"
  990.  
  991.  
  992. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  993.  
  994. DEP_CPP_PICTU=\
  995.     ".\..\..\..\..\include\l_ocx40.h"\
  996.     ".\Lead.h"\
  997.     ".\Picture.h"\
  998.     ".\Stdafx.h"\
  999.     
  1000.  
  1001. "$(INTDIR)\Picture.obj" : $(SOURCE) $(DEP_CPP_PICTU) "$(INTDIR)"\
  1002.  "$(INTDIR)\Ocann32.pch"
  1003.  
  1004. "$(INTDIR)\Picture.sbr" : $(SOURCE) $(DEP_CPP_PICTU) "$(INTDIR)"\
  1005.  "$(INTDIR)\Ocann32.pch"
  1006.  
  1007.  
  1008. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  1009.  
  1010. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  1011.  
  1012. !ENDIF 
  1013.  
  1014. # End Source File
  1015. ################################################################################
  1016. # Begin Source File
  1017.  
  1018. SOURCE=.\Lead.cpp
  1019.  
  1020. !IF  "$(CFG)" == "annotate - Win32 Release"
  1021.  
  1022. DEP_CPP_LEAD_=\
  1023.     ".\..\..\..\..\include\l_ocx40.h"\
  1024.     ".\Font.h"\
  1025.     ".\Lead.h"\
  1026.     ".\Picture.h"\
  1027.     ".\Stdafx.h"\
  1028.     
  1029.  
  1030. "$(INTDIR)\Lead.obj" : $(SOURCE) $(DEP_CPP_LEAD_) "$(INTDIR)"\
  1031.  "$(INTDIR)\Ocann32.pch"
  1032.  
  1033.  
  1034. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  1035.  
  1036. DEP_CPP_LEAD_=\
  1037.     ".\..\..\..\..\include\l_ocx40.h"\
  1038.     ".\Font.h"\
  1039.     ".\Lead.h"\
  1040.     ".\Picture.h"\
  1041.     ".\Stdafx.h"\
  1042.     
  1043.  
  1044. "$(INTDIR)\Lead.obj" : $(SOURCE) $(DEP_CPP_LEAD_) "$(INTDIR)"\
  1045.  "$(INTDIR)\Ocann32.pch"
  1046.  
  1047. "$(INTDIR)\Lead.sbr" : $(SOURCE) $(DEP_CPP_LEAD_) "$(INTDIR)"\
  1048.  "$(INTDIR)\Ocann32.pch"
  1049.  
  1050.  
  1051. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  1052.  
  1053. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  1054.  
  1055. !ENDIF 
  1056.  
  1057. # End Source File
  1058. ################################################################################
  1059. # Begin Source File
  1060.  
  1061. SOURCE=.\Font.cpp
  1062.  
  1063. !IF  "$(CFG)" == "annotate - Win32 Release"
  1064.  
  1065. DEP_CPP_FONT_=\
  1066.     ".\..\..\..\..\include\l_ocx40.h"\
  1067.     ".\Font.h"\
  1068.     ".\Lead.h"\
  1069.     ".\Stdafx.h"\
  1070.     
  1071.  
  1072. "$(INTDIR)\Font.obj" : $(SOURCE) $(DEP_CPP_FONT_) "$(INTDIR)"\
  1073.  "$(INTDIR)\Ocann32.pch"
  1074.  
  1075.  
  1076. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  1077.  
  1078. DEP_CPP_FONT_=\
  1079.     ".\..\..\..\..\include\l_ocx40.h"\
  1080.     ".\Font.h"\
  1081.     ".\Lead.h"\
  1082.     ".\Stdafx.h"\
  1083.     
  1084.  
  1085. "$(INTDIR)\Font.obj" : $(SOURCE) $(DEP_CPP_FONT_) "$(INTDIR)"\
  1086.  "$(INTDIR)\Ocann32.pch"
  1087.  
  1088. "$(INTDIR)\Font.sbr" : $(SOURCE) $(DEP_CPP_FONT_) "$(INTDIR)"\
  1089.  "$(INTDIR)\Ocann32.pch"
  1090.  
  1091.  
  1092. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  1093.  
  1094. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  1095.  
  1096. !ENDIF 
  1097.  
  1098. # End Source File
  1099. ################################################################################
  1100. # Begin Source File
  1101.  
  1102. SOURCE=.\leaddlg.cpp
  1103.  
  1104. !IF  "$(CFG)" == "annotate - Win32 Release"
  1105.  
  1106. DEP_CPP_LEADD=\
  1107.     ".\..\..\..\..\include\l_ocx40.h"\
  1108.     ".\Font.h"\
  1109.     ".\Lead.h"\
  1110.     ".\leaddlg.h"\
  1111.     ".\Stdafx.h"\
  1112.     
  1113.  
  1114. "$(INTDIR)\leaddlg.obj" : $(SOURCE) $(DEP_CPP_LEADD) "$(INTDIR)"\
  1115.  "$(INTDIR)\Ocann32.pch"
  1116.  
  1117.  
  1118. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  1119.  
  1120. DEP_CPP_LEADD=\
  1121.     ".\..\..\..\..\include\l_ocx40.h"\
  1122.     ".\Font.h"\
  1123.     ".\Lead.h"\
  1124.     ".\leaddlg.h"\
  1125.     ".\Stdafx.h"\
  1126.     
  1127.  
  1128. "$(INTDIR)\leaddlg.obj" : $(SOURCE) $(DEP_CPP_LEADD) "$(INTDIR)"\
  1129.  "$(INTDIR)\Ocann32.pch"
  1130.  
  1131. "$(INTDIR)\leaddlg.sbr" : $(SOURCE) $(DEP_CPP_LEADD) "$(INTDIR)"\
  1132.  "$(INTDIR)\Ocann32.pch"
  1133.  
  1134.  
  1135. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  1136.  
  1137. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  1138.  
  1139. !ENDIF 
  1140.  
  1141. # End Source File
  1142. ################################################################################
  1143. # Begin Source File
  1144.  
  1145. SOURCE=.\LinkDlg.cpp
  1146.  
  1147. !IF  "$(CFG)" == "annotate - Win32 Release"
  1148.  
  1149. DEP_CPP_LINKD=\
  1150.     ".\..\..\..\..\include\l_ocx40.h"\
  1151.     ".\Annotate.h"\
  1152.     ".\Lead.h"\
  1153.     ".\Linkdlg.h"\
  1154.     ".\Stdafx.h"\
  1155.     
  1156.  
  1157. "$(INTDIR)\LinkDlg.obj" : $(SOURCE) $(DEP_CPP_LINKD) "$(INTDIR)"\
  1158.  "$(INTDIR)\Ocann32.pch"
  1159.  
  1160.  
  1161. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  1162.  
  1163. DEP_CPP_LINKD=\
  1164.     ".\..\..\..\..\include\l_ocx40.h"\
  1165.     ".\Annotate.h"\
  1166.     ".\Lead.h"\
  1167.     ".\Linkdlg.h"\
  1168.     ".\Stdafx.h"\
  1169.     
  1170.  
  1171. "$(INTDIR)\LinkDlg.obj" : $(SOURCE) $(DEP_CPP_LINKD) "$(INTDIR)"\
  1172.  "$(INTDIR)\Ocann32.pch"
  1173.  
  1174. "$(INTDIR)\LinkDlg.sbr" : $(SOURCE) $(DEP_CPP_LINKD) "$(INTDIR)"\
  1175.  "$(INTDIR)\Ocann32.pch"
  1176.  
  1177.  
  1178. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  1179.  
  1180. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  1181.  
  1182. !ENDIF 
  1183.  
  1184. # End Source File
  1185. ################################################################################
  1186. # Begin Source File
  1187.  
  1188. SOURCE=.\PassDlg.cpp
  1189.  
  1190. !IF  "$(CFG)" == "annotate - Win32 Release"
  1191.  
  1192. DEP_CPP_PASSD=\
  1193.     ".\..\..\..\..\include\l_ocx40.h"\
  1194.     ".\Annotate.h"\
  1195.     ".\Lead.h"\
  1196.     ".\Passdlg.h"\
  1197.     ".\Stdafx.h"\
  1198.     
  1199.  
  1200. "$(INTDIR)\PassDlg.obj" : $(SOURCE) $(DEP_CPP_PASSD) "$(INTDIR)"\
  1201.  "$(INTDIR)\Ocann32.pch"
  1202.  
  1203.  
  1204. !ELSEIF  "$(CFG)" == "annotate - Win32 Debug"
  1205.  
  1206. DEP_CPP_PASSD=\
  1207.     ".\..\..\..\..\include\l_ocx40.h"\
  1208.     ".\Annotate.h"\
  1209.     ".\Lead.h"\
  1210.     ".\Passdlg.h"\
  1211.     ".\Stdafx.h"\
  1212.     
  1213.  
  1214. "$(INTDIR)\PassDlg.obj" : $(SOURCE) $(DEP_CPP_PASSD) "$(INTDIR)"\
  1215.  "$(INTDIR)\Ocann32.pch"
  1216.  
  1217. "$(INTDIR)\PassDlg.sbr" : $(SOURCE) $(DEP_CPP_PASSD) "$(INTDIR)"\
  1218.  "$(INTDIR)\Ocann32.pch"
  1219.  
  1220.  
  1221. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Debug"
  1222.  
  1223. !ELSEIF  "$(CFG)" == "annotate - Win32 (ALPHA) Release"
  1224.  
  1225. !ENDIF 
  1226.  
  1227. # End Source File
  1228. # End Target
  1229. # End Project
  1230. ################################################################################
  1231.