home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / controls / testhelp / testhelp.mak < prev    next >
Text File  |  1998-03-26  |  14KB  |  477 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on testhelp.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=testhelp - Win32 Release
  4. !MESSAGE No configuration specified. Defaulting to testhelp - Win32 Release.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "testhelp - Win32 Release" && "$(CFG)" != "testhelp - Win32 Debug" && "$(CFG)" != "testhelp - Win32 Unicode Debug" && "$(CFG)" != "testhelp - Win32 Unicode Release"
  8. !MESSAGE Invalid configuration "$(CFG)" specified.
  9. !MESSAGE You can specify a configuration when running NMAKE
  10. !MESSAGE by defining the macro CFG on the command line. For example:
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "testhelp.mak" CFG="testhelp - Win32 Release"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "testhelp - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  17. !MESSAGE "testhelp - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  18. !MESSAGE "testhelp - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "testhelp - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE 
  21. !ERROR An invalid configuration is specified.
  22. !ENDIF 
  23.  
  24. !IF "$(OS)" == "Windows_NT"
  25. NULL=
  26. !ELSE 
  27. NULL=nul
  28. !ENDIF 
  29.  
  30. CPP=cl.exe
  31. MTL=midl.exe
  32. RSC=rc.exe
  33.  
  34. !IF  "$(CFG)" == "testhelp - Win32 Release"
  35.  
  36. OUTDIR=.\Release
  37. INTDIR=.\Release
  38. # Begin Custom Macros
  39. OutDir=.\.\Release
  40. # End Custom Macros
  41.  
  42. ALL : "$(OUTDIR)\testhelp.ocx" ".\.\Release\regsvr32.trg"
  43.  
  44.  
  45. CLEAN :
  46.     -@erase "$(INTDIR)\StdAfx.obj"
  47.     -@erase "$(INTDIR)\testhelp.obj"
  48.     -@erase "$(INTDIR)\testhelp.pch"
  49.     -@erase "$(INTDIR)\testhelp.res"
  50.     -@erase "$(INTDIR)\testhelp.tlb"
  51.     -@erase "$(INTDIR)\ThelpCtl.obj"
  52.     -@erase "$(INTDIR)\ThelpPpg.obj"
  53.     -@erase "$(INTDIR)\vc60.idb"
  54.     -@erase "$(OUTDIR)\testhelp.exp"
  55.     -@erase "$(OUTDIR)\testhelp.lib"
  56.     -@erase "$(OUTDIR)\testhelp.ocx"
  57.     -@erase ".\.\Release\regsvr32.trg"
  58.  
  59. "$(OUTDIR)" :
  60.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  61.  
  62. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)\testhelp.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  63. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  64. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\testhelp.res" /d "NDEBUG" /d "_AFXDLL" 
  65. BSC32=bscmake.exe
  66. BSC32_FLAGS=/nologo /o"$(OUTDIR)\testhelp.bsc" 
  67. BSC32_SBRS= \
  68.     
  69. LINK32=link.exe
  70. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\testhelp.pdb" /machine:I386 /def:".\testhelp.def" /out:"$(OUTDIR)\testhelp.ocx" /implib:"$(OUTDIR)\testhelp.lib" 
  71. DEF_FILE= \
  72.     ".\testhelp.def"
  73. LINK32_OBJS= \
  74.     "$(INTDIR)\StdAfx.obj" \
  75.     "$(INTDIR)\testhelp.obj" \
  76.     "$(INTDIR)\ThelpCtl.obj" \
  77.     "$(INTDIR)\ThelpPpg.obj" \
  78.     "$(INTDIR)\testhelp.res"
  79.  
  80. "$(OUTDIR)\testhelp.ocx" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  81.     $(LINK32) @<<
  82.   $(LINK32_FLAGS) $(LINK32_OBJS)
  83. <<
  84.  
  85. OutDir=.\.\Release
  86. TargetPath=.\Release\testhelp.ocx
  87. InputPath=.\Release\testhelp.ocx
  88. SOURCE=$(InputPath)
  89.  
  90. "$(OutDir)\regsvr32.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  91.     <<tempfile.bat 
  92.     @echo off 
  93.     regsvr32 /s /c "$(TargetPath)" 
  94.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  95. << 
  96.     
  97.  
  98. !ELSEIF  "$(CFG)" == "testhelp - Win32 Debug"
  99.  
  100. OUTDIR=.\Debug
  101. INTDIR=.\Debug
  102. # Begin Custom Macros
  103. OutDir=.\.\Debug
  104. # End Custom Macros
  105.  
  106. ALL : "$(OUTDIR)\testhelp.ocx" ".\.\Debug\regsvr32.trg"
  107.  
  108.  
  109. CLEAN :
  110.     -@erase "$(INTDIR)\StdAfx.obj"
  111.     -@erase "$(INTDIR)\testhelp.obj"
  112.     -@erase "$(INTDIR)\testhelp.pch"
  113.     -@erase "$(INTDIR)\testhelp.res"
  114.     -@erase "$(INTDIR)\testhelp.tlb"
  115.     -@erase "$(INTDIR)\ThelpCtl.obj"
  116.     -@erase "$(INTDIR)\ThelpPpg.obj"
  117.     -@erase "$(INTDIR)\vc60.idb"
  118.     -@erase "$(INTDIR)\vc60.pdb"
  119.     -@erase "$(OUTDIR)\testhelp.exp"
  120.     -@erase "$(OUTDIR)\testhelp.ilk"
  121.     -@erase "$(OUTDIR)\testhelp.lib"
  122.     -@erase "$(OUTDIR)\testhelp.ocx"
  123.     -@erase "$(OUTDIR)\testhelp.pdb"
  124.     -@erase ".\.\Debug\regsvr32.trg"
  125.  
  126. "$(OUTDIR)" :
  127.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  128.  
  129. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)\testhelp.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  130. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  131. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\testhelp.res" /d "_DEBUG" /d "_AFXDLL" 
  132. BSC32=bscmake.exe
  133. BSC32_FLAGS=/nologo /o"$(OUTDIR)\testhelp.bsc" 
  134. BSC32_SBRS= \
  135.     
  136. LINK32=link.exe
  137. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\testhelp.pdb" /debug /machine:I386 /def:".\testhelp.def" /out:"$(OUTDIR)\testhelp.ocx" /implib:"$(OUTDIR)\testhelp.lib" 
  138. DEF_FILE= \
  139.     ".\testhelp.def"
  140. LINK32_OBJS= \
  141.     "$(INTDIR)\StdAfx.obj" \
  142.     "$(INTDIR)\testhelp.obj" \
  143.     "$(INTDIR)\ThelpCtl.obj" \
  144.     "$(INTDIR)\ThelpPpg.obj" \
  145.     "$(INTDIR)\testhelp.res"
  146.  
  147. "$(OUTDIR)\testhelp.ocx" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  148.     $(LINK32) @<<
  149.   $(LINK32_FLAGS) $(LINK32_OBJS)
  150. <<
  151.  
  152. OutDir=.\.\Debug
  153. TargetPath=.\Debug\testhelp.ocx
  154. InputPath=.\Debug\testhelp.ocx
  155. SOURCE=$(InputPath)
  156.  
  157. "$(OutDir)\regsvr32.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  158.     <<tempfile.bat 
  159.     @echo off 
  160.     regsvr32 /s /c "$(TargetPath)" 
  161.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  162. << 
  163.     
  164.  
  165. !ELSEIF  "$(CFG)" == "testhelp - Win32 Unicode Debug"
  166.  
  167. OUTDIR=.\DebugU
  168. INTDIR=.\DebugU
  169. # Begin Custom Macros
  170. OutDir=.\.\DebugU
  171. # End Custom Macros
  172.  
  173. ALL : "$(OUTDIR)\testhelp.ocx" ".\.\DebugU\regsvr32.trg"
  174.  
  175.  
  176. CLEAN :
  177.     -@erase "$(INTDIR)\StdAfx.obj"
  178.     -@erase "$(INTDIR)\testhelp.obj"
  179.     -@erase "$(INTDIR)\testhelp.pch"
  180.     -@erase "$(INTDIR)\testhelp.res"
  181.     -@erase "$(INTDIR)\testhelp.tlb"
  182.     -@erase "$(INTDIR)\ThelpCtl.obj"
  183.     -@erase "$(INTDIR)\ThelpPpg.obj"
  184.     -@erase "$(INTDIR)\vc60.idb"
  185.     -@erase "$(INTDIR)\vc60.pdb"
  186.     -@erase "$(OUTDIR)\testhelp.exp"
  187.     -@erase "$(OUTDIR)\testhelp.ilk"
  188.     -@erase "$(OUTDIR)\testhelp.lib"
  189.     -@erase "$(OUTDIR)\testhelp.ocx"
  190.     -@erase "$(OUTDIR)\testhelp.pdb"
  191.     -@erase ".\.\DebugU\regsvr32.trg"
  192.  
  193. "$(OUTDIR)" :
  194.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  195.  
  196. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Fp"$(INTDIR)\testhelp.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  197. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  198. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\testhelp.res" /d "_DEBUG" /d "_AFXDLL" 
  199. BSC32=bscmake.exe
  200. BSC32_FLAGS=/nologo /o"$(OUTDIR)\testhelp.bsc" 
  201. BSC32_SBRS= \
  202.     
  203. LINK32=link.exe
  204. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\testhelp.pdb" /debug /machine:I386 /def:".\testhelp.def" /out:"$(OUTDIR)\testhelp.ocx" /implib:"$(OUTDIR)\testhelp.lib" 
  205. DEF_FILE= \
  206.     ".\testhelp.def"
  207. LINK32_OBJS= \
  208.     "$(INTDIR)\StdAfx.obj" \
  209.     "$(INTDIR)\testhelp.obj" \
  210.     "$(INTDIR)\ThelpCtl.obj" \
  211.     "$(INTDIR)\ThelpPpg.obj" \
  212.     "$(INTDIR)\testhelp.res"
  213.  
  214. "$(OUTDIR)\testhelp.ocx" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  215.     $(LINK32) @<<
  216.   $(LINK32_FLAGS) $(LINK32_OBJS)
  217. <<
  218.  
  219. OutDir=.\.\DebugU
  220. TargetPath=.\DebugU\testhelp.ocx
  221. InputPath=.\DebugU\testhelp.ocx
  222. SOURCE=$(InputPath)
  223.  
  224. "$(OutDir)\regsvr32.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  225.     <<tempfile.bat 
  226.     @echo off 
  227.     regsvr32 /s /c "$(TargetPath)" 
  228.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  229. << 
  230.     
  231.  
  232. !ELSEIF  "$(CFG)" == "testhelp - Win32 Unicode Release"
  233.  
  234. OUTDIR=.\ReleaseU
  235. INTDIR=.\ReleaseU
  236. # Begin Custom Macros
  237. OutDir=.\.\ReleaseU
  238. # End Custom Macros
  239.  
  240. ALL : "$(OUTDIR)\testhelp.ocx" ".\.\ReleaseU\regsvr32.trg"
  241.  
  242.  
  243. CLEAN :
  244.     -@erase "$(INTDIR)\StdAfx.obj"
  245.     -@erase "$(INTDIR)\testhelp.obj"
  246.     -@erase "$(INTDIR)\testhelp.pch"
  247.     -@erase "$(INTDIR)\testhelp.res"
  248.     -@erase "$(INTDIR)\testhelp.tlb"
  249.     -@erase "$(INTDIR)\ThelpCtl.obj"
  250.     -@erase "$(INTDIR)\ThelpPpg.obj"
  251.     -@erase "$(INTDIR)\vc60.idb"
  252.     -@erase "$(OUTDIR)\testhelp.exp"
  253.     -@erase "$(OUTDIR)\testhelp.lib"
  254.     -@erase "$(OUTDIR)\testhelp.ocx"
  255.     -@erase ".\.\ReleaseU\regsvr32.trg"
  256.  
  257. "$(OUTDIR)" :
  258.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  259.  
  260. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Fp"$(INTDIR)\testhelp.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  261. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  262. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\testhelp.res" /d "NDEBUG" /d "_AFXDLL" 
  263. BSC32=bscmake.exe
  264. BSC32_FLAGS=/nologo /o"$(OUTDIR)\testhelp.bsc" 
  265. BSC32_SBRS= \
  266.     
  267. LINK32=link.exe
  268. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\testhelp.pdb" /machine:I386 /def:".\testhelp.def" /out:"$(OUTDIR)\testhelp.ocx" /implib:"$(OUTDIR)\testhelp.lib" 
  269. DEF_FILE= \
  270.     ".\testhelp.def"
  271. LINK32_OBJS= \
  272.     "$(INTDIR)\StdAfx.obj" \
  273.     "$(INTDIR)\testhelp.obj" \
  274.     "$(INTDIR)\ThelpCtl.obj" \
  275.     "$(INTDIR)\ThelpPpg.obj" \
  276.     "$(INTDIR)\testhelp.res"
  277.  
  278. "$(OUTDIR)\testhelp.ocx" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  279.     $(LINK32) @<<
  280.   $(LINK32_FLAGS) $(LINK32_OBJS)
  281. <<
  282.  
  283. OutDir=.\.\ReleaseU
  284. TargetPath=.\ReleaseU\testhelp.ocx
  285. InputPath=.\ReleaseU\testhelp.ocx
  286. SOURCE=$(InputPath)
  287.  
  288. "$(OutDir)\regsvr32.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  289.     <<tempfile.bat 
  290.     @echo off 
  291.     regsvr32 /s /c "$(TargetPath)" 
  292.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  293. << 
  294.     
  295.  
  296. !ENDIF 
  297.  
  298. .c{$(INTDIR)}.obj::
  299.    $(CPP) @<<
  300.    $(CPP_PROJ) $< 
  301. <<
  302.  
  303. .cpp{$(INTDIR)}.obj::
  304.    $(CPP) @<<
  305.    $(CPP_PROJ) $< 
  306. <<
  307.  
  308. .cxx{$(INTDIR)}.obj::
  309.    $(CPP) @<<
  310.    $(CPP_PROJ) $< 
  311. <<
  312.  
  313. .c{$(INTDIR)}.sbr::
  314.    $(CPP) @<<
  315.    $(CPP_PROJ) $< 
  316. <<
  317.  
  318. .cpp{$(INTDIR)}.sbr::
  319.    $(CPP) @<<
  320.    $(CPP_PROJ) $< 
  321. <<
  322.  
  323. .cxx{$(INTDIR)}.sbr::
  324.    $(CPP) @<<
  325.    $(CPP_PROJ) $< 
  326. <<
  327.  
  328.  
  329. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  330. !IF EXISTS("testhelp.dep")
  331. !INCLUDE "testhelp.dep"
  332. !ELSE 
  333. !MESSAGE Warning: cannot find "testhelp.dep"
  334. !ENDIF 
  335. !ENDIF 
  336.  
  337.  
  338. !IF "$(CFG)" == "testhelp - Win32 Release" || "$(CFG)" == "testhelp - Win32 Debug" || "$(CFG)" == "testhelp - Win32 Unicode Debug" || "$(CFG)" == "testhelp - Win32 Unicode Release"
  339. SOURCE=.\StdAfx.cpp
  340.  
  341. !IF  "$(CFG)" == "testhelp - Win32 Release"
  342.  
  343. CPP_SWITCHES=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)\testhelp.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  344.  
  345. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\testhelp.pch" : $(SOURCE) "$(INTDIR)"
  346.     $(CPP) @<<
  347.   $(CPP_SWITCHES) $(SOURCE)
  348. <<
  349.  
  350.  
  351. !ELSEIF  "$(CFG)" == "testhelp - Win32 Debug"
  352.  
  353. CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)\testhelp.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  354.  
  355. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\testhelp.pch" : $(SOURCE) "$(INTDIR)"
  356.     $(CPP) @<<
  357.   $(CPP_SWITCHES) $(SOURCE)
  358. <<
  359.  
  360.  
  361. !ELSEIF  "$(CFG)" == "testhelp - Win32 Unicode Debug"
  362.  
  363. CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Fp"$(INTDIR)\testhelp.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  364.  
  365. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\testhelp.pch" : $(SOURCE) "$(INTDIR)"
  366.     $(CPP) @<<
  367.   $(CPP_SWITCHES) $(SOURCE)
  368. <<
  369.  
  370.  
  371. !ELSEIF  "$(CFG)" == "testhelp - Win32 Unicode Release"
  372.  
  373. CPP_SWITCHES=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Fp"$(INTDIR)\testhelp.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  374.  
  375. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\testhelp.pch" : $(SOURCE) "$(INTDIR)"
  376.     $(CPP) @<<
  377.   $(CPP_SWITCHES) $(SOURCE)
  378. <<
  379.  
  380.  
  381. !ENDIF 
  382.  
  383. SOURCE=.\testhelp.cpp
  384.  
  385. "$(INTDIR)\testhelp.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\testhelp.pch"
  386.  
  387.  
  388. SOURCE=.\testhelp.odl
  389.  
  390. !IF  "$(CFG)" == "testhelp - Win32 Release"
  391.  
  392. MTL_SWITCHES=/nologo /D "NDEBUG" /tlb "$(OUTDIR)\testhelp.tlb" /mktyplib203 /win32 
  393.  
  394. "$(OUTDIR)\testhelp.tlb" : $(SOURCE) "$(OUTDIR)"
  395.     $(MTL) @<<
  396.   $(MTL_SWITCHES) $(SOURCE)
  397. <<
  398.  
  399.  
  400. !ELSEIF  "$(CFG)" == "testhelp - Win32 Debug"
  401.  
  402. MTL_SWITCHES=/nologo /D "_DEBUG" /tlb "$(OUTDIR)\testhelp.tlb" /mktyplib203 /win32 
  403.  
  404. "$(OUTDIR)\testhelp.tlb" : $(SOURCE) "$(OUTDIR)"
  405.     $(MTL) @<<
  406.   $(MTL_SWITCHES) $(SOURCE)
  407. <<
  408.  
  409.  
  410. !ELSEIF  "$(CFG)" == "testhelp - Win32 Unicode Debug"
  411.  
  412. MTL_SWITCHES=/nologo /D "_DEBUG" /tlb "$(OUTDIR)\testhelp.tlb" /mktyplib203 /win32 
  413.  
  414. "$(OUTDIR)\testhelp.tlb" : $(SOURCE) "$(OUTDIR)"
  415.     $(MTL) @<<
  416.   $(MTL_SWITCHES) $(SOURCE)
  417. <<
  418.  
  419.  
  420. !ELSEIF  "$(CFG)" == "testhelp - Win32 Unicode Release"
  421.  
  422. MTL_SWITCHES=/nologo /D "NDEBUG" /tlb "$(OUTDIR)\testhelp.tlb" /mktyplib203 /win32 
  423.  
  424. "$(OUTDIR)\testhelp.tlb" : $(SOURCE) "$(OUTDIR)"
  425.     $(MTL) @<<
  426.   $(MTL_SWITCHES) $(SOURCE)
  427. <<
  428.  
  429.  
  430. !ENDIF 
  431.  
  432. SOURCE=.\testhelp.rc
  433.  
  434. !IF  "$(CFG)" == "testhelp - Win32 Release"
  435.  
  436.  
  437. "$(INTDIR)\testhelp.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\testhelp.tlb"
  438.     $(RSC) /l 0x409 /fo"$(INTDIR)\testhelp.res" /i ".\Release" /d "NDEBUG" /d "_AFXDLL" $(SOURCE)
  439.  
  440.  
  441. !ELSEIF  "$(CFG)" == "testhelp - Win32 Debug"
  442.  
  443.  
  444. "$(INTDIR)\testhelp.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\testhelp.tlb"
  445.     $(RSC) /l 0x409 /fo"$(INTDIR)\testhelp.res" /i ".\Debug" /d "_DEBUG" /d "_AFXDLL" $(SOURCE)
  446.  
  447.  
  448. !ELSEIF  "$(CFG)" == "testhelp - Win32 Unicode Debug"
  449.  
  450.  
  451. "$(INTDIR)\testhelp.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\testhelp.tlb"
  452.     $(RSC) /l 0x409 /fo"$(INTDIR)\testhelp.res" /i ".\DebugU" /d "_DEBUG" /d "_AFXDLL" $(SOURCE)
  453.  
  454.  
  455. !ELSEIF  "$(CFG)" == "testhelp - Win32 Unicode Release"
  456.  
  457.  
  458. "$(INTDIR)\testhelp.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\testhelp.tlb"
  459.     $(RSC) /l 0x409 /fo"$(INTDIR)\testhelp.res" /i ".\ReleaseU" /d "NDEBUG" /d "_AFXDLL" $(SOURCE)
  460.  
  461.  
  462. !ENDIF 
  463.  
  464. SOURCE=.\ThelpCtl.cpp
  465.  
  466. "$(INTDIR)\ThelpCtl.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\testhelp.pch"
  467.  
  468.  
  469. SOURCE=.\ThelpPpg.cpp
  470.  
  471. "$(INTDIR)\ThelpPpg.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\testhelp.pch"
  472.  
  473.  
  474.  
  475. !ENDIF 
  476.  
  477.