ioexplorer.mak

来自「IO函数调用测试」· MAK 代码 · 共 1,560 行 · 第 1/3 页

MAK
1,560
字号
################################################################################
# Begin Source File

SOURCE=.\MainFrm.cpp
DEP_CPP_MAINF=\
	".\IOExplorer.h"\
	".\MainFrm.h"\
	".\StdAfx.h"\
	

"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\ChildFrm.cpp
DEP_CPP_CHILD=\
	".\ChildFrm.h"\
	".\IOExplorer.h"\
	".\StdAfx.h"\
	

"$(INTDIR)\ChildFrm.obj" : $(SOURCE) $(DEP_CPP_CHILD) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\IOExplorerDoc.cpp
DEP_CPP_IOEXPL=\
	".\IOExplorer.h"\
	".\IOExplorerDoc.h"\
	".\StdAfx.h"\
	

"$(INTDIR)\IOExplorerDoc.obj" : $(SOURCE) $(DEP_CPP_IOEXPL) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\IOExplorerView.cpp
DEP_CPP_IOEXPLO=\
	".\IOExplorer.h"\
	".\IOExplorerDoc.h"\
	".\IOExplorerView.h"\
	".\StdAfx.h"\
	

"$(INTDIR)\IOExplorerView.obj" : $(SOURCE) $(DEP_CPP_IOEXPLO) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\IOExplorer.rc
DEP_RSC_IOEXPLOR=\
	".\res\IOExplorer.ico"\
	".\res\IOExplorer.rc2"\
	".\res\IOExplorerDoc.ico"\
	".\res\jmnco.ico"\
	".\res\Toolbar.bmp"\
	".\res\uparrow.ico"\
	

"$(INTDIR)\IOExplorer.res" : $(SOURCE) $(DEP_RSC_IOEXPLOR) "$(INTDIR)"
   $(RSC) $(RSC_PROJ) $(SOURCE)


# End Source File
################################################################################
# Begin Source File

SOURCE=.\hlp\IOExplorer.hpj

!IF  "$(CFG)" == "IOExplorer - Win32 Release"

# Begin Custom Build - Making help file...
OutDir=.\Release
ProjDir=.
TargetName=IOExplorer
InputPath=.\hlp\IOExplorer.hpj

"$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
   "$(ProjDir)\makehelp.bat"

# End Custom Build

!ELSEIF  "$(CFG)" == "IOExplorer - Win32 Debug"

# Begin Custom Build - Making help file...
OutDir=.\Debug
ProjDir=.
TargetName=IOExplorer
InputPath=.\hlp\IOExplorer.hpj

"$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
   "$(ProjDir)\makehelp.bat"

# End Custom Build

!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\CreateFile.cpp
DEP_CPP_CREAT=\
	".\CreateFile.h"\
	".\CreateFileEvent.h"\
	".\CreateFileSheet.h"\
	".\EventList.h"\
	".\EventLog.h"\
	".\handle.h"\
	".\HandleCombo.h"\
	".\handleManager.h"\
	".\HandlePage.h"\
	".\help.h"\
	".\idcombo.h"\
	".\IOExplorer.h"\
	".\is95.h"\
	".\orstring.h"\
	".\Status.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	".\TraceManager.h"\
	

"$(INTDIR)\CreateFile.obj" : $(SOURCE) $(DEP_CPP_CREAT) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\About.cpp
DEP_CPP_ABOUT=\
	".\About.h"\
	".\help.h"\
	".\IOExplorer.h"\
	".\StdAfx.h"\
	

"$(INTDIR)\About.obj" : $(SOURCE) $(DEP_CPP_ABOUT) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\Idcombo.cpp
DEP_CPP_IDCOM=\
	".\idcombo.h"\
	".\StdAfx.h"\
	

"$(INTDIR)\Idcombo.obj" : $(SOURCE) $(DEP_CPP_IDCOM) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\Orstring.cpp
DEP_CPP_ORSTR=\
	".\idcombo.h"\
	".\orstring.h"\
	".\StdAfx.h"\
	

"$(INTDIR)\Orstring.obj" : $(SOURCE) $(DEP_CPP_ORSTR) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\CreateFileEvent.cpp
DEP_CPP_CREATE=\
	".\CreateFileEvent.h"\
	".\idcombo.h"\
	".\IOExplorer.h"\
	".\orstring.h"\
	".\StdAfx.h"\
	".\strings.h"\
	".\TraceEvent.h"\
	

"$(INTDIR)\CreateFileEvent.obj" : $(SOURCE) $(DEP_CPP_CREATE) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\FlagsAndAttributes.cpp
DEP_CPP_FLAGS=\
	".\CreateFileSheet.h"\
	".\FlagsAndAttributes.h"\
	".\handle.h"\
	".\handleManager.h"\
	".\help.h"\
	".\idcombo.h"\
	".\IOExplorer.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	".\TraceManager.h"\
	

"$(INTDIR)\FlagsAndAttributes.obj" : $(SOURCE) $(DEP_CPP_FLAGS) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\CreateFileSheet.cpp
DEP_CPP_CREATEF=\
	".\About.h"\
	".\CreateFileSheet.h"\
	".\handle.h"\
	".\handleManager.h"\
	".\IOExplorer.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	".\TraceManager.h"\
	

"$(INTDIR)\CreateFileSheet.obj" : $(SOURCE) $(DEP_CPP_CREATEF) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\CloseHandle.cpp
DEP_CPP_CLOSE=\
	".\CloseHandle.h"\
	".\CloseHandleEvent.h"\
	".\CreateFileSheet.h"\
	".\EventList.h"\
	".\EventLog.h"\
	".\handle.h"\
	".\HandleCombo.h"\
	".\handleManager.h"\
	".\HandlePage.h"\
	".\help.h"\
	".\IOExplorer.h"\
	".\Status.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	".\TraceManager.h"\
	

"$(INTDIR)\CloseHandle.obj" : $(SOURCE) $(DEP_CPP_CLOSE) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\Strings.cpp
DEP_CPP_STRIN=\
	".\StdAfx.h"\
	

"$(INTDIR)\Strings.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\Is95.cpp
DEP_CPP_IS95_=\
	".\StdAfx.h"\
	

"$(INTDIR)\Is95.obj" : $(SOURCE) $(DEP_CPP_IS95_) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\EventLog.cpp
DEP_CPP_EVENT=\
	".\Annotation.h"\
	".\EventList.h"\
	".\EventLog.h"\
	".\format.h"\
	".\help.h"\
	".\IOExplorer.h"\
	".\Note.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	

"$(INTDIR)\EventLog.obj" : $(SOURCE) $(DEP_CPP_EVENT) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\EventList.cpp
DEP_CPP_EVENTL=\
	".\EventList.h"\
	".\format.h"\
	".\IOExplorer.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	

"$(INTDIR)\EventList.obj" : $(SOURCE) $(DEP_CPP_EVENTL) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\CreateNamedPipe.cpp
DEP_CPP_CREATEN=\
	".\CreateFileSheet.h"\
	".\CreateNamedPipe.h"\
	".\CreateNamedPipeEvent.h"\
	".\handle.h"\
	".\HandleCombo.h"\
	".\handleManager.h"\
	".\HandlePage.h"\
	".\IOExplorer.h"\
	".\NumericEdit.h"\
	".\Status.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	".\TraceManager.h"\
	

"$(INTDIR)\CreateNamedPipe.obj" : $(SOURCE) $(DEP_CPP_CREATEN) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\NumericEdit.cpp
DEP_CPP_NUMER=\
	".\NumericEdit.h"\
	".\StdAfx.h"\
	

"$(INTDIR)\NumericEdit.obj" : $(SOURCE) $(DEP_CPP_NUMER) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\CreateNamedPipeEvent.cpp
DEP_CPP_CREATENA=\
	".\CreateNamedPipeEvent.h"\
	".\idcombo.h"\
	".\IOExplorer.h"\
	".\orstring.h"\
	".\StdAfx.h"\
	".\strings.h"\
	".\TraceEvent.h"\
	

"$(INTDIR)\CreateNamedPipeEvent.obj" : $(SOURCE) $(DEP_CPP_CREATENA)\
 "$(INTDIR)" "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\HandleManager.cpp
DEP_CPP_HANDL=\
	".\handle.h"\
	".\handleManager.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	

"$(INTDIR)\HandleManager.obj" : $(SOURCE) $(DEP_CPP_HANDL) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\Handles.cpp
DEP_CPP_HANDLE=\
	".\CloseHandleEvent.h"\
	".\CreateFileSheet.h"\
	".\EventList.h"\
	".\EventLog.h"\
	".\format.h"\
	".\handle.h"\
	".\HandleLog.h"\
	".\handleManager.h"\
	".\Handles.h"\
	".\help.h"\
	".\IOExplorer.h"\
	".\setNameEvent.h"\
	".\Status.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	".\TraceManager.h"\
	

"$(INTDIR)\Handles.obj" : $(SOURCE) $(DEP_CPP_HANDLE) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\HandleLog.cpp
DEP_CPP_HANDLEL=\
	".\handle.h"\
	".\HandleLog.h"\
	".\IOExplorer.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	

"$(INTDIR)\HandleLog.obj" : $(SOURCE) $(DEP_CPP_HANDLEL) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\CloseHandleEvent.cpp
DEP_CPP_CLOSEH=\
	".\CloseHandleEvent.h"\
	".\IOExplorer.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	

"$(INTDIR)\CloseHandleEvent.obj" : $(SOURCE) $(DEP_CPP_CLOSEH) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\TraceManager.cpp
DEP_CPP_TRACE=\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	".\TraceManager.h"\
	

"$(INTDIR)\TraceManager.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\Handle.cpp
DEP_CPP_HANDLE_=\
	".\handle.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	

"$(INTDIR)\Handle.obj" : $(SOURCE) $(DEP_CPP_HANDLE_) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\HandleCombo.cpp
DEP_CPP_HANDLEC=\
	".\handle.h"\
	".\HandleCombo.h"\
	".\IOExplorer.h"\
	".\StdAfx.h"\
	".\TraceEvent.h"\
	

"$(INTDIR)\HandleCombo.obj" : $(SOURCE) $(DEP_CPP_HANDLEC) "$(INTDIR)"\
 "$(INTDIR)\IOExplorer.pch"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?