home *** CD-ROM | disk | FTP | other *** search
- # Microsoft Visual C++ Generated NMAKE File, Format Version 2.00
- # ** DO NOT EDIT **
-
- # TARGTYPE "Win32 (x86) Application" 0x0101
-
- !IF "$(CFG)" == ""
- CFG=Win32 Debug
- !MESSAGE No configuration specified. Defaulting to Win32 Debug.
- !ENDIF
-
- !IF "$(CFG)" != "Win32 Debug" && "$(CFG)" != "Win32 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 "lesson1.mak" CFG="Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "Win32 Debug" (based on "Win32 (x86) Application")
- !MESSAGE "Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
-
- ################################################################################
- # Begin Project
- # PROP Target_Last_Scanned "Win32 Release"
- MTL=MkTypLib.exe
- CPP=cl.exe
- RSC=rc.exe
-
- !IF "$(CFG)" == "Win32 Debug"
-
- # PROP BASE Use_MFC 5
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "WinDebug"
- # PROP BASE Intermediate_Dir "WinDebug"
- # PROP Use_MFC 5
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "WinDebug"
- # PROP Intermediate_Dir "WinDebug"
- OUTDIR=.\WinDebug
- INTDIR=.\WinDebug
-
- ALL : .\WinDebug\lesson1.exe .\WinDebug\lesson1.bsc
-
- $(OUTDIR) :
- if not exist $(OUTDIR)/nul mkdir $(OUTDIR)
-
- # ADD BASE CPP /nologo /MT /W3 /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /c
- # 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
- CPP_PROJ=/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$(INTDIR)/ /Fp$(OUTDIR)/"lesson1.pch"\
- /Yu"stdafx.h" /Fo$(INTDIR)/ /Fd$(OUTDIR)/"lesson1.pdb" /c
- CPP_OBJS=.\WinDebug/
- # ADD BASE RSC /l 0x409 /d "_DEBUG"
- # ADD RSC /l 0x409 /d "_DEBUG"
- RSC_PROJ=/l 0x409 /fo$(INTDIR)/"lesson1.res" /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o$(OUTDIR)/"lesson1.bsc"
- BSC32_SBRS= \
- .\WinDebug\stdafx.sbr \
- .\WinDebug\lesson1.sbr \
- .\WinDebug\mainfrm.sbr \
- .\WinDebug\lessodoc.sbr \
- .\WinDebug\lessovw.sbr
-
- .\WinDebug\lesson1.bsc : $(OUTDIR) $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
- <<
-
- LINK32=link.exe
- # ADD BASE LINK32 /NOLOGO /SUBSYSTEM:windows /DEBUG /MACHINE:I386
- # SUBTRACT BASE LINK32 /PDB:none
- # ADD LINK32 /NOLOGO /SUBSYSTEM:windows /DEBUG /MACHINE:I386
- # SUBTRACT LINK32 /PDB:none
- LINK32_FLAGS=/NOLOGO /SUBSYSTEM:windows /INCREMENTAL:yes\
- /PDB:$(OUTDIR)/"lesson1.pdb" /DEBUG /MACHINE:I386 /OUT:$(OUTDIR)/"lesson1.exe"
- DEF_FILE=
- LINK32_OBJS= \
- .\WinDebug\stdafx.obj \
- .\WinDebug\lesson1.obj \
- .\WinDebug\mainfrm.obj \
- .\WinDebug\lessodoc.obj \
- .\WinDebug\lessovw.obj \
- .\WinDebug\lesson1.res \
- \amber\release\ambersw\lib\amberSWD.lib \
- \amber\release\ambersw\lib\3DR32.LIB \
- \amber\release\ambersw\lib\3DG32.LIB
-
- .\WinDebug\lesson1.exe : $(OUTDIR) $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "Win32 Release"
-
- # PROP BASE Use_MFC 5
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "WinRel"
- # PROP BASE Intermediate_Dir "WinRel"
- # PROP Use_MFC 5
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "WinRel"
- # PROP Intermediate_Dir "WinRel"
- OUTDIR=.\WinRel
- INTDIR=.\WinRel
-
- ALL : .\WinRel\lesson1.exe .\WinRel\lesson1.bsc
-
- $(OUTDIR) :
- if not exist $(OUTDIR)/nul mkdir $(OUTDIR)
-
- # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /c
- # 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
- CPP_PROJ=/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$(INTDIR)/ /Fp$(OUTDIR)/"lesson1.pch" /Yu"stdafx.h"\
- /Fo$(INTDIR)/ /c
- CPP_OBJS=.\WinRel/
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG"
- RSC_PROJ=/l 0x409 /fo$(INTDIR)/"lesson1.res" /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o$(OUTDIR)/"lesson1.bsc"
- BSC32_SBRS= \
- .\WinRel\stdafx.sbr \
- .\WinRel\lesson1.sbr \
- .\WinRel\mainfrm.sbr \
- .\WinRel\lessodoc.sbr \
- .\WinRel\lessovw.sbr
-
- .\WinRel\lesson1.bsc : $(OUTDIR) $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(BSC32_SBRS)
- <<
-
- LINK32=link.exe
- # ADD BASE LINK32 /NOLOGO /SUBSYSTEM:windows /MACHINE:I386
- # SUBTRACT BASE LINK32 /PDB:none
- # ADD LINK32 /NOLOGO /SUBSYSTEM:windows /MACHINE:I386
- # SUBTRACT LINK32 /PDB:none
- LINK32_FLAGS=/NOLOGO /SUBSYSTEM:windows /INCREMENTAL:no\
- /PDB:$(OUTDIR)/"lesson1.pdb" /MACHINE:I386 /OUT:$(OUTDIR)/"lesson1.exe"
- DEF_FILE=
- LINK32_OBJS= \
- .\WinRel\stdafx.obj \
- .\WinRel\lesson1.obj \
- .\WinRel\mainfrm.obj \
- .\WinRel\lessodoc.obj \
- .\WinRel\lessovw.obj \
- .\WinRel\lesson1.res \
- \amber\release\ambersw\lib\amberSW.lib \
- \amber\release\ambersw\lib\3DR32.LIB \
- \amber\release\ambersw\lib\3DG32.LIB
-
- .\WinRel\lesson1.exe : $(OUTDIR) $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ENDIF
-
- MTL_PROJ=
-
- .c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- ################################################################################
- # Begin Group "Source Files"
-
- ################################################################################
- # Begin Source File
-
- SOURCE=.\stdafx.cpp
- DEP_STDAF=\
- .\stdafx.h
-
- !IF "$(CFG)" == "Win32 Debug"
-
- # ADD BASE CPP /Yc"stdafx.h"
- # ADD CPP /Yc"stdafx.h"
-
- .\WinDebug\stdafx.obj : $(SOURCE) $(DEP_STDAF) $(INTDIR)
- $(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$(INTDIR)/ /Fp$(OUTDIR)/"lesson1.pch"\
- /Yc"stdafx.h" /Fo$(INTDIR)/ /Fd$(OUTDIR)/"lesson1.pdb" /c $(SOURCE)
-
- !ELSEIF "$(CFG)" == "Win32 Release"
-
- # ADD BASE CPP /Yc"stdafx.h"
- # ADD CPP /Yc"stdafx.h"
-
- .\WinRel\stdafx.obj : $(SOURCE) $(DEP_STDAF) $(INTDIR)
- $(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$(INTDIR)/ /Fp$(OUTDIR)/"lesson1.pch" /Yc"stdafx.h"\
- /Fo$(INTDIR)/ /c $(SOURCE)
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\lesson1.cpp
- DEP_LESSO=\
- .\stdafx.h\
- .\lesson1.h\
- .\mainfrm.h\
- .\lessodoc.h\
- .\lessovw.h\
- \amber\release\ambersw\include\amber.hpp\
- \amber\release\ambersw\include\channel.hpp\
- \amber\release\ambersw\include\messages.hpp\
- \amber\release\ambersw\include\vrtypes.hpp\
- \amber\release\ambersw\include\position.hpp\
- \amber\release\ambersw\include\quat.hpp\
- \amber\release\ambersw\include\vector.hpp\
- \amber\release\ambersw\include\vertex.hpp\
- \amber\release\ambersw\include\line.hpp\
- \amber\release\ambersw\include\triangle.hpp\
- \amber\release\ambersw\include\polygon.hpp\
- \amber\release\ambersw\include\geometry.hpp\
- \amber\release\ambersw\include\slink.hpp\
- \amber\release\ambersw\include\univ.hpp\
- \amber\release\ambersw\include\sim.hpp\
- \COMP\MSVC20\INCLUDE\gl\GL.H\
- \amber\release\ambersw\include\intxmsg.hpp\
- \amber\release\ambersw\include\material.hpp\
- \amber\release\ambersw\include\texture.hpp\
- \amber\release\ambersw\include\primset.hpp\
- \amber\release\ambersw\include\matrix.hpp\
- \amber\release\ambersw\include\shapes.hpp\
- \amber\release\ambersw\include\light.hpp\
- \amber\release\ambersw\include\style.hpp\
- \amber\release\ambersw\include\law.hpp\
- \amber\release\ambersw\include\stack.hpp\
- \amber\release\ambersw\include\point.hpp\
- \amber\release\ambersw\include\kine.hpp
-
- !IF "$(CFG)" == "Win32 Debug"
-
- .\WinDebug\lesson1.obj : $(SOURCE) $(DEP_LESSO) $(INTDIR)\
- .\WinDebug\stdafx.obj
-
- !ELSEIF "$(CFG)" == "Win32 Release"
-
- .\WinRel\lesson1.obj : $(SOURCE) $(DEP_LESSO) $(INTDIR) .\WinRel\stdafx.obj
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\mainfrm.cpp
- DEP_MAINF=\
- .\stdafx.h\
- .\lesson1.h\
- .\mainfrm.h
-
- !IF "$(CFG)" == "Win32 Debug"
-
- .\WinDebug\mainfrm.obj : $(SOURCE) $(DEP_MAINF) $(INTDIR)\
- .\WinDebug\stdafx.obj
-
- !ELSEIF "$(CFG)" == "Win32 Release"
-
- .\WinRel\mainfrm.obj : $(SOURCE) $(DEP_MAINF) $(INTDIR) .\WinRel\stdafx.obj
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\lessodoc.cpp
- DEP_LESSOD=\
- .\stdafx.h\
- .\lesson1.h\
- .\lessodoc.h
-
- !IF "$(CFG)" == "Win32 Debug"
-
- .\WinDebug\lessodoc.obj : $(SOURCE) $(DEP_LESSOD) $(INTDIR)\
- .\WinDebug\stdafx.obj
-
- !ELSEIF "$(CFG)" == "Win32 Release"
-
- .\WinRel\lessodoc.obj : $(SOURCE) $(DEP_LESSOD) $(INTDIR) .\WinRel\stdafx.obj
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\lessovw.cpp
- DEP_LESSOV=\
- .\stdafx.h\
- .\lesson1.h\
- .\lessodoc.h\
- .\lessovw.h\
- \amber\release\ambersw\include\amber.hpp\
- \amber\release\ambersw\include\channel.hpp\
- \amber\release\ambersw\include\messages.hpp\
- \amber\release\ambersw\include\vrtypes.hpp\
- \amber\release\ambersw\include\position.hpp\
- \amber\release\ambersw\include\quat.hpp\
- \amber\release\ambersw\include\vector.hpp\
- \amber\release\ambersw\include\vertex.hpp\
- \amber\release\ambersw\include\line.hpp\
- \amber\release\ambersw\include\triangle.hpp\
- \amber\release\ambersw\include\polygon.hpp\
- \amber\release\ambersw\include\geometry.hpp\
- \amber\release\ambersw\include\slink.hpp\
- \amber\release\ambersw\include\univ.hpp\
- \amber\release\ambersw\include\sim.hpp\
- \COMP\MSVC20\INCLUDE\gl\GL.H\
- \amber\release\ambersw\include\intxmsg.hpp\
- \amber\release\ambersw\include\material.hpp\
- \amber\release\ambersw\include\texture.hpp\
- \amber\release\ambersw\include\primset.hpp\
- \amber\release\ambersw\include\matrix.hpp\
- \amber\release\ambersw\include\shapes.hpp\
- \amber\release\ambersw\include\light.hpp\
- \amber\release\ambersw\include\style.hpp\
- \amber\release\ambersw\include\law.hpp\
- \amber\release\ambersw\include\stack.hpp\
- \amber\release\ambersw\include\point.hpp\
- \amber\release\ambersw\include\kine.hpp
-
- !IF "$(CFG)" == "Win32 Debug"
-
- .\WinDebug\lessovw.obj : $(SOURCE) $(DEP_LESSOV) $(INTDIR)\
- .\WinDebug\stdafx.obj
-
- !ELSEIF "$(CFG)" == "Win32 Release"
-
- .\WinRel\lessovw.obj : $(SOURCE) $(DEP_LESSOV) $(INTDIR) .\WinRel\stdafx.obj
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\lesson1.rc
- DEP_LESSON=\
- .\res\lesson1.ico\
- .\res\lessodoc.ico\
- .\res\toolbar.bmp\
- .\res\lesson1.rc2
-
- !IF "$(CFG)" == "Win32 Debug"
-
- .\WinDebug\lesson1.res : $(SOURCE) $(DEP_LESSON) $(INTDIR)
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
- !ELSEIF "$(CFG)" == "Win32 Release"
-
- .\WinRel\lesson1.res : $(SOURCE) $(DEP_LESSON) $(INTDIR)
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\readme.txt
- # End Source File
- # End Group
- ################################################################################
- # Begin Group "LIB"
-
- ################################################################################
- # Begin Source File
-
- SOURCE=\amber\release\ambersw\lib\amberSW.lib
-
- !IF "$(CFG)" == "Win32 Debug"
-
- # PROP Exclude_From_Build 1
-
- !ELSEIF "$(CFG)" == "Win32 Release"
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=\amber\release\ambersw\lib\amberSWD.lib
-
- !IF "$(CFG)" == "Win32 Debug"
-
- !ELSEIF "$(CFG)" == "Win32 Release"
-
- # PROP Exclude_From_Build 1
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=\amber\release\ambersw\lib\3DR32.LIB
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=\amber\release\ambersw\lib\3DG32.LIB
- # End Source File
- # End Group
- # End Project
- ################################################################################
-