home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / protview / demowinx / data.3 / shape / samples / MFC / SHAPDEMO / SHAPDEMO.MAK < prev    next >
Encoding:
NMAKE  |  1996-10-28  |  10.4 KB  |  390 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=ShapDemo - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to ShapDemo - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "ShapDemo - Win32 Release" && "$(CFG)" !=\
  12.  "ShapDemo - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "ShapDemo.mak" CFG="ShapDemo - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "ShapDemo - Win32 Release" (based on "Win32 (x86) Application")
  22. !MESSAGE "ShapDemo - Win32 Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32. ################################################################################
  33. # Begin Project
  34. RSC=rc.exe
  35. MTL=mktyplib.exe
  36. CPP=cl.exe
  37.  
  38. !IF  "$(CFG)" == "ShapDemo - Win32 Release"
  39.  
  40. # PROP BASE Use_MFC 6
  41. # PROP BASE Use_Debug_Libraries 0
  42. # PROP BASE Output_Dir "Release"
  43. # PROP BASE Intermediate_Dir "Release"
  44. # PROP BASE Target_Dir ""
  45. # PROP Use_MFC 6
  46. # PROP Use_Debug_Libraries 0
  47. # PROP Output_Dir "Release"
  48. # PROP Intermediate_Dir "Release"
  49. # PROP Target_Dir ""
  50. OUTDIR=.\Release
  51. INTDIR=.\Release
  52.  
  53. ALL : ".\ShapDemo.exe"
  54.  
  55. CLEAN : 
  56.     -@erase ".\Release\ShapDemo.obj"
  57.     -@erase ".\Release\ShapDemo.pch"
  58.     -@erase ".\Release\ShapDemo.res"
  59.     -@erase ".\Release\ShapDlg.obj"
  60.     -@erase ".\Release\shape3d.obj"
  61.     -@erase ".\Release\StdAfx.obj"
  62.     -@erase ".\ShapDemo.exe"
  63.  
  64. "$(OUTDIR)" :
  65.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  66.  
  67. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  68. # ADD CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  69. CPP_PROJ=/nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  70.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ShapDemo.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
  71.  /c 
  72. CPP_OBJS=.\Release/
  73. CPP_SBRS=.\.
  74. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  75. # ADD MTL /nologo /D "NDEBUG" /win32
  76. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  77. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  78. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  79. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ShapDemo.res" /d "NDEBUG" /d "_AFXDLL" 
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. BSC32_FLAGS=/nologo /o"$(OUTDIR)/ShapDemo.bsc" 
  84. BSC32_SBRS= \
  85.     
  86. LINK32=link.exe
  87. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  88. # ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"ShapDemo.exe"
  89. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
  90.  /pdb:"$(OUTDIR)/ShapDemo.pdb" /machine:I386 /out:"ShapDemo.exe" 
  91. LINK32_OBJS= \
  92.     ".\Release\ShapDemo.obj" \
  93.     ".\Release\ShapDemo.res" \
  94.     ".\Release\ShapDlg.obj" \
  95.     ".\Release\shape3d.obj" \
  96.     ".\Release\StdAfx.obj"
  97.  
  98. ".\ShapDemo.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  99.     $(LINK32) @<<
  100.   $(LINK32_FLAGS) $(LINK32_OBJS)
  101. <<
  102.  
  103. !ELSEIF  "$(CFG)" == "ShapDemo - Win32 Debug"
  104.  
  105. # PROP BASE Use_MFC 6
  106. # PROP BASE Use_Debug_Libraries 1
  107. # PROP BASE Output_Dir "Debug"
  108. # PROP BASE Intermediate_Dir "Debug"
  109. # PROP BASE Target_Dir ""
  110. # PROP Use_MFC 6
  111. # PROP Use_Debug_Libraries 1
  112. # PROP Output_Dir "Debug"
  113. # PROP Intermediate_Dir "Debug"
  114. # PROP Target_Dir ""
  115. OUTDIR=.\Debug
  116. INTDIR=.\Debug
  117.  
  118. ALL : ".\Debug\ShapDemo.exe"
  119.  
  120. CLEAN : 
  121.     -@erase ".\Debug\ShapDemo.exe"
  122.     -@erase ".\Debug\ShapDemo.ilk"
  123.     -@erase ".\Debug\ShapDemo.obj"
  124.     -@erase ".\Debug\ShapDemo.pch"
  125.     -@erase ".\Debug\ShapDemo.pdb"
  126.     -@erase ".\Debug\ShapDemo.res"
  127.     -@erase ".\Debug\ShapDlg.obj"
  128.     -@erase ".\Debug\shape3d.obj"
  129.     -@erase ".\Debug\StdAfx.obj"
  130.     -@erase ".\Debug\vc40.idb"
  131.     -@erase ".\Debug\vc40.pdb"
  132.  
  133. "$(OUTDIR)" :
  134.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  135.  
  136. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  137. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  138. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  139.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ShapDemo.pch" /Yu"stdafx.h"\
  140.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  141. CPP_OBJS=.\Debug/
  142. CPP_SBRS=.\.
  143. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  144. # ADD MTL /nologo /D "_DEBUG" /win32
  145. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  146. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  147. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  148. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ShapDemo.res" /d "_DEBUG" /d "_AFXDLL" 
  149. BSC32=bscmake.exe
  150. # ADD BASE BSC32 /nologo
  151. # ADD BSC32 /nologo
  152. BSC32_FLAGS=/nologo /o"$(OUTDIR)/ShapDemo.bsc" 
  153. BSC32_SBRS= \
  154.     
  155. LINK32=link.exe
  156. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  157. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  158. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
  159.  /pdb:"$(OUTDIR)/ShapDemo.pdb" /debug /machine:I386\
  160.  /out:"$(OUTDIR)/ShapDemo.exe" 
  161. LINK32_OBJS= \
  162.     ".\Debug\ShapDemo.obj" \
  163.     ".\Debug\ShapDemo.res" \
  164.     ".\Debug\ShapDlg.obj" \
  165.     ".\Debug\shape3d.obj" \
  166.     ".\Debug\StdAfx.obj"
  167.  
  168. ".\Debug\ShapDemo.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  169.     $(LINK32) @<<
  170.   $(LINK32_FLAGS) $(LINK32_OBJS)
  171. <<
  172.  
  173. !ENDIF 
  174.  
  175. .c{$(CPP_OBJS)}.obj:
  176.    $(CPP) $(CPP_PROJ) $<  
  177.  
  178. .cpp{$(CPP_OBJS)}.obj:
  179.    $(CPP) $(CPP_PROJ) $<  
  180.  
  181. .cxx{$(CPP_OBJS)}.obj:
  182.    $(CPP) $(CPP_PROJ) $<  
  183.  
  184. .c{$(CPP_SBRS)}.sbr:
  185.    $(CPP) $(CPP_PROJ) $<  
  186.  
  187. .cpp{$(CPP_SBRS)}.sbr:
  188.    $(CPP) $(CPP_PROJ) $<  
  189.  
  190. .cxx{$(CPP_SBRS)}.sbr:
  191.    $(CPP) $(CPP_PROJ) $<  
  192.  
  193. ################################################################################
  194. # Begin Target
  195.  
  196. # Name "ShapDemo - Win32 Release"
  197. # Name "ShapDemo - Win32 Debug"
  198.  
  199. !IF  "$(CFG)" == "ShapDemo - Win32 Release"
  200.  
  201. !ELSEIF  "$(CFG)" == "ShapDemo - Win32 Debug"
  202.  
  203. !ENDIF 
  204.  
  205. ################################################################################
  206. # Begin Source File
  207.  
  208. SOURCE=.\ReadMe.txt
  209.  
  210. !IF  "$(CFG)" == "ShapDemo - Win32 Release"
  211.  
  212. !ELSEIF  "$(CFG)" == "ShapDemo - Win32 Debug"
  213.  
  214. !ENDIF 
  215.  
  216. # End Source File
  217. ################################################################################
  218. # Begin Source File
  219.  
  220. SOURCE=.\ShapDemo.cpp
  221. DEP_CPP_SHAPD=\
  222.     ".\ShapDemo.h"\
  223.     ".\ShapDlg.h"\
  224.     ".\StdAfx.h"\
  225.     
  226.  
  227. !IF  "$(CFG)" == "ShapDemo - Win32 Release"
  228.  
  229.  
  230. ".\Release\ShapDemo.obj" : $(SOURCE) $(DEP_CPP_SHAPD) "$(INTDIR)"\
  231.  ".\Release\ShapDemo.pch"
  232.  
  233.  
  234. !ELSEIF  "$(CFG)" == "ShapDemo - Win32 Debug"
  235.  
  236.  
  237. ".\Debug\ShapDemo.obj" : $(SOURCE) $(DEP_CPP_SHAPD) "$(INTDIR)"\
  238.  ".\Debug\ShapDemo.pch"
  239.  
  240.  
  241. !ENDIF 
  242.  
  243. # End Source File
  244. ################################################################################
  245. # Begin Source File
  246.  
  247. SOURCE=.\ShapDlg.cpp
  248. DEP_CPP_SHAPDL=\
  249.     ".\ShapDemo.h"\
  250.     ".\ShapDlg.h"\
  251.     ".\shape3d.h"\
  252.     ".\StdAfx.h"\
  253.     
  254.  
  255. !IF  "$(CFG)" == "ShapDemo - Win32 Release"
  256.  
  257.  
  258. ".\Release\ShapDlg.obj" : $(SOURCE) $(DEP_CPP_SHAPDL) "$(INTDIR)"\
  259.  ".\Release\ShapDemo.pch"
  260.  
  261.  
  262. !ELSEIF  "$(CFG)" == "ShapDemo - Win32 Debug"
  263.  
  264.  
  265. ".\Debug\ShapDlg.obj" : $(SOURCE) $(DEP_CPP_SHAPDL) "$(INTDIR)"\
  266.  ".\Debug\ShapDemo.pch"
  267.  
  268.  
  269. !ENDIF 
  270.  
  271. # End Source File
  272. ################################################################################
  273. # Begin Source File
  274.  
  275. SOURCE=.\StdAfx.cpp
  276. DEP_CPP_STDAF=\
  277.     ".\StdAfx.h"\
  278.     
  279.  
  280. !IF  "$(CFG)" == "ShapDemo - Win32 Release"
  281.  
  282. # ADD CPP /Yc"stdafx.h"
  283.  
  284. BuildCmds= \
  285.     $(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  286.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ShapDemo.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
  287.  /c $(SOURCE) \
  288.     
  289.  
  290. ".\Release\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  291.    $(BuildCmds)
  292.  
  293. ".\Release\ShapDemo.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  294.    $(BuildCmds)
  295.  
  296. !ELSEIF  "$(CFG)" == "ShapDemo - Win32 Debug"
  297.  
  298. # ADD CPP /Yc"stdafx.h"
  299.  
  300. BuildCmds= \
  301.     $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  302.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ShapDemo.pch" /Yc"stdafx.h"\
  303.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
  304.     
  305.  
  306. ".\Debug\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  307.    $(BuildCmds)
  308.  
  309. ".\Debug\ShapDemo.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  310.    $(BuildCmds)
  311.  
  312. !ENDIF 
  313.  
  314. # End Source File
  315. ################################################################################
  316. # Begin Source File
  317.  
  318. SOURCE=.\ShapDemo.rc
  319. DEP_RSC_SHAPDE=\
  320.     ".\ShapDemo.ico"\
  321.     ".\ShapDemo.rc2"\
  322.     
  323.  
  324. !IF  "$(CFG)" == "ShapDemo - Win32 Release"
  325.  
  326.  
  327. ".\Release\ShapDemo.res" : $(SOURCE) $(DEP_RSC_SHAPDE) "$(INTDIR)"
  328.    $(RSC) $(RSC_PROJ) $(SOURCE)
  329.  
  330.  
  331. !ELSEIF  "$(CFG)" == "ShapDemo - Win32 Debug"
  332.  
  333.  
  334. ".\Debug\ShapDemo.res" : $(SOURCE) $(DEP_RSC_SHAPDE) "$(INTDIR)"
  335.    $(RSC) $(RSC_PROJ) $(SOURCE)
  336.  
  337.  
  338. !ENDIF 
  339.  
  340. # End Source File
  341. ################################################################################
  342. # Begin Source File
  343.  
  344. SOURCE=.\shape3d.cpp
  345. DEP_CPP_SHAPE=\
  346.     ".\shape3d.h"\
  347.     ".\StdAfx.h"\
  348.     
  349.  
  350. !IF  "$(CFG)" == "ShapDemo - Win32 Release"
  351.  
  352.  
  353. ".\Release\shape3d.obj" : $(SOURCE) $(DEP_CPP_SHAPE) "$(INTDIR)"\
  354.  ".\Release\ShapDemo.pch"
  355.  
  356.  
  357. !ELSEIF  "$(CFG)" == "ShapDemo - Win32 Debug"
  358.  
  359.  
  360. ".\Debug\shape3d.obj" : $(SOURCE) $(DEP_CPP_SHAPE) "$(INTDIR)"\
  361.  ".\Debug\ShapDemo.pch"
  362.  
  363.  
  364. !ENDIF 
  365.  
  366. # End Source File
  367. # End Target
  368. # End Project
  369. ################################################################################
  370. ################################################################################
  371. # Section ShapDemo : {75F920A1-2673-11D0-BDCB-0020A90B183A}
  372. #     2:5:Class:CShape3D
  373. #     2:10:HeaderFile:shape3d.h
  374. #     2:8:ImplFile:shape3d.cpp
  375. # End Section
  376. ################################################################################
  377. ################################################################################
  378. # Section OLE Controls
  379. #     {75F920A3-2673-11D0-BDCB-0020A90B183A}
  380. # End Section
  381. ################################################################################
  382. ################################################################################
  383. # Section ShapDemo : {75F920A3-2673-11D0-BDCB-0020A90B183A}
  384. #     0:13:PVShape3D.cpp:C:\junk\ShapDemo\PVShape3D.cpp
  385. #     0:11:PVShape3D.h:C:\junk\ShapDemo\PVShape3D.h
  386. #     2:21:DefaultSinkHeaderFile:shape3d.h
  387. #     2:16:DefaultSinkClass:CShape3D
  388. # End Section
  389. ################################################################################
  390.