?? nettools.mak
字號:
DEP_CPP_NETTO=\
".\InetThread.h"\
".\InetThreadParms.h"\
".\MainFrm.h"\
".\nettools.h"\
".\PingParmList.h"\
".\PingThread.h"\
".\StdAfx.h"\
!IF "$(CFG)" == "nettools - Win32 Release"
"$(INTDIR)\nettools.obj" : $(SOURCE) $(DEP_CPP_NETTO) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Debug"
"$(INTDIR)\nettools.obj" : $(SOURCE) $(DEP_CPP_NETTO) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Release with info "
"$(INTDIR)\nettools.obj" : $(SOURCE) $(DEP_CPP_NETTO) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\StdAfx.cpp
DEP_CPP_STDAF=\
".\StdAfx.h"\
!IF "$(CFG)" == "nettools - Win32 Release"
# ADD CPP /Yc"stdafx.h"
BuildCmds= \
$(CPP) /nologo /MD /W3 /GX /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL"\
/D "_MBCS" /Fp"$(INTDIR)/nettools.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c\
$(SOURCE) \
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\nettools.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ELSEIF "$(CFG)" == "nettools - Win32 Debug"
# ADD CPP /Yc"stdafx.h"
BuildCmds= \
$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/nettools.pch" /Yc"stdafx.h"\
/Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\nettools.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ELSEIF "$(CFG)" == "nettools - Win32 Release with info "
# ADD BASE CPP /Yc"stdafx.h"
# ADD CPP /Yc"stdafx.h"
BuildCmds= \
$(CPP) /nologo /MD /W3 /GX /Zi /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/nettools.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
/Fd"$(INTDIR)/" /c $(SOURCE) \
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\nettools.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\MainFrm.cpp
DEP_CPP_MAINF=\
".\InetThread.h"\
".\InetThreadParms.h"\
".\MainFrm.h"\
".\NetstatDlg.h"\
".\nettools.h"\
".\PingDlg.h"\
".\PingParmList.h"\
".\PingThread.h"\
".\StdAfx.h"\
!IF "$(CFG)" == "nettools - Win32 Release"
"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Debug"
"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Release with info "
"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\nettools.rc
DEP_RSC_NETTOO=\
".\res\nettools.ico"\
".\res\nettools.rc2"\
".\res\nettoolsDoc.ico"\
".\res\Toolbar.bmp"\
!IF "$(CFG)" == "nettools - Win32 Release"
"$(INTDIR)\nettools.res" : $(SOURCE) $(DEP_RSC_NETTOO) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "nettools - Win32 Debug"
"$(INTDIR)\nettools.res" : $(SOURCE) $(DEP_RSC_NETTOO) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "nettools - Win32 Release with info "
"$(INTDIR)\nettools.res" : $(SOURCE) $(DEP_RSC_NETTOO) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\NetstatDlg.cpp
DEP_CPP_NETST=\
".\InetThreadParms.h"\
".\NetstatDlg.h"\
".\nettools.h"\
".\StdAfx.h"\
!IF "$(CFG)" == "nettools - Win32 Release"
"$(INTDIR)\NetstatDlg.obj" : $(SOURCE) $(DEP_CPP_NETST) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Debug"
"$(INTDIR)\NetstatDlg.obj" : $(SOURCE) $(DEP_CPP_NETST) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Release with info "
"$(INTDIR)\NetstatDlg.obj" : $(SOURCE) $(DEP_CPP_NETST) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\PingThread.cpp
DEP_CPP_PINGT=\
".\ipexport.h"\
".\nettools.h"\
".\PingParmList.h"\
".\PingThread.h"\
".\StdAfx.h"\
!IF "$(CFG)" == "nettools - Win32 Release"
"$(INTDIR)\PingThread.obj" : $(SOURCE) $(DEP_CPP_PINGT) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Debug"
"$(INTDIR)\PingThread.obj" : $(SOURCE) $(DEP_CPP_PINGT) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Release with info "
"$(INTDIR)\PingThread.obj" : $(SOURCE) $(DEP_CPP_PINGT) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\PingDlg.cpp
DEP_CPP_PINGD=\
".\nettools.h"\
".\PingDlg.h"\
".\PingParmList.h"\
".\StdAfx.h"\
!IF "$(CFG)" == "nettools - Win32 Release"
"$(INTDIR)\PingDlg.obj" : $(SOURCE) $(DEP_CPP_PINGD) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Debug"
"$(INTDIR)\PingDlg.obj" : $(SOURCE) $(DEP_CPP_PINGD) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Release with info "
"$(INTDIR)\PingDlg.obj" : $(SOURCE) $(DEP_CPP_PINGD) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=.\InetThread.cpp
DEP_CPP_INETT=\
".\InetThread.h"\
".\InetThreadParms.h"\
".\nettools.h"\
".\StdAfx.h"\
!IF "$(CFG)" == "nettools - Win32 Release"
"$(INTDIR)\InetThread.obj" : $(SOURCE) $(DEP_CPP_INETT) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Debug"
"$(INTDIR)\InetThread.obj" : $(SOURCE) $(DEP_CPP_INETT) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ELSEIF "$(CFG)" == "nettools - Win32 Release with info "
"$(INTDIR)\InetThread.obj" : $(SOURCE) $(DEP_CPP_INETT) "$(INTDIR)"\
"$(INTDIR)\nettools.pch"
!ENDIF
# End Source File
# End Target
# End Project
################################################################################
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -