home *** CD-ROM | disk | FTP | other *** search
/ Using VRML (Special Edition) / Special_Edition_Using_VRML_CDROM_Que_1996.iso / webpages / software / win95 / browsers / ambersw / tutorial / lesson1 / lesson1.mak < prev    next >
Text File  |  1996-01-04  |  13KB  |  433 lines

  1. # Microsoft Visual C++ Generated NMAKE File, Format Version 2.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "Win32 Debug" && "$(CFG)" != "Win32 Release"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "lesson1.mak" CFG="Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Win32 Debug" (based on "Win32 (x86) Application")
  21. !MESSAGE "Win32 Release" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. ################################################################################
  27. # Begin Project
  28. # PROP Target_Last_Scanned "Win32 Release"
  29. MTL=MkTypLib.exe
  30. CPP=cl.exe
  31. RSC=rc.exe
  32.  
  33. !IF  "$(CFG)" == "Win32 Debug"
  34.  
  35. # PROP BASE Use_MFC 5
  36. # PROP BASE Use_Debug_Libraries 1
  37. # PROP BASE Output_Dir "WinDebug"
  38. # PROP BASE Intermediate_Dir "WinDebug"
  39. # PROP Use_MFC 5
  40. # PROP Use_Debug_Libraries 1
  41. # PROP Output_Dir "WinDebug"
  42. # PROP Intermediate_Dir "WinDebug"
  43. OUTDIR=.\WinDebug
  44. INTDIR=.\WinDebug
  45.  
  46. ALL : .\WinDebug\lesson1.exe .\WinDebug\lesson1.bsc
  47.  
  48. $(OUTDIR) : 
  49.     if not exist $(OUTDIR)/nul mkdir $(OUTDIR)
  50.  
  51. # ADD BASE CPP /nologo /MT /W3 /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /c
  52. # ADD CPP /nologo /MT /W3 /GX /Zi /Od /I "..\..\include" /I "..\..\3dr" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "AMBER_FLOAT_LIB" /D "SHAREWARE" /D "AMBER_3DR" /FR /Yu"stdafx.h" /c
  53. CPP_PROJ=/nologo /MT /W3 /GX /Zi /Od /I "..\..\include" /I "..\..\3dr" /D\
  54.  "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "AMBER_FLOAT_LIB" /D\
  55.  "SHAREWARE" /D "AMBER_3DR" /FR$(INTDIR)/ /Fp$(OUTDIR)/"lesson1.pch"\
  56.  /Yu"stdafx.h" /Fo$(INTDIR)/ /Fd$(OUTDIR)/"lesson1.pdb" /c 
  57. CPP_OBJS=.\WinDebug/
  58. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  59. # ADD RSC /l 0x409 /d "_DEBUG"
  60. RSC_PROJ=/l 0x409 /fo$(INTDIR)/"lesson1.res" /d "_DEBUG" 
  61. BSC32=bscmake.exe
  62. # ADD BASE BSC32 /nologo
  63. # ADD BSC32 /nologo
  64. BSC32_FLAGS=/nologo /o$(OUTDIR)/"lesson1.bsc" 
  65. BSC32_SBRS= \
  66.     .\WinDebug\stdafx.sbr \
  67.     .\WinDebug\lesson1.sbr \
  68.     .\WinDebug\mainfrm.sbr \
  69.     .\WinDebug\lessodoc.sbr \
  70.     .\WinDebug\lessovw.sbr
  71.  
  72. .\WinDebug\lesson1.bsc : $(OUTDIR)  $(BSC32_SBRS)
  73.     $(BSC32) @<<
  74.   $(BSC32_FLAGS) $(BSC32_SBRS)
  75. <<
  76.  
  77. LINK32=link.exe
  78. # ADD BASE LINK32 /NOLOGO /SUBSYSTEM:windows /DEBUG /MACHINE:I386
  79. # SUBTRACT BASE LINK32 /PDB:none
  80. # ADD LINK32 /NOLOGO /SUBSYSTEM:windows /DEBUG /MACHINE:I386
  81. # SUBTRACT LINK32 /PDB:none
  82. LINK32_FLAGS=/NOLOGO /SUBSYSTEM:windows /INCREMENTAL:yes\
  83.  /PDB:$(OUTDIR)/"lesson1.pdb" /DEBUG /MACHINE:I386 /OUT:$(OUTDIR)/"lesson1.exe" 
  84. DEF_FILE=
  85. LINK32_OBJS= \
  86.     .\WinDebug\stdafx.obj \
  87.     .\WinDebug\lesson1.obj \
  88.     .\WinDebug\mainfrm.obj \
  89.     .\WinDebug\lessodoc.obj \
  90.     .\WinDebug\lessovw.obj \
  91.     .\WinDebug\lesson1.res \
  92.     \amber\release\ambersw\lib\amberSWD.lib \
  93.     \amber\release\ambersw\lib\3DR32.LIB \
  94.     \amber\release\ambersw\lib\3DG32.LIB
  95.  
  96. .\WinDebug\lesson1.exe : $(OUTDIR)  $(DEF_FILE) $(LINK32_OBJS)
  97.     $(LINK32) @<<
  98.   $(LINK32_FLAGS) $(LINK32_OBJS)
  99. <<
  100.  
  101. !ELSEIF  "$(CFG)" == "Win32 Release"
  102.  
  103. # PROP BASE Use_MFC 5
  104. # PROP BASE Use_Debug_Libraries 0
  105. # PROP BASE Output_Dir "WinRel"
  106. # PROP BASE Intermediate_Dir "WinRel"
  107. # PROP Use_MFC 5
  108. # PROP Use_Debug_Libraries 0
  109. # PROP Output_Dir "WinRel"
  110. # PROP Intermediate_Dir "WinRel"
  111. OUTDIR=.\WinRel
  112. INTDIR=.\WinRel
  113.  
  114. ALL : .\WinRel\lesson1.exe .\WinRel\lesson1.bsc
  115.  
  116. $(OUTDIR) : 
  117.     if not exist $(OUTDIR)/nul mkdir $(OUTDIR)
  118.  
  119. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /c
  120. # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\include" /I "..\..\3dr" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "AMBER_FLOAT_LIB" /D "SHAREWARE" /D "AMBER_3DR" /FR /Yu"stdafx.h" /c
  121. CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "..\..\include" /I "..\..\3dr" /D "NDEBUG"\
  122.  /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "AMBER_FLOAT_LIB" /D "SHAREWARE" /D\
  123.  "AMBER_3DR" /FR$(INTDIR)/ /Fp$(OUTDIR)/"lesson1.pch" /Yu"stdafx.h"\
  124.  /Fo$(INTDIR)/ /c 
  125. CPP_OBJS=.\WinRel/
  126. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  127. # ADD RSC /l 0x409 /d "NDEBUG"
  128. RSC_PROJ=/l 0x409 /fo$(INTDIR)/"lesson1.res" /d "NDEBUG" 
  129. BSC32=bscmake.exe
  130. # ADD BASE BSC32 /nologo
  131. # ADD BSC32 /nologo
  132. BSC32_FLAGS=/nologo /o$(OUTDIR)/"lesson1.bsc" 
  133. BSC32_SBRS= \
  134.     .\WinRel\stdafx.sbr \
  135.     .\WinRel\lesson1.sbr \
  136.     .\WinRel\mainfrm.sbr \
  137.     .\WinRel\lessodoc.sbr \
  138.     .\WinRel\lessovw.sbr
  139.  
  140. .\WinRel\lesson1.bsc : $(OUTDIR)  $(BSC32_SBRS)
  141.     $(BSC32) @<<
  142.   $(BSC32_FLAGS) $(BSC32_SBRS)
  143. <<
  144.  
  145. LINK32=link.exe
  146. # ADD BASE LINK32 /NOLOGO /SUBSYSTEM:windows /MACHINE:I386
  147. # SUBTRACT BASE LINK32 /PDB:none
  148. # ADD LINK32 /NOLOGO /SUBSYSTEM:windows /MACHINE:I386
  149. # SUBTRACT LINK32 /PDB:none
  150. LINK32_FLAGS=/NOLOGO /SUBSYSTEM:windows /INCREMENTAL:no\
  151.  /PDB:$(OUTDIR)/"lesson1.pdb" /MACHINE:I386 /OUT:$(OUTDIR)/"lesson1.exe" 
  152. DEF_FILE=
  153. LINK32_OBJS= \
  154.     .\WinRel\stdafx.obj \
  155.     .\WinRel\lesson1.obj \
  156.     .\WinRel\mainfrm.obj \
  157.     .\WinRel\lessodoc.obj \
  158.     .\WinRel\lessovw.obj \
  159.     .\WinRel\lesson1.res \
  160.     \amber\release\ambersw\lib\amberSW.lib \
  161.     \amber\release\ambersw\lib\3DR32.LIB \
  162.     \amber\release\ambersw\lib\3DG32.LIB
  163.  
  164. .\WinRel\lesson1.exe : $(OUTDIR)  $(DEF_FILE) $(LINK32_OBJS)
  165.     $(LINK32) @<<
  166.   $(LINK32_FLAGS) $(LINK32_OBJS)
  167. <<
  168.  
  169. !ENDIF 
  170.  
  171. MTL_PROJ=
  172.  
  173. .c{$(CPP_OBJS)}.obj:
  174.    $(CPP) $(CPP_PROJ) $<  
  175.  
  176. .cpp{$(CPP_OBJS)}.obj:
  177.    $(CPP) $(CPP_PROJ) $<  
  178.  
  179. .cxx{$(CPP_OBJS)}.obj:
  180.    $(CPP) $(CPP_PROJ) $<  
  181.  
  182. ################################################################################
  183. # Begin Group "Source Files"
  184.  
  185. ################################################################################
  186. # Begin Source File
  187.  
  188. SOURCE=.\stdafx.cpp
  189. DEP_STDAF=\
  190.     .\stdafx.h
  191.  
  192. !IF  "$(CFG)" == "Win32 Debug"
  193.  
  194. # ADD BASE CPP /Yc"stdafx.h"
  195. # ADD CPP /Yc"stdafx.h"
  196.  
  197. .\WinDebug\stdafx.obj :  $(SOURCE)  $(DEP_STDAF) $(INTDIR)
  198.    $(CPP) /nologo /MT /W3 /GX /Zi /Od /I "..\..\include" /I "..\..\3dr" /D\
  199.  "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "AMBER_FLOAT_LIB" /D\
  200.  "SHAREWARE" /D "AMBER_3DR" /FR$(INTDIR)/ /Fp$(OUTDIR)/"lesson1.pch"\
  201.  /Yc"stdafx.h" /Fo$(INTDIR)/ /Fd$(OUTDIR)/"lesson1.pdb" /c  $(SOURCE) 
  202.  
  203. !ELSEIF  "$(CFG)" == "Win32 Release"
  204.  
  205. # ADD BASE CPP /Yc"stdafx.h"
  206. # ADD CPP /Yc"stdafx.h"
  207.  
  208. .\WinRel\stdafx.obj :  $(SOURCE)  $(DEP_STDAF) $(INTDIR)
  209.    $(CPP) /nologo /MT /W3 /GX /O2 /I "..\..\include" /I "..\..\3dr" /D "NDEBUG"\
  210.  /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "AMBER_FLOAT_LIB" /D "SHAREWARE" /D\
  211.  "AMBER_3DR" /FR$(INTDIR)/ /Fp$(OUTDIR)/"lesson1.pch" /Yc"stdafx.h"\
  212.  /Fo$(INTDIR)/ /c  $(SOURCE) 
  213.  
  214. !ENDIF 
  215.  
  216. # End Source File
  217. ################################################################################
  218. # Begin Source File
  219.  
  220. SOURCE=.\lesson1.cpp
  221. DEP_LESSO=\
  222.     .\stdafx.h\
  223.     .\lesson1.h\
  224.     .\mainfrm.h\
  225.     .\lessodoc.h\
  226.     .\lessovw.h\
  227.     \amber\release\ambersw\include\amber.hpp\
  228.     \amber\release\ambersw\include\channel.hpp\
  229.     \amber\release\ambersw\include\messages.hpp\
  230.     \amber\release\ambersw\include\vrtypes.hpp\
  231.     \amber\release\ambersw\include\position.hpp\
  232.     \amber\release\ambersw\include\quat.hpp\
  233.     \amber\release\ambersw\include\vector.hpp\
  234.     \amber\release\ambersw\include\vertex.hpp\
  235.     \amber\release\ambersw\include\line.hpp\
  236.     \amber\release\ambersw\include\triangle.hpp\
  237.     \amber\release\ambersw\include\polygon.hpp\
  238.     \amber\release\ambersw\include\geometry.hpp\
  239.     \amber\release\ambersw\include\slink.hpp\
  240.     \amber\release\ambersw\include\univ.hpp\
  241.     \amber\release\ambersw\include\sim.hpp\
  242.     \COMP\MSVC20\INCLUDE\gl\GL.H\
  243.     \amber\release\ambersw\include\intxmsg.hpp\
  244.     \amber\release\ambersw\include\material.hpp\
  245.     \amber\release\ambersw\include\texture.hpp\
  246.     \amber\release\ambersw\include\primset.hpp\
  247.     \amber\release\ambersw\include\matrix.hpp\
  248.     \amber\release\ambersw\include\shapes.hpp\
  249.     \amber\release\ambersw\include\light.hpp\
  250.     \amber\release\ambersw\include\style.hpp\
  251.     \amber\release\ambersw\include\law.hpp\
  252.     \amber\release\ambersw\include\stack.hpp\
  253.     \amber\release\ambersw\include\point.hpp\
  254.     \amber\release\ambersw\include\kine.hpp
  255.  
  256. !IF  "$(CFG)" == "Win32 Debug"
  257.  
  258. .\WinDebug\lesson1.obj :  $(SOURCE)  $(DEP_LESSO) $(INTDIR)\
  259.  .\WinDebug\stdafx.obj
  260.  
  261. !ELSEIF  "$(CFG)" == "Win32 Release"
  262.  
  263. .\WinRel\lesson1.obj :  $(SOURCE)  $(DEP_LESSO) $(INTDIR) .\WinRel\stdafx.obj
  264.  
  265. !ENDIF 
  266.  
  267. # End Source File
  268. ################################################################################
  269. # Begin Source File
  270.  
  271. SOURCE=.\mainfrm.cpp
  272. DEP_MAINF=\
  273.     .\stdafx.h\
  274.     .\lesson1.h\
  275.     .\mainfrm.h
  276.  
  277. !IF  "$(CFG)" == "Win32 Debug"
  278.  
  279. .\WinDebug\mainfrm.obj :  $(SOURCE)  $(DEP_MAINF) $(INTDIR)\
  280.  .\WinDebug\stdafx.obj
  281.  
  282. !ELSEIF  "$(CFG)" == "Win32 Release"
  283.  
  284. .\WinRel\mainfrm.obj :  $(SOURCE)  $(DEP_MAINF) $(INTDIR) .\WinRel\stdafx.obj
  285.  
  286. !ENDIF 
  287.  
  288. # End Source File
  289. ################################################################################
  290. # Begin Source File
  291.  
  292. SOURCE=.\lessodoc.cpp
  293. DEP_LESSOD=\
  294.     .\stdafx.h\
  295.     .\lesson1.h\
  296.     .\lessodoc.h
  297.  
  298. !IF  "$(CFG)" == "Win32 Debug"
  299.  
  300. .\WinDebug\lessodoc.obj :  $(SOURCE)  $(DEP_LESSOD) $(INTDIR)\
  301.  .\WinDebug\stdafx.obj
  302.  
  303. !ELSEIF  "$(CFG)" == "Win32 Release"
  304.  
  305. .\WinRel\lessodoc.obj :  $(SOURCE)  $(DEP_LESSOD) $(INTDIR) .\WinRel\stdafx.obj
  306.  
  307. !ENDIF 
  308.  
  309. # End Source File
  310. ################################################################################
  311. # Begin Source File
  312.  
  313. SOURCE=.\lessovw.cpp
  314. DEP_LESSOV=\
  315.     .\stdafx.h\
  316.     .\lesson1.h\
  317.     .\lessodoc.h\
  318.     .\lessovw.h\
  319.     \amber\release\ambersw\include\amber.hpp\
  320.     \amber\release\ambersw\include\channel.hpp\
  321.     \amber\release\ambersw\include\messages.hpp\
  322.     \amber\release\ambersw\include\vrtypes.hpp\
  323.     \amber\release\ambersw\include\position.hpp\
  324.     \amber\release\ambersw\include\quat.hpp\
  325.     \amber\release\ambersw\include\vector.hpp\
  326.     \amber\release\ambersw\include\vertex.hpp\
  327.     \amber\release\ambersw\include\line.hpp\
  328.     \amber\release\ambersw\include\triangle.hpp\
  329.     \amber\release\ambersw\include\polygon.hpp\
  330.     \amber\release\ambersw\include\geometry.hpp\
  331.     \amber\release\ambersw\include\slink.hpp\
  332.     \amber\release\ambersw\include\univ.hpp\
  333.     \amber\release\ambersw\include\sim.hpp\
  334.     \COMP\MSVC20\INCLUDE\gl\GL.H\
  335.     \amber\release\ambersw\include\intxmsg.hpp\
  336.     \amber\release\ambersw\include\material.hpp\
  337.     \amber\release\ambersw\include\texture.hpp\
  338.     \amber\release\ambersw\include\primset.hpp\
  339.     \amber\release\ambersw\include\matrix.hpp\
  340.     \amber\release\ambersw\include\shapes.hpp\
  341.     \amber\release\ambersw\include\light.hpp\
  342.     \amber\release\ambersw\include\style.hpp\
  343.     \amber\release\ambersw\include\law.hpp\
  344.     \amber\release\ambersw\include\stack.hpp\
  345.     \amber\release\ambersw\include\point.hpp\
  346.     \amber\release\ambersw\include\kine.hpp
  347.  
  348. !IF  "$(CFG)" == "Win32 Debug"
  349.  
  350. .\WinDebug\lessovw.obj :  $(SOURCE)  $(DEP_LESSOV) $(INTDIR)\
  351.  .\WinDebug\stdafx.obj
  352.  
  353. !ELSEIF  "$(CFG)" == "Win32 Release"
  354.  
  355. .\WinRel\lessovw.obj :  $(SOURCE)  $(DEP_LESSOV) $(INTDIR) .\WinRel\stdafx.obj
  356.  
  357. !ENDIF 
  358.  
  359. # End Source File
  360. ################################################################################
  361. # Begin Source File
  362.  
  363. SOURCE=.\lesson1.rc
  364. DEP_LESSON=\
  365.     .\res\lesson1.ico\
  366.     .\res\lessodoc.ico\
  367.     .\res\toolbar.bmp\
  368.     .\res\lesson1.rc2
  369.  
  370. !IF  "$(CFG)" == "Win32 Debug"
  371.  
  372. .\WinDebug\lesson1.res :  $(SOURCE)  $(DEP_LESSON) $(INTDIR)
  373.    $(RSC) $(RSC_PROJ)  $(SOURCE) 
  374.  
  375. !ELSEIF  "$(CFG)" == "Win32 Release"
  376.  
  377. .\WinRel\lesson1.res :  $(SOURCE)  $(DEP_LESSON) $(INTDIR)
  378.    $(RSC) $(RSC_PROJ)  $(SOURCE) 
  379.  
  380. !ENDIF 
  381.  
  382. # End Source File
  383. ################################################################################
  384. # Begin Source File
  385.  
  386. SOURCE=.\readme.txt
  387. # End Source File
  388. # End Group
  389. ################################################################################
  390. # Begin Group "LIB"
  391.  
  392. ################################################################################
  393. # Begin Source File
  394.  
  395. SOURCE=\amber\release\ambersw\lib\amberSW.lib
  396.  
  397. !IF  "$(CFG)" == "Win32 Debug"
  398.  
  399. # PROP Exclude_From_Build 1
  400.  
  401. !ELSEIF  "$(CFG)" == "Win32 Release"
  402.  
  403. !ENDIF 
  404.  
  405. # End Source File
  406. ################################################################################
  407. # Begin Source File
  408.  
  409. SOURCE=\amber\release\ambersw\lib\amberSWD.lib
  410.  
  411. !IF  "$(CFG)" == "Win32 Debug"
  412.  
  413. !ELSEIF  "$(CFG)" == "Win32 Release"
  414.  
  415. # PROP Exclude_From_Build 1
  416.  
  417. !ENDIF 
  418.  
  419. # End Source File
  420. ################################################################################
  421. # Begin Source File
  422.  
  423. SOURCE=\amber\release\ambersw\lib\3DR32.LIB
  424. # End Source File
  425. ################################################################################
  426. # Begin Source File
  427.  
  428. SOURCE=\amber\release\ambersw\lib\3DG32.LIB
  429. # End Source File
  430. # End Group
  431. # End Project
  432. ################################################################################
  433.