405 lines
10 KiB
Makefile
Executable File
405 lines
10 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=ex03mfc - Win32 Release
|
|
!MESSAGE No configuration specified. Defaulting to ex03mfc - Win32 Release.
|
|
!ENDIF
|
|
|
|
!IF "$(CFG)" != "ex03mfc - Win32 Release" && "$(CFG)" !=\
|
|
"ex03mfc - 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 "ex03mfc.mak" CFG="ex03mfc - Win32 Debug"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "ex03mfc - Win32 Release" (based on "Win32 (x86) Application")
|
|
!MESSAGE "ex03mfc - 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 "ex03mfc - Win32 Release"
|
|
RSC=rc.exe
|
|
CPP=cl.exe
|
|
MTL=mktyplib.exe
|
|
|
|
!IF "$(CFG)" == "ex03mfc - Win32 Release"
|
|
|
|
# PROP BASE Use_MFC 6
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
# PROP BASE Output_Dir "Release.03"
|
|
# PROP BASE Intermediate_Dir "Release.03"
|
|
# PROP BASE Target_Dir ""
|
|
# PROP Use_MFC 6
|
|
# PROP Use_Debug_Libraries 0
|
|
# PROP Output_Dir "Release.03"
|
|
# PROP Intermediate_Dir "Release.03"
|
|
# PROP Target_Dir ""
|
|
OUTDIR=.\Release.03
|
|
INTDIR=.\Release.03
|
|
|
|
ALL : "$(OUTDIR)\ex03mfc.exe"
|
|
|
|
CLEAN :
|
|
-@erase ".\Release.03\ex03mfc.exe"
|
|
-@erase ".\Release.03\ex03mfc.obj"
|
|
-@erase ".\Release.03\ex03mfc.pch"
|
|
-@erase ".\Release.03\ex03dlg.obj"
|
|
-@erase ".\Release.03\ex03std.obj"
|
|
-@erase ".\Release.03\ex03mfc.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"ex03std.h" /c
|
|
# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"ex03std.h" /c
|
|
CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
|
|
"_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ex03mfc.pch" /Yu"ex03std.h" /Fo"$(INTDIR)/"\
|
|
/c
|
|
CPP_OBJS=.\Release.03/
|
|
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)/ex03mfc.res" /d "NDEBUG" /d "_AFXDLL"
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)/ex03mfc.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)/ex03mfc.pdb" /machine:I386 /out:"$(OUTDIR)/ex03mfc.exe"
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)/ex03mfc.obj" \
|
|
"$(INTDIR)/ex03dlg.obj" \
|
|
"$(INTDIR)/ex03std.obj" \
|
|
"$(INTDIR)/ex03mfc.res"
|
|
|
|
"$(OUTDIR)\ex03mfc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
|
$(LINK32) @<<
|
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
|
<<
|
|
|
|
!ELSEIF "$(CFG)" == "ex03mfc - Win32 Debug"
|
|
|
|
# PROP BASE Use_MFC 6
|
|
# PROP BASE Use_Debug_Libraries 1
|
|
# PROP BASE Output_Dir "Debug.03"
|
|
# PROP BASE Intermediate_Dir "Debug.03"
|
|
# PROP BASE Target_Dir ""
|
|
# PROP Use_MFC 6
|
|
# PROP Use_Debug_Libraries 1
|
|
# PROP Output_Dir "Debug.03"
|
|
# PROP Intermediate_Dir "Debug.03"
|
|
# PROP Target_Dir ""
|
|
OUTDIR=.\Debug.03
|
|
INTDIR=.\Debug.03
|
|
|
|
ALL : "$(OUTDIR)\ex03mfc.exe"
|
|
|
|
CLEAN :
|
|
-@erase ".\Debug.03\vc40.pdb"
|
|
-@erase ".\Debug.03\ex03mfc.pch"
|
|
-@erase ".\Debug.03\vc40.idb"
|
|
-@erase ".\Debug.03\ex03mfc.exe"
|
|
-@erase ".\Debug.03\ex03std.obj"
|
|
-@erase ".\Debug.03\ex03mfc.obj"
|
|
-@erase ".\Debug.03\ex03dlg.obj"
|
|
-@erase ".\Debug.03\ex03mfc.res"
|
|
-@erase ".\Debug.03\ex03mfc.ilk"
|
|
-@erase ".\Debug.03\ex03mfc.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"ex03std.h" /c
|
|
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"ex03std.h" /c
|
|
CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
|
|
/D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ex03mfc.pch" /Yu"ex03std.h"\
|
|
/Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
|
|
CPP_OBJS=.\Debug.03/
|
|
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)/ex03mfc.res" /d "_DEBUG" /d "_AFXDLL"
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)/ex03mfc.bsc"
|
|
BSC32_SBRS=
|
|
LINK32=link.exe
|
|
# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
|
|
# ADD LINK32 almfcd.lib /nologo /subsystem:windows /debug /machine:I386
|
|
LINK32_FLAGS=almfcd.lib /nologo /subsystem:windows /incremental:yes\
|
|
/pdb:"$(OUTDIR)/ex03mfc.pdb" /debug /machine:I386 /out:"$(OUTDIR)/ex03mfc.exe"
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)/ex03std.obj" \
|
|
"$(INTDIR)/ex03mfc.obj" \
|
|
"$(INTDIR)/ex03dlg.obj" \
|
|
"$(INTDIR)/ex03mfc.res"
|
|
|
|
"$(OUTDIR)\ex03mfc.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 "ex03mfc - Win32 Release"
|
|
# Name "ex03mfc - Win32 Debug"
|
|
|
|
!IF "$(CFG)" == "ex03mfc - Win32 Release"
|
|
|
|
!ELSEIF "$(CFG)" == "ex03mfc - Win32 Debug"
|
|
|
|
!ENDIF
|
|
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\ReadMe.txt
|
|
|
|
!IF "$(CFG)" == "ex03mfc - Win32 Release"
|
|
|
|
!ELSEIF "$(CFG)" == "ex03mfc - Win32 Debug"
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\ex03mfc.cpp
|
|
|
|
!IF "$(CFG)" == "ex03mfc - Win32 Release"
|
|
|
|
DEP_CPP_EX03M=\
|
|
".\ex03std.h"\
|
|
".\ex03mfc.h"\
|
|
".\ex03dlg.h"\
|
|
{$(INCLUDE)}"\arclib.h"\
|
|
{$(INCLUDE)}"\Memstore.h"\
|
|
{$(INCLUDE)}"\Glarc.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_EX03M=\
|
|
".\..\H\alcustom.h"\
|
|
|
|
|
|
"$(INTDIR)\ex03mfc.obj" : $(SOURCE) $(DEP_CPP_EX03M) "$(INTDIR)"\
|
|
"$(INTDIR)\ex03mfc.pch"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "ex03mfc - Win32 Debug"
|
|
|
|
DEP_CPP_EX03M=\
|
|
".\ex03std.h"\
|
|
".\ex03mfc.h"\
|
|
".\ex03dlg.h"\
|
|
{$(INCLUDE)}"\arclib.h"\
|
|
|
|
|
|
"$(INTDIR)\ex03mfc.obj" : $(SOURCE) $(DEP_CPP_EX03M) "$(INTDIR)"\
|
|
"$(INTDIR)\ex03mfc.pch"
|
|
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\ex03dlg.cpp
|
|
|
|
!IF "$(CFG)" == "ex03mfc - Win32 Release"
|
|
|
|
DEP_CPP_EX03D=\
|
|
".\ex03std.h"\
|
|
".\ex03mfc.h"\
|
|
".\ex03dlg.h"\
|
|
{$(INCLUDE)}"\Wildcard.h"\
|
|
{$(INCLUDE)}"\Glarc.h"\
|
|
{$(INCLUDE)}"\Winmon.h"\
|
|
{$(INCLUDE)}"\arclib.h"\
|
|
{$(INCLUDE)}"\Memstore.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"\
|
|
".\..\h\winutil.h"\
|
|
|
|
NODEP_CPP_EX03D=\
|
|
".\..\H\alcustom.h"\
|
|
|
|
|
|
"$(INTDIR)\ex03dlg.obj" : $(SOURCE) $(DEP_CPP_EX03D) "$(INTDIR)"\
|
|
"$(INTDIR)\ex03mfc.pch"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "ex03mfc - Win32 Debug"
|
|
|
|
DEP_CPP_EX03D=\
|
|
".\ex03std.h"\
|
|
".\ex03mfc.h"\
|
|
".\ex03dlg.h"\
|
|
{$(INCLUDE)}"\Wildcard.h"\
|
|
{$(INCLUDE)}"\Glarc.h"\
|
|
{$(INCLUDE)}"\Winmon.h"\
|
|
{$(INCLUDE)}"\arclib.h"\
|
|
{$(INCLUDE)}"\Memstore.h"\
|
|
".\..\h\winutil.h"\
|
|
|
|
|
|
"$(INTDIR)\ex03dlg.obj" : $(SOURCE) $(DEP_CPP_EX03D) "$(INTDIR)"\
|
|
"$(INTDIR)\ex03mfc.pch"
|
|
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\ex03std.cpp
|
|
DEP_CPP_EX03S=\
|
|
".\ex03std.h"\
|
|
|
|
|
|
!IF "$(CFG)" == "ex03mfc - Win32 Release"
|
|
|
|
# ADD CPP /Yc"ex03std.h"
|
|
|
|
BuildCmds= \
|
|
$(CPP) /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
|
|
"_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ex03mfc.pch" /Yc"ex03std.h" /Fo"$(INTDIR)/"\
|
|
/c $(SOURCE) \
|
|
|
|
|
|
"$(INTDIR)\ex03std.obj" : $(SOURCE) $(DEP_CPP_EX03S) "$(INTDIR)"
|
|
$(BuildCmds)
|
|
|
|
"$(INTDIR)\ex03mfc.pch" : $(SOURCE) $(DEP_CPP_EX03S) "$(INTDIR)"
|
|
$(BuildCmds)
|
|
|
|
!ELSEIF "$(CFG)" == "ex03mfc - Win32 Debug"
|
|
|
|
# ADD CPP /Yc"ex03std.h"
|
|
|
|
BuildCmds= \
|
|
$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
|
|
/D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/ex03mfc.pch" /Yc"ex03std.h"\
|
|
/Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
|
|
|
|
|
|
"$(INTDIR)\ex03std.obj" : $(SOURCE) $(DEP_CPP_EX03S) "$(INTDIR)"
|
|
$(BuildCmds)
|
|
|
|
"$(INTDIR)\ex03mfc.pch" : $(SOURCE) $(DEP_CPP_EX03S) "$(INTDIR)"
|
|
$(BuildCmds)
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\ex03mfc.rc
|
|
DEP_RSC_EX03MF=\
|
|
".\ex03mfc.ico"\
|
|
".\ex03mfc.rc2"\
|
|
|
|
|
|
"$(INTDIR)\ex03mfc.res" : $(SOURCE) $(DEP_RSC_EX03MF) "$(INTDIR)"
|
|
$(RSC) $(RSC_PROJ) $(SOURCE)
|
|
|
|
|
|
# End Source File
|
|
# End Target
|
|
# End Project
|
|
################################################################################
|