home *** CD-ROM | disk | FTP | other *** search
NMAKE | 1996-10-28 | 10.4 KB | 390 lines |
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
- # ** DO NOT EDIT **
-
- # TARGTYPE "Win32 (x86) Application" 0x0101
-
- !IF "$(CFG)" == ""
- CFG=ShapDemo - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to ShapDemo - Win32 Debug.
- !ENDIF
-
- !IF "$(CFG)" != "ShapDemo - Win32 Release" && "$(CFG)" !=\
- "ShapDemo - Win32 Debug"
- !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 "ShapDemo.mak" CFG="ShapDemo - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "ShapDemo - Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE "ShapDemo - Win32 Debug" (based on "Win32 (x86) Application")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
-
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
- ################################################################################
- # Begin Project
- RSC=rc.exe
- MTL=mktyplib.exe
- CPP=cl.exe
-
- !IF "$(CFG)" == "ShapDemo - Win32 Release"
-
- # PROP BASE Use_MFC 6
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 6
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Target_Dir ""
- OUTDIR=.\Release
- INTDIR=.\Release
-
- ALL : ".\ShapDemo.exe"
-
- CLEAN :
- -@erase ".\Release\ShapDemo.obj"
- -@erase ".\Release\ShapDemo.pch"
- -@erase ".\Release\ShapDemo.res"
- -@erase ".\Release\ShapDlg.obj"
- -@erase ".\Release\shape3d.obj"
- -@erase ".\Release\StdAfx.obj"
- -@erase ".\ShapDemo.exe"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
- "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ShapDemo.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
- /c
- CPP_OBJS=.\Release/
- CPP_SBRS=.\.
- # ADD BASE MTL /nologo /D "NDEBUG" /win32
- # ADD MTL /nologo /D "NDEBUG" /win32
- MTL_PROJ=/nologo /D "NDEBUG" /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
- # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ShapDemo.res" /d "NDEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/ShapDemo.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"ShapDemo.exe"
- LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
- /pdb:"$(OUTDIR)/ShapDemo.pdb" /machine:I386 /out:"ShapDemo.exe"
- LINK32_OBJS= \
- ".\Release\ShapDemo.obj" \
- ".\Release\ShapDemo.res" \
- ".\Release\ShapDlg.obj" \
- ".\Release\shape3d.obj" \
- ".\Release\StdAfx.obj"
-
- ".\ShapDemo.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "ShapDemo - Win32 Debug"
-
- # PROP BASE Use_MFC 6
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 6
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "Debug"
- # PROP Target_Dir ""
- OUTDIR=.\Debug
- INTDIR=.\Debug
-
- ALL : ".\Debug\ShapDemo.exe"
-
- CLEAN :
- -@erase ".\Debug\ShapDemo.exe"
- -@erase ".\Debug\ShapDemo.ilk"
- -@erase ".\Debug\ShapDemo.obj"
- -@erase ".\Debug\ShapDemo.pch"
- -@erase ".\Debug\ShapDemo.pdb"
- -@erase ".\Debug\ShapDemo.res"
- -@erase ".\Debug\ShapDlg.obj"
- -@erase ".\Debug\shape3d.obj"
- -@erase ".\Debug\StdAfx.obj"
- -@erase ".\Debug\vc40.idb"
- -@erase ".\Debug\vc40.pdb"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
- /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ShapDemo.pch" /Yu"stdafx.h"\
- /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
- CPP_OBJS=.\Debug/
- CPP_SBRS=.\.
- # ADD BASE MTL /nologo /D "_DEBUG" /win32
- # ADD MTL /nologo /D "_DEBUG" /win32
- MTL_PROJ=/nologo /D "_DEBUG" /win32
- # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
- # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ShapDemo.res" /d "_DEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/ShapDemo.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
- LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
- /pdb:"$(OUTDIR)/ShapDemo.pdb" /debug /machine:I386\
- /out:"$(OUTDIR)/ShapDemo.exe"
- LINK32_OBJS= \
- ".\Debug\ShapDemo.obj" \
- ".\Debug\ShapDemo.res" \
- ".\Debug\ShapDlg.obj" \
- ".\Debug\shape3d.obj" \
- ".\Debug\StdAfx.obj"
-
- ".\Debug\ShapDemo.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ENDIF
-
- .c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
-
- .cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
-
- .cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
-
- ################################################################################
- # Begin Target
-
- # Name "ShapDemo - Win32 Release"
- # Name "ShapDemo - Win32 Debug"
-
- !IF "$(CFG)" == "ShapDemo - Win32 Release"
-
- !ELSEIF "$(CFG)" == "ShapDemo - Win32 Debug"
-
- !ENDIF
-
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ReadMe.txt
-
- !IF "$(CFG)" == "ShapDemo - Win32 Release"
-
- !ELSEIF "$(CFG)" == "ShapDemo - Win32 Debug"
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ShapDemo.cpp
- DEP_CPP_SHAPD=\
- ".\ShapDemo.h"\
- ".\ShapDlg.h"\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "ShapDemo - Win32 Release"
-
-
- ".\Release\ShapDemo.obj" : $(SOURCE) $(DEP_CPP_SHAPD) "$(INTDIR)"\
- ".\Release\ShapDemo.pch"
-
-
- !ELSEIF "$(CFG)" == "ShapDemo - Win32 Debug"
-
-
- ".\Debug\ShapDemo.obj" : $(SOURCE) $(DEP_CPP_SHAPD) "$(INTDIR)"\
- ".\Debug\ShapDemo.pch"
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ShapDlg.cpp
- DEP_CPP_SHAPDL=\
- ".\ShapDemo.h"\
- ".\ShapDlg.h"\
- ".\shape3d.h"\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "ShapDemo - Win32 Release"
-
-
- ".\Release\ShapDlg.obj" : $(SOURCE) $(DEP_CPP_SHAPDL) "$(INTDIR)"\
- ".\Release\ShapDemo.pch"
-
-
- !ELSEIF "$(CFG)" == "ShapDemo - Win32 Debug"
-
-
- ".\Debug\ShapDlg.obj" : $(SOURCE) $(DEP_CPP_SHAPDL) "$(INTDIR)"\
- ".\Debug\ShapDemo.pch"
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\StdAfx.cpp
- DEP_CPP_STDAF=\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "ShapDemo - Win32 Release"
-
- # ADD CPP /Yc"stdafx.h"
-
- BuildCmds= \
- $(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
- "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ShapDemo.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
- /c $(SOURCE) \
-
-
- ".\Release\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- ".\Release\ShapDemo.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- !ELSEIF "$(CFG)" == "ShapDemo - Win32 Debug"
-
- # ADD CPP /Yc"stdafx.h"
-
- BuildCmds= \
- $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
- /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ShapDemo.pch" /Yc"stdafx.h"\
- /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
-
-
- ".\Debug\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- ".\Debug\ShapDemo.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ShapDemo.rc
- DEP_RSC_SHAPDE=\
- ".\ShapDemo.ico"\
- ".\ShapDemo.rc2"\
-
-
- !IF "$(CFG)" == "ShapDemo - Win32 Release"
-
-
- ".\Release\ShapDemo.res" : $(SOURCE) $(DEP_RSC_SHAPDE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
- !ELSEIF "$(CFG)" == "ShapDemo - Win32 Debug"
-
-
- ".\Debug\ShapDemo.res" : $(SOURCE) $(DEP_RSC_SHAPDE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\shape3d.cpp
- DEP_CPP_SHAPE=\
- ".\shape3d.h"\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "ShapDemo - Win32 Release"
-
-
- ".\Release\shape3d.obj" : $(SOURCE) $(DEP_CPP_SHAPE) "$(INTDIR)"\
- ".\Release\ShapDemo.pch"
-
-
- !ELSEIF "$(CFG)" == "ShapDemo - Win32 Debug"
-
-
- ".\Debug\shape3d.obj" : $(SOURCE) $(DEP_CPP_SHAPE) "$(INTDIR)"\
- ".\Debug\ShapDemo.pch"
-
-
- !ENDIF
-
- # End Source File
- # End Target
- # End Project
- ################################################################################
- ################################################################################
- # Section ShapDemo : {75F920A1-2673-11D0-BDCB-0020A90B183A}
- # 2:5:Class:CShape3D
- # 2:10:HeaderFile:shape3d.h
- # 2:8:ImplFile:shape3d.cpp
- # End Section
- ################################################################################
- ################################################################################
- # Section OLE Controls
- # {75F920A3-2673-11D0-BDCB-0020A90B183A}
- # End Section
- ################################################################################
- ################################################################################
- # Section ShapDemo : {75F920A3-2673-11D0-BDCB-0020A90B183A}
- # 0:13:PVShape3D.cpp:C:\junk\ShapDemo\PVShape3D.cpp
- # 0:11:PVShape3D.h:C:\junk\ShapDemo\PVShape3D.h
- # 2:21:DefaultSinkHeaderFile:shape3d.h
- # 2:16:DefaultSinkClass:CShape3D
- # End Section
- ################################################################################
-