⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nettools.mak

📁 你想看自己的 IP及其内容吗? 现在有一个能查看IP网络状态(连接
💻 MAK
📖 第 1 页 / 共 2 页
字号:
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 + -