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