home *** CD-ROM | disk | FTP | other *** search
NMAKE | 1995-12-11 | 9.3 KB | 353 lines |
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
- # ** DO NOT EDIT **
-
- # TARGTYPE "Win32 (x86) Application" 0x0101
-
- !IF "$(CFG)" == ""
- CFG=ZIPFind - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to ZIPFind - Win32 Debug.
- !ENDIF
-
- !IF "$(CFG)" != "ZIPFind - Win32 Release" && "$(CFG)" !=\
- "ZIPFind - 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 "ZIPFind.mak" CFG="ZIPFind - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "ZIPFind - Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE "ZIPFind - 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 "ZIPFind - Win32 Debug"
- MTL=mktyplib.exe
- RSC=rc.exe
- CPP=cl.exe
-
- !IF "$(CFG)" == "ZIPFind - 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 : "$(OUTDIR)\ZIPFind.exe"
-
- CLEAN :
- -@erase ".\Release\ZIPFind.exe"
- -@erase ".\Release\StdAfx.obj"
- -@erase ".\Release\ZIPFindDlg.obj"
- -@erase ".\Release\ZIPFind.pch"
- -@erase ".\Release\ZIPFind.obj"
- -@erase ".\Release\ZIPFind.res"
-
- "$(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)/ZIPFind.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 0x809 /d "NDEBUG"
- # ADD RSC /l 0x809 /d "NDEBUG"
- RSC_PROJ=/l 0x809 /fo"$(INTDIR)/ZIPFind.res" /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/ZIPFind.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)/ZIPFind.pdb" /machine:I386 /out:"$(OUTDIR)/ZIPFind.exe"
- LINK32_OBJS= \
- "$(INTDIR)/StdAfx.obj" \
- "$(INTDIR)/ZIPFindDlg.obj" \
- "$(INTDIR)/ZIPFind.obj" \
- "$(INTDIR)/ZIPFind.res"
-
- "$(OUTDIR)\ZIPFind.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "ZIPFind - 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 : "$(OUTDIR)\ZIPFind.exe" "$(OUTDIR)\ZIPFind.bsc"
-
- CLEAN :
- -@erase ".\Debug\vc40.pdb"
- -@erase ".\Debug\ZIPFind.pch"
- -@erase ".\Debug\vc40.idb"
- -@erase ".\Debug\ZIPFind.bsc"
- -@erase ".\Debug\ZIPFind.sbr"
- -@erase ".\Debug\ZIPFindDlg.sbr"
- -@erase ".\Debug\StdAfx.sbr"
- -@erase ".\Debug\ZIPFind.exe"
- -@erase ".\Debug\StdAfx.obj"
- -@erase ".\Debug\ZIPFind.obj"
- -@erase ".\Debug\ZIPFindDlg.obj"
- -@erase ".\Debug\ZIPFind.res"
- -@erase ".\Debug\ZIPFind.ilk"
- -@erase ".\Debug\ZIPFind.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" /FR /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
- /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/ZIPFind.pch" /Yu"stdafx.h"\
- /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
- CPP_OBJS=.\Debug/
- CPP_SBRS=.\Debug/
- # ADD BASE MTL /nologo /D "_DEBUG" /win32
- # ADD MTL /nologo /D "_DEBUG" /win32
- MTL_PROJ=/nologo /D "_DEBUG" /win32
- # ADD BASE RSC /l 0x809 /d "_DEBUG"
- # ADD RSC /l 0x809 /d "_DEBUG"
- RSC_PROJ=/l 0x809 /fo"$(INTDIR)/ZIPFind.res" /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/ZIPFind.bsc"
- BSC32_SBRS= \
- "$(INTDIR)/ZIPFind.sbr" \
- "$(INTDIR)/ZIPFindDlg.sbr" \
- "$(INTDIR)/StdAfx.sbr"
-
- "$(OUTDIR)\ZIPFind.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
- $(BSC32) @<<
- $(BSC32_FLAGS) $(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)/ZIPFind.pdb" /debug /machine:I386 /out:"$(OUTDIR)/ZIPFind.exe"
- LINK32_OBJS= \
- "$(INTDIR)/StdAfx.obj" \
- "$(INTDIR)/ZIPFind.obj" \
- "$(INTDIR)/ZIPFindDlg.obj" \
- "$(INTDIR)/ZIPFind.res"
-
- "$(OUTDIR)\ZIPFind.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 "ZIPFind - Win32 Release"
- # Name "ZIPFind - Win32 Debug"
-
- !IF "$(CFG)" == "ZIPFind - Win32 Release"
-
- !ELSEIF "$(CFG)" == "ZIPFind - Win32 Debug"
-
- !ENDIF
-
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ReadMe.txt
-
- !IF "$(CFG)" == "ZIPFind - Win32 Release"
-
- !ELSEIF "$(CFG)" == "ZIPFind - Win32 Debug"
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ZIPFind.cpp
- DEP_CPP_ZIPFI=\
- ".\StdAfx.h"\
- ".\ZIPFind.h"\
- ".\ZIPFindDlg.h"\
-
-
- !IF "$(CFG)" == "ZIPFind - Win32 Release"
-
-
- "$(INTDIR)\ZIPFind.obj" : $(SOURCE) $(DEP_CPP_ZIPFI) "$(INTDIR)"\
- "$(INTDIR)\ZIPFind.pch"
-
-
- !ELSEIF "$(CFG)" == "ZIPFind - Win32 Debug"
-
-
- "$(INTDIR)\ZIPFind.obj" : $(SOURCE) $(DEP_CPP_ZIPFI) "$(INTDIR)"\
- "$(INTDIR)\ZIPFind.pch"
-
- "$(INTDIR)\ZIPFind.sbr" : $(SOURCE) $(DEP_CPP_ZIPFI) "$(INTDIR)"\
- "$(INTDIR)\ZIPFind.pch"
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ZIPFindDlg.cpp
-
- !IF "$(CFG)" == "ZIPFind - Win32 Release"
-
- DEP_CPP_ZIPFIN=\
- ".\StdAfx.h"\
- ".\ZIPFind.h"\
- ".\ZIPFindDlg.h"\
-
-
- "$(INTDIR)\ZIPFindDlg.obj" : $(SOURCE) $(DEP_CPP_ZIPFIN) "$(INTDIR)"\
- "$(INTDIR)\ZIPFind.pch"
-
-
- !ELSEIF "$(CFG)" == "ZIPFind - Win32 Debug"
-
- DEP_CPP_ZIPFIN=\
- ".\StdAfx.h"\
- ".\ZIPFind.h"\
- ".\ZIPFindDlg.h"\
-
- NODEP_CPP_ZIPFIN=\
- ".\fs"\
-
-
- "$(INTDIR)\ZIPFindDlg.obj" : $(SOURCE) $(DEP_CPP_ZIPFIN) "$(INTDIR)"\
- "$(INTDIR)\ZIPFind.pch"
-
- "$(INTDIR)\ZIPFindDlg.sbr" : $(SOURCE) $(DEP_CPP_ZIPFIN) "$(INTDIR)"\
- "$(INTDIR)\ZIPFind.pch"
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\StdAfx.cpp
- DEP_CPP_STDAF=\
- ".\StdAfx.h"\
-
-
- !IF "$(CFG)" == "ZIPFind - Win32 Release"
-
- # ADD CPP /Yc"stdafx.h"
-
- BuildCmds= \
- $(CPP) /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS"\
- /Fp"$(INTDIR)/ZIPFind.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
-
-
- "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- "$(INTDIR)\ZIPFind.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- !ELSEIF "$(CFG)" == "ZIPFind - Win32 Debug"
-
- # ADD CPP /Yc"stdafx.h"
-
- BuildCmds= \
- $(CPP) /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
- /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/ZIPFind.pch" /Yc"stdafx.h"\
- /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
-
-
- "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- "$(INTDIR)\StdAfx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- "$(INTDIR)\ZIPFind.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\ZIPFind.rc
- DEP_RSC_ZIPFIND=\
- ".\res\ZIPFind.ico"\
- ".\res\ZIPFind.rc2"\
-
-
- "$(INTDIR)\ZIPFind.res" : $(SOURCE) $(DEP_RSC_ZIPFIND) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
- # End Source File
- # End Target
- # End Project
- ################################################################################
-