home *** CD-ROM | disk | FTP | other *** search
NMAKE | 1996-05-24 | 13.0 KB | 458 lines |
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
- # ** DO NOT EDIT **
-
- # TARGTYPE "Win32 (x86) Application" 0x0101
-
- !IF "$(CFG)" == ""
- CFG=expand - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to expand - Win32 Debug.
- !ENDIF
-
- !IF "$(CFG)" != "expand - Win32 Release" && "$(CFG)" != "expand - 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 "expand.mak" CFG="expand - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "expand - Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE "expand - 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
- # PROP Target_Last_Scanned "expand - Win32 Debug"
- CPP=cl.exe
- RSC=rc.exe
- MTL=mktyplib.exe
-
- !IF "$(CFG)" == "expand - 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 : "$(OUTDIR)\expand.exe"
-
- CLEAN :
- -@erase "$(INTDIR)\dorule.obj"
- -@erase "$(INTDIR)\entity.obj"
- -@erase "$(INTDIR)\expand.obj"
- -@erase "$(INTDIR)\expand.pch"
- -@erase "$(INTDIR)\expand.res"
- -@erase "$(INTDIR)\expandDlg.obj"
- -@erase "$(INTDIR)\font.obj"
- -@erase "$(INTDIR)\ido.obj"
- -@erase "$(INTDIR)\relation.obj"
- -@erase "$(INTDIR)\StdAfx.obj"
- -@erase "$(OUTDIR)\expand.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 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
- "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/expand.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)/expand.res" /d "NDEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/expand.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /machine:I386
- LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
- /pdb:"$(OUTDIR)/expand.pdb" /machine:I386 /out:"$(OUTDIR)/expand.exe"
- LINK32_OBJS= \
- "$(INTDIR)\dorule.obj" \
- "$(INTDIR)\entity.obj" \
- "$(INTDIR)\expand.obj" \
- "$(INTDIR)\expand.res" \
- "$(INTDIR)\expandDlg.obj" \
- "$(INTDIR)\font.obj" \
- "$(INTDIR)\ido.obj" \
- "$(INTDIR)\relation.obj" \
- "$(INTDIR)\StdAfx.obj"
-
- "$(OUTDIR)\expand.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "expand - 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 : "$(OUTDIR)\expand.exe"
-
- CLEAN :
- -@erase "$(INTDIR)\dorule.obj"
- -@erase "$(INTDIR)\entity.obj"
- -@erase "$(INTDIR)\expand.obj"
- -@erase "$(INTDIR)\expand.pch"
- -@erase "$(INTDIR)\expand.res"
- -@erase "$(INTDIR)\expandDlg.obj"
- -@erase "$(INTDIR)\font.obj"
- -@erase "$(INTDIR)\ido.obj"
- -@erase "$(INTDIR)\relation.obj"
- -@erase "$(INTDIR)\StdAfx.obj"
- -@erase "$(INTDIR)\vc40.idb"
- -@erase "$(INTDIR)\vc40.pdb"
- -@erase "$(OUTDIR)\expand.exe"
- -@erase "$(OUTDIR)\expand.ilk"
- -@erase "$(OUTDIR)\expand.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)/expand.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)/expand.res" /d "_DEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/expand.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)/expand.pdb" /debug /machine:I386 /out:"$(OUTDIR)/expand.exe"
- LINK32_OBJS= \
- "$(INTDIR)\dorule.obj" \
- "$(INTDIR)\entity.obj" \
- "$(INTDIR)\expand.obj" \
- "$(INTDIR)\expand.res" \
- "$(INTDIR)\expandDlg.obj" \
- "$(INTDIR)\font.obj" \
- "$(INTDIR)\ido.obj" \
- "$(INTDIR)\relation.obj" \
- "$(INTDIR)\StdAfx.obj"
-
- "$(OUTDIR)\expand.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 "expand - Win32 Release"
- # Name "expand - Win32 Debug"
-
- !IF "$(CFG)" == "expand - Win32 Release"
-
- !ELSEIF "$(CFG)" == "expand - Win32 Debug"
-
- !ENDIF
-
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ReadMe.txt
-
- !IF "$(CFG)" == "expand - Win32 Release"
-
- !ELSEIF "$(CFG)" == "expand - Win32 Debug"
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\expand.cpp
- DEP_CPP_EXPAN=\
- ".\expand.h"\
- ".\expandDlg.h"\
- ".\ido.h"\
- ".\StdAfx.h"\
-
-
- "$(INTDIR)\expand.obj" : $(SOURCE) $(DEP_CPP_EXPAN) "$(INTDIR)"\
- "$(INTDIR)\expand.pch"
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\expandDlg.cpp
- DEP_CPP_EXPAND=\
- ".\entity.h"\
- ".\expand.h"\
- ".\expandDlg.h"\
- ".\ido.h"\
- ".\relation.h"\
- ".\StdAfx.h"\
-
-
- "$(INTDIR)\expandDlg.obj" : $(SOURCE) $(DEP_CPP_EXPAND) "$(INTDIR)"\
- "$(INTDIR)\expand.pch"
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\StdAfx.cpp
- DEP_CPP_STDAF=\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "expand - Win32 Release"
-
- # ADD CPP /Yc"stdafx.h"
-
- BuildCmds= \
- $(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
- "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/expand.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c\
- $(SOURCE) \
-
-
- "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- "$(INTDIR)\expand.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- !ELSEIF "$(CFG)" == "expand - 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)/expand.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
- /Fd"$(INTDIR)/" /c $(SOURCE) \
-
-
- "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- "$(INTDIR)\expand.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\expand.rc
- DEP_RSC_EXPAND_=\
- ".\res\expand.ico"\
- ".\res\expand.rc2"\
-
-
- "$(INTDIR)\expand.res" : $(SOURCE) $(DEP_RSC_EXPAND_) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ido.cpp
- DEP_CPP_IDO_C=\
- ".\dorule.h"\
- ".\entity.h"\
- ".\ido.h"\
- ".\relation.h"\
- ".\StdAfx.h"\
-
-
- "$(INTDIR)\ido.obj" : $(SOURCE) $(DEP_CPP_IDO_C) "$(INTDIR)"\
- "$(INTDIR)\expand.pch"
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\dorule.cpp
- DEP_CPP_DORUL=\
- ".\dorule.h"\
- ".\StdAfx.h"\
-
-
- "$(INTDIR)\dorule.obj" : $(SOURCE) $(DEP_CPP_DORUL) "$(INTDIR)"\
- "$(INTDIR)\expand.pch"
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\entity.cpp
- DEP_CPP_ENTIT=\
- ".\entity.h"\
- ".\font.h"\
- ".\StdAfx.h"\
-
-
- "$(INTDIR)\entity.obj" : $(SOURCE) $(DEP_CPP_ENTIT) "$(INTDIR)"\
- "$(INTDIR)\expand.pch"
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\relation.cpp
- DEP_CPP_RELAT=\
- ".\entity.h"\
- ".\font.h"\
- ".\relation.h"\
- ".\StdAfx.h"\
-
-
- "$(INTDIR)\relation.obj" : $(SOURCE) $(DEP_CPP_RELAT) "$(INTDIR)"\
- "$(INTDIR)\expand.pch"
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\font.cpp
- DEP_CPP_FONT_=\
- ".\font.h"\
- ".\StdAfx.h"\
-
-
- "$(INTDIR)\font.obj" : $(SOURCE) $(DEP_CPP_FONT_) "$(INTDIR)"\
- "$(INTDIR)\expand.pch"
-
-
- # End Source File
- # End Target
- # End Project
- ################################################################################
- ################################################################################
- # Section expand : {9DCCD561-29B5-11CF-BDCB-0020A90B183A}
- # 2:5:Class:CIDO
- # 2:10:HeaderFile:ido.h
- # 2:8:ImplFile:ido.cpp
- # End Section
- ################################################################################
- ################################################################################
- # Section expand : {67434960-75BF-11CF-BDCB-0020A90B183A}
- # 2:5:Class:CDORule
- # 2:10:HeaderFile:dorule.h
- # 2:8:ImplFile:dorule.cpp
- # End Section
- ################################################################################
- ################################################################################
- # Section OLE Controls
- # {9DCCD563-29B5-11CF-BDCB-0020A90B183A}
- # End Section
- ################################################################################
- ################################################################################
- # Section expand : {15B03D60-4685-11CF-BDCB-0020A90B183A}
- # 2:5:Class:CEntity
- # 2:10:HeaderFile:entity.h
- # 2:8:ImplFile:entity.cpp
- # End Section
- ################################################################################
- ################################################################################
- # Section expand : {9DCCD563-29B5-11CF-BDCB-0020A90B183A}
- # 0:8:Font.cpp:C:\SRC\IDO\samples\vc\expand\Font.cpp
- # 0:10:Entity.cpp:C:\SRC\IDO\samples\vc\expand\Entity.cpp
- # 0:6:Font.h:C:\SRC\IDO\samples\vc\expand\Font.h
- # 0:12:Relation.cpp:C:\SRC\IDO\samples\vc\expand\Relation.cpp
- # 0:8:Entity.h:C:\SRC\IDO\samples\vc\expand\Entity.h
- # 0:5:IDO.h:C:\SRC\IDO\samples\vc\expand\IDO.h
- # 0:8:DORule.h:C:\SRC\IDO\samples\vc\expand\DORule.h
- # 0:10:DORule.cpp:C:\SRC\IDO\samples\vc\expand\DORule.cpp
- # 0:7:IDO.cpp:C:\SRC\IDO\samples\vc\expand\IDO.cpp
- # 0:10:Relation.h:C:\SRC\IDO\samples\vc\expand\Relation.h
- # 2:21:DefaultSinkHeaderFile:ido.h
- # 2:16:DefaultSinkClass:CIDO
- # End Section
- ################################################################################
- ################################################################################
- # Section expand : {44713560-4A76-11CF-BDCB-0020A90B183A}
- # 2:5:Class:CRelation
- # 2:10:HeaderFile:relation.h
- # 2:8:ImplFile:relation.cpp
- # End Section
- ################################################################################
- ################################################################################
- # Section expand : {BEF6E003-A874-101A-8BBA-00AA00300CAB}
- # 2:5:Class:COleFont
- # 2:10:HeaderFile:font.h
- # 2:8:ImplFile:font.cpp
- # End Section
- ################################################################################
-