home *** CD-ROM | disk | FTP | other *** search
NMAKE | 1996-08-01 | 12.2 KB | 503 lines |
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
- # ** DO NOT EDIT **
-
- # TARGTYPE "Win32 (x86) Application" 0x0101
-
- !IF "$(CFG)" == ""
- CFG=hexview - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to hexview - Win32 Debug.
- !ENDIF
-
- !IF "$(CFG)" != "hexview - Win32 Release" && "$(CFG)" !=\
- "hexview - 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 "hexview.mak" CFG="hexview - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "hexview - Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE "hexview - 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 "hexview - Win32 Debug"
- CPP=cl.exe
- RSC=rc.exe
- MTL=mktyplib.exe
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
- # PROP BASE Use_MFC 5
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 5
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Target_Dir ""
- OUTDIR=.\Release
- INTDIR=.\Release
-
- ALL : ".\Release\hexview.exe" ".\Release\hexview.hlp"
-
- CLEAN :
- -@erase ".\Release\ChildFrm.obj"
- -@erase ".\Release\GotoDlg.obj"
- -@erase ".\Release\hexview.exe"
- -@erase ".\Release\hexview.hlp"
- -@erase ".\Release\hexview.obj"
- -@erase ".\Release\hexview.pch"
- -@erase ".\Release\hexview.res"
- -@erase ".\Release\hexviewDoc.obj"
- -@erase ".\Release\hexviewView.obj"
- -@erase ".\Release\MainFrm.obj"
- -@erase ".\Release\StdAfx.obj"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
- "_MBCS" /Fp"$(INTDIR)/hexview.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"
- # ADD RSC /l 0x409 /d "NDEBUG"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/hexview.res" /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/hexview.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)/hexview.pdb" /machine:I386 /out:"$(OUTDIR)/hexview.exe"
- LINK32_OBJS= \
- ".\Release\ChildFrm.obj" \
- ".\Release\GotoDlg.obj" \
- ".\Release\hexview.obj" \
- ".\Release\hexview.res" \
- ".\Release\hexviewDoc.obj" \
- ".\Release\hexviewView.obj" \
- ".\Release\MainFrm.obj" \
- ".\Release\StdAfx.obj"
-
- ".\Release\hexview.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
- # PROP BASE Use_MFC 5
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 5
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "Debug"
- # PROP Target_Dir ""
- OUTDIR=.\Debug
- INTDIR=.\Debug
-
- ALL : ".\Debug\hexview.exe" ".\Debug\hexview.hlp"
-
- CLEAN :
- -@erase ".\Debug\ChildFrm.obj"
- -@erase ".\Debug\GotoDlg.obj"
- -@erase ".\Debug\hexview.exe"
- -@erase ".\Debug\hexview.hlp"
- -@erase ".\Debug\hexview.obj"
- -@erase ".\Debug\hexview.pch"
- -@erase ".\Debug\hexview.res"
- -@erase ".\Debug\hexviewDoc.obj"
- -@erase ".\Debug\hexviewView.obj"
- -@erase ".\Debug\MainFrm.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 /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
- /D "_MBCS" /Fp"$(INTDIR)/hexview.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"
- # ADD RSC /l 0x409 /d "_DEBUG"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/hexview.res" /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/hexview.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /pdb:none /debug /machine:I386
- # SUBTRACT LINK32 /verbose
- LINK32_FLAGS=/nologo /subsystem:windows /pdb:none /debug /machine:I386\
- /out:"$(OUTDIR)/hexview.exe"
- LINK32_OBJS= \
- ".\Debug\ChildFrm.obj" \
- ".\Debug\GotoDlg.obj" \
- ".\Debug\hexview.obj" \
- ".\Debug\hexview.res" \
- ".\Debug\hexviewDoc.obj" \
- ".\Debug\hexviewView.obj" \
- ".\Debug\MainFrm.obj" \
- ".\Debug\StdAfx.obj"
-
- ".\Debug\hexview.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 "hexview - Win32 Release"
- # Name "hexview - Win32 Debug"
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
- !ENDIF
-
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ReadMe.txt
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\hexview.cpp
- DEP_CPP_HEXVI=\
- ".\ChildFrm.h"\
- ".\hexview.h"\
- ".\hexviewDoc.h"\
- ".\hexviewView.h"\
- ".\MainFrm.h"\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
-
- ".\Release\hexview.obj" : $(SOURCE) $(DEP_CPP_HEXVI) "$(INTDIR)"\
- ".\Release\hexview.pch"
-
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
-
- ".\Debug\hexview.obj" : $(SOURCE) $(DEP_CPP_HEXVI) "$(INTDIR)"\
- ".\Debug\hexview.pch"
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\StdAfx.cpp
- DEP_CPP_STDAF=\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
- # ADD CPP /Yc"stdafx.h"
-
- BuildCmds= \
- $(CPP) /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS"\
- /Fp"$(INTDIR)/hexview.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
-
-
- ".\Release\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- ".\Release\hexview.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
- # ADD CPP /Yc"stdafx.h"
-
- BuildCmds= \
- $(CPP) /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
- /D "_MBCS" /Fp"$(INTDIR)/hexview.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
- /Fd"$(INTDIR)/" /c $(SOURCE) \
-
-
- ".\Debug\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- ".\Debug\hexview.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\MainFrm.cpp
- DEP_CPP_MAINF=\
- ".\hexview.h"\
- ".\MainFrm.h"\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
-
- ".\Release\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
- ".\Release\hexview.pch"
-
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
-
- ".\Debug\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
- ".\Debug\hexview.pch"
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ChildFrm.cpp
- DEP_CPP_CHILD=\
- ".\ChildFrm.h"\
- ".\hexview.h"\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
-
- ".\Release\ChildFrm.obj" : $(SOURCE) $(DEP_CPP_CHILD) "$(INTDIR)"\
- ".\Release\hexview.pch"
-
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
-
- ".\Debug\ChildFrm.obj" : $(SOURCE) $(DEP_CPP_CHILD) "$(INTDIR)"\
- ".\Debug\hexview.pch"
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\hexviewDoc.cpp
- DEP_CPP_HEXVIE=\
- ".\hexview.h"\
- ".\hexviewDoc.h"\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
-
- ".\Release\hexviewDoc.obj" : $(SOURCE) $(DEP_CPP_HEXVIE) "$(INTDIR)"\
- ".\Release\hexview.pch"
-
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
-
- ".\Debug\hexviewDoc.obj" : $(SOURCE) $(DEP_CPP_HEXVIE) "$(INTDIR)"\
- ".\Debug\hexview.pch"
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\hexviewView.cpp
- DEP_CPP_HEXVIEW=\
- ".\gotodlg.h"\
- ".\hexview.h"\
- ".\hexviewDoc.h"\
- ".\hexviewView.h"\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
-
- ".\Release\hexviewView.obj" : $(SOURCE) $(DEP_CPP_HEXVIEW) "$(INTDIR)"\
- ".\Release\hexview.pch"
-
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
-
- ".\Debug\hexviewView.obj" : $(SOURCE) $(DEP_CPP_HEXVIEW) "$(INTDIR)"\
- ".\Debug\hexview.pch"
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\hexview.rc
- DEP_RSC_HEXVIEW_=\
- ".\res\hexview.ico"\
- ".\res\hexview.rc2"\
- ".\res\hexviewDoc.ico"\
- ".\res\Toolbar.bmp"\
-
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
-
- ".\Release\hexview.res" : $(SOURCE) $(DEP_RSC_HEXVIEW_) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
-
- ".\Debug\hexview.res" : $(SOURCE) $(DEP_RSC_HEXVIEW_) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\hlp\hexview.hpj
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
- # Begin Custom Build - Making help file...
- OutDir=.\Release
- ProjDir=.
- TargetName=hexview
- InputPath=.\hlp\hexview.hpj
-
- "$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- "$(ProjDir)\makehelp.bat"
-
- # End Custom Build
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
- # Begin Custom Build - Making help file...
- OutDir=.\Debug
- ProjDir=.
- TargetName=hexview
- InputPath=.\hlp\hexview.hpj
-
- "$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- "$(ProjDir)\makehelp.bat"
-
- # End Custom Build
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\GotoDlg.cpp
- DEP_CPP_GOTOD=\
- ".\gotodlg.h"\
- ".\hexview.h"\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "hexview - Win32 Release"
-
-
- ".\Release\GotoDlg.obj" : $(SOURCE) $(DEP_CPP_GOTOD) "$(INTDIR)"\
- ".\Release\hexview.pch"
-
-
- !ELSEIF "$(CFG)" == "hexview - Win32 Debug"
-
-
- ".\Debug\GotoDlg.obj" : $(SOURCE) $(DEP_CPP_GOTOD) "$(INTDIR)"\
- ".\Debug\hexview.pch"
-
-
- !ENDIF
-
- # End Source File
- # End Target
- # End Project
- ################################################################################
-