358 lines
		
	
	
		
			9.6 KiB
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			358 lines
		
	
	
		
			9.6 KiB
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
 | |
| # ** DO NOT EDIT **
 | |
| 
 | |
| # TARGTYPE "Win32 (x86) Application" 0x0101
 | |
| 
 | |
| !IF "$(CFG)" == ""
 | |
| CFG=ex02mfc - Win32 Release
 | |
| !MESSAGE No configuration specified.  Defaulting to ex02mfc - Win32 Release.
 | |
| !ENDIF 
 | |
| 
 | |
| !IF "$(CFG)" != "ex02mfc - Win32 Release" && "$(CFG)" !=\
 | |
|  "ex02mfc - 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 "ex02mfc.mak" CFG="ex02mfc - Win32 Debug"
 | |
| !MESSAGE 
 | |
| !MESSAGE Possible choices for configuration are:
 | |
| !MESSAGE 
 | |
| !MESSAGE "ex02mfc - Win32 Release" (based on "Win32 (x86) Application")
 | |
| !MESSAGE "ex02mfc - 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 "ex02mfc - Win32 Release"
 | |
| CPP=cl.exe
 | |
| RSC=rc.exe
 | |
| MTL=mktyplib.exe
 | |
| 
 | |
| !IF  "$(CFG)" == "ex02mfc - Win32 Release"
 | |
| 
 | |
| # PROP BASE Use_MFC 6
 | |
| # PROP BASE Use_Debug_Libraries 0
 | |
| # PROP BASE Output_Dir "Release.02"
 | |
| # PROP BASE Intermediate_Dir "Release.02"
 | |
| # PROP BASE Target_Dir ""
 | |
| # PROP Use_MFC 6
 | |
| # PROP Use_Debug_Libraries 0
 | |
| # PROP Output_Dir "Release.02"
 | |
| # PROP Intermediate_Dir "Release.02"
 | |
| # PROP Target_Dir ""
 | |
| OUTDIR=.\Release.02
 | |
| INTDIR=.\Release.02
 | |
| 
 | |
| ALL : "$(OUTDIR)\ex02mfc.exe"
 | |
| 
 | |
| CLEAN : 
 | |
| 	-@erase ".\Release.02\ex02mfc.exe"
 | |
| 	-@erase ".\Release.02\ex02mfc.obj"
 | |
| 	-@erase ".\Release.02\ex02mfc.pch"
 | |
| 	-@erase ".\Release.02\ex02dlg.obj"
 | |
| 	-@erase ".\Release.02\ex02std.obj"
 | |
| 	-@erase ".\Release.02\ex02mfc.res"
 | |
| 
 | |
| "$(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"ex02std.h" /c
 | |
| # ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"ex02std.h" /c
 | |
| CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
 | |
|  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ex02mfc.pch" /Yu"ex02std.h" /Fo"$(INTDIR)/"\
 | |
|  /c 
 | |
| CPP_OBJS=.\Release.02/
 | |
| 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)/ex02mfc.res" /d "NDEBUG" /d "_AFXDLL" 
 | |
| BSC32=bscmake.exe
 | |
| # ADD BASE BSC32 /nologo
 | |
| # ADD BSC32 /nologo
 | |
| BSC32_FLAGS=/nologo /o"$(OUTDIR)/ex02mfc.bsc" 
 | |
| BSC32_SBRS=
 | |
| LINK32=link.exe
 | |
| # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
 | |
| # ADD LINK32 al20mfc.lib /nologo /subsystem:windows /machine:I386
 | |
| LINK32_FLAGS=al20mfc.lib /nologo /subsystem:windows /incremental:no\
 | |
|  /pdb:"$(OUTDIR)/ex02mfc.pdb" /machine:I386 /out:"$(OUTDIR)/ex02mfc.exe" 
 | |
| LINK32_OBJS= \
 | |
| 	"$(INTDIR)/ex02mfc.obj" \
 | |
| 	"$(INTDIR)/ex02dlg.obj" \
 | |
| 	"$(INTDIR)/ex02std.obj" \
 | |
| 	"$(INTDIR)/ex02mfc.res"
 | |
| 
 | |
| "$(OUTDIR)\ex02mfc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
 | |
|     $(LINK32) @<<
 | |
|   $(LINK32_FLAGS) $(LINK32_OBJS)
 | |
| <<
 | |
| 
 | |
| !ELSEIF  "$(CFG)" == "ex02mfc - Win32 Debug"
 | |
| 
 | |
| # PROP BASE Use_MFC 6
 | |
| # PROP BASE Use_Debug_Libraries 1
 | |
| # PROP BASE Output_Dir "Debug.02"
 | |
| # PROP BASE Intermediate_Dir "Debug.02"
 | |
| # PROP BASE Target_Dir ""
 | |
| # PROP Use_MFC 6
 | |
| # PROP Use_Debug_Libraries 1
 | |
| # PROP Output_Dir "Debug.02"
 | |
| # PROP Intermediate_Dir "Debug.02"
 | |
| # PROP Target_Dir ""
 | |
| OUTDIR=.\Debug.02
 | |
| INTDIR=.\Debug.02
 | |
| 
 | |
| ALL : "$(OUTDIR)\ex02mfc.exe"
 | |
| 
 | |
| CLEAN : 
 | |
| 	-@erase ".\Debug.02\vc40.pdb"
 | |
| 	-@erase ".\Debug.02\ex02mfc.pch"
 | |
| 	-@erase ".\Debug.02\vc40.idb"
 | |
| 	-@erase ".\Debug.02\ex02mfc.exe"
 | |
| 	-@erase ".\Debug.02\ex02std.obj"
 | |
| 	-@erase ".\Debug.02\ex02mfc.obj"
 | |
| 	-@erase ".\Debug.02\ex02dlg.obj"
 | |
| 	-@erase ".\Debug.02\ex02mfc.res"
 | |
| 	-@erase ".\Debug.02\ex02mfc.ilk"
 | |
| 	-@erase ".\Debug.02\ex02mfc.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"ex02std.h" /c
 | |
| # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"ex02std.h" /c
 | |
| CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
 | |
|  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ex02mfc.pch" /Yu"ex02std.h"\
 | |
|  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
 | |
| CPP_OBJS=.\Debug.02/
 | |
| 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)/ex02mfc.res" /d "_DEBUG" /d "_AFXDLL" 
 | |
| BSC32=bscmake.exe
 | |
| # ADD BASE BSC32 /nologo
 | |
| # ADD BSC32 /nologo
 | |
| BSC32_FLAGS=/nologo /o"$(OUTDIR)/ex02mfc.bsc" 
 | |
| BSC32_SBRS=
 | |
| LINK32=link.exe
 | |
| # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
 | |
| # ADD LINK32 al20mfcd.lib /nologo /subsystem:windows /debug /machine:I386
 | |
| LINK32_FLAGS=al20mfcd.lib /nologo /subsystem:windows /incremental:yes\
 | |
|  /pdb:"$(OUTDIR)/ex02mfc.pdb" /debug /machine:I386 /out:"$(OUTDIR)/ex02mfc.exe" 
 | |
| LINK32_OBJS= \
 | |
| 	"$(INTDIR)/ex02std.obj" \
 | |
| 	"$(INTDIR)/ex02mfc.obj" \
 | |
| 	"$(INTDIR)/ex02dlg.obj" \
 | |
| 	"$(INTDIR)/ex02mfc.res"
 | |
| 
 | |
| "$(OUTDIR)\ex02mfc.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 "ex02mfc - Win32 Release"
 | |
| # Name "ex02mfc - Win32 Debug"
 | |
| 
 | |
| !IF  "$(CFG)" == "ex02mfc - Win32 Release"
 | |
| 
 | |
| !ELSEIF  "$(CFG)" == "ex02mfc - Win32 Debug"
 | |
| 
 | |
| !ENDIF 
 | |
| 
 | |
| ################################################################################
 | |
| # Begin Source File
 | |
| 
 | |
| SOURCE=.\ReadMe.txt
 | |
| 
 | |
| !IF  "$(CFG)" == "ex02mfc - Win32 Release"
 | |
| 
 | |
| !ELSEIF  "$(CFG)" == "ex02mfc - Win32 Debug"
 | |
| 
 | |
| !ENDIF 
 | |
| 
 | |
| # End Source File
 | |
| ################################################################################
 | |
| # Begin Source File
 | |
| 
 | |
| SOURCE=.\ex02mfc.cpp
 | |
| DEP_CPP_EX02M=\
 | |
| 	".\ex02std.h"\
 | |
| 	".\ex02mfc.h"\
 | |
| 	".\ex02dlg.h"\
 | |
| 	{$(INCLUDE)}"\arclib.h"\
 | |
| 	".\..\H\aldefs.h"\
 | |
| 	".\..\H\_debug.h"\
 | |
| 	".\..\H\status.h"\
 | |
| 	".\..\H\objname.h"\
 | |
| 	".\..\H\stor.h"\
 | |
| 	".\..\H\engn.h"\
 | |
| 	".\..\H\monitor.h"\
 | |
| 	".\..\H\toolkit.h"\
 | |
| 	".\..\H\arcentry.h"\
 | |
| 	".\..\H\arclist.h"\
 | |
| 	".\..\H\cmpobj.h"\
 | |
| 	".\..\H\arc.h"\
 | |
| 	".\..\H\status.inl"\
 | |
| 	".\..\H\objname.inl"\
 | |
| 	".\..\H\timedate.h"\
 | |
| 	".\..\H\fileattr.h"\
 | |
| 	".\..\H\stor.inl"\
 | |
| 	".\..\H\timedate.inl"\
 | |
| 	".\..\H\fileattr.inl"\
 | |
| 	".\..\H\engn.inl"\
 | |
| 	".\..\H\arcentry.inl"\
 | |
| 	".\..\H\arclist.inl"\
 | |
| 	".\..\H\cmpobj.inl"\
 | |
| 	".\..\H\arc.inl"\
 | |
| 	
 | |
| NODEP_CPP_EX02M=\
 | |
| 	".\..\H\alcustom.h"\
 | |
| 	
 | |
| 
 | |
| "$(INTDIR)\ex02mfc.obj" : $(SOURCE) $(DEP_CPP_EX02M) "$(INTDIR)"\
 | |
|  "$(INTDIR)\ex02mfc.pch"
 | |
| 
 | |
| 
 | |
| # End Source File
 | |
| ################################################################################
 | |
| # Begin Source File
 | |
| 
 | |
| SOURCE=.\ex02dlg.cpp
 | |
| DEP_CPP_EX02D=\
 | |
| 	".\ex02std.h"\
 | |
| 	".\ex02mfc.h"\
 | |
| 	".\ex02dlg.h"\
 | |
| 	{$(INCLUDE)}"\Wildcard.h"\
 | |
| 	{$(INCLUDE)}"\arclib.h"\
 | |
| 	".\..\H\aldefs.h"\
 | |
| 	".\..\H\_debug.h"\
 | |
| 	".\..\H\status.h"\
 | |
| 	".\..\H\objname.h"\
 | |
| 	".\..\H\stor.h"\
 | |
| 	".\..\H\engn.h"\
 | |
| 	".\..\H\monitor.h"\
 | |
| 	".\..\H\toolkit.h"\
 | |
| 	".\..\H\arcentry.h"\
 | |
| 	".\..\H\arclist.h"\
 | |
| 	".\..\H\cmpobj.h"\
 | |
| 	".\..\H\arc.h"\
 | |
| 	".\..\H\status.inl"\
 | |
| 	".\..\H\objname.inl"\
 | |
| 	".\..\H\timedate.h"\
 | |
| 	".\..\H\fileattr.h"\
 | |
| 	".\..\H\stor.inl"\
 | |
| 	".\..\H\timedate.inl"\
 | |
| 	".\..\H\fileattr.inl"\
 | |
| 	".\..\H\engn.inl"\
 | |
| 	".\..\H\arcentry.inl"\
 | |
| 	".\..\H\arclist.inl"\
 | |
| 	".\..\H\cmpobj.inl"\
 | |
| 	".\..\H\arc.inl"\
 | |
| 	
 | |
| NODEP_CPP_EX02D=\
 | |
| 	".\..\H\alcustom.h"\
 | |
| 	
 | |
| 
 | |
| "$(INTDIR)\ex02dlg.obj" : $(SOURCE) $(DEP_CPP_EX02D) "$(INTDIR)"\
 | |
|  "$(INTDIR)\ex02mfc.pch"
 | |
| 
 | |
| 
 | |
| # End Source File
 | |
| ################################################################################
 | |
| # Begin Source File
 | |
| 
 | |
| SOURCE=.\ex02std.cpp
 | |
| DEP_CPP_EX02S=\
 | |
| 	".\ex02std.h"\
 | |
| 	
 | |
| 
 | |
| !IF  "$(CFG)" == "ex02mfc - Win32 Release"
 | |
| 
 | |
| # ADD CPP /Yc"ex02std.h"
 | |
| 
 | |
| BuildCmds= \
 | |
| 	$(CPP) /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
 | |
|  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ex02mfc.pch" /Yc"ex02std.h" /Fo"$(INTDIR)/"\
 | |
|  /c $(SOURCE) \
 | |
| 	
 | |
| 
 | |
| "$(INTDIR)\ex02std.obj" : $(SOURCE) $(DEP_CPP_EX02S) "$(INTDIR)"
 | |
|    $(BuildCmds)
 | |
| 
 | |
| "$(INTDIR)\ex02mfc.pch" : $(SOURCE) $(DEP_CPP_EX02S) "$(INTDIR)"
 | |
|    $(BuildCmds)
 | |
| 
 | |
| !ELSEIF  "$(CFG)" == "ex02mfc - Win32 Debug"
 | |
| 
 | |
| # ADD CPP /Yc"ex02std.h"
 | |
| 
 | |
| BuildCmds= \
 | |
| 	$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
 | |
|  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ex02mfc.pch" /Yc"ex02std.h"\
 | |
|  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
 | |
| 	
 | |
| 
 | |
| "$(INTDIR)\ex02std.obj" : $(SOURCE) $(DEP_CPP_EX02S) "$(INTDIR)"
 | |
|    $(BuildCmds)
 | |
| 
 | |
| "$(INTDIR)\ex02mfc.pch" : $(SOURCE) $(DEP_CPP_EX02S) "$(INTDIR)"
 | |
|    $(BuildCmds)
 | |
| 
 | |
| !ENDIF 
 | |
| 
 | |
| # End Source File
 | |
| ################################################################################
 | |
| # Begin Source File
 | |
| 
 | |
| SOURCE=.\ex02mfc.rc
 | |
| DEP_RSC_EX02MF=\
 | |
| 	".\ex02mfc.ico"\
 | |
| 	".\ex02mfc.rc2"\
 | |
| 	
 | |
| 
 | |
| "$(INTDIR)\ex02mfc.res" : $(SOURCE) $(DEP_RSC_EX02MF) "$(INTDIR)"
 | |
|    $(RSC) $(RSC_PROJ) $(SOURCE)
 | |
| 
 | |
| 
 | |
| # End Source File
 | |
| # End Target
 | |
| # End Project
 | |
| ################################################################################
 |