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

📄 mypingexample.vcp

📁 WinCE EVC4.2下实现Ping功能,可以检测开发板与主机是否连通
💻 VCP
📖 第 1 页 / 共 2 页
字号:
# Name "MyPingExample - Win32 (WCE emulator) Debug"
# Name "MyPingExample - Win32 (WCE ARMV4I) Release"
# Name "MyPingExample - Win32 (WCE ARMV4I) Debug"
# Name "MyPingExample - Win32 (WCE x86) Release"
# Name "MyPingExample - Win32 (WCE x86) Debug"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=.\MyPingExample.cpp

!IF  "$(CFG)" == "MyPingExample - Win32 (WCE emulator) Release"

DEP_CPP_MYPIN=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE emulator) Debug"

DEP_CPP_MYPIN=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE ARMV4I) Release"

DEP_CPP_MYPIN=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE ARMV4I) Debug"

DEP_CPP_MYPIN=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE x86) Release"

DEP_CPP_MYPIN=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE x86) Debug"

DEP_CPP_MYPIN=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ENDIF 

# End Source File
# Begin Source File

SOURCE=.\MyPingExample.rc

!IF  "$(CFG)" == "MyPingExample - Win32 (WCE emulator) Release"

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE emulator) Debug"

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE ARMV4I) Release"

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE ARMV4I) Debug"

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE x86) Release"

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE x86) Debug"

!ENDIF 

# End Source File
# Begin Source File

SOURCE=.\MyPingExampleDlg.cpp

!IF  "$(CFG)" == "MyPingExample - Win32 (WCE emulator) Release"

DEP_CPP_MYPING=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE emulator) Debug"

DEP_CPP_MYPING=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE ARMV4I) Release"

DEP_CPP_MYPING=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE ARMV4I) Debug"

DEP_CPP_MYPING=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE x86) Release"

DEP_CPP_MYPING=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE x86) Debug"

DEP_CPP_MYPING=\
	".\MyPingExample.h"\
	".\MyPingExampleDlg.h"\
	".\StdAfx.h"\
	

!ENDIF 

# End Source File
# Begin Source File

SOURCE=.\StdAfx.cpp

!IF  "$(CFG)" == "MyPingExample - Win32 (WCE emulator) Release"

DEP_CPP_STDAF=\
	".\StdAfx.h"\
	
# ADD CPP /Yc"stdafx.h"

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE emulator) Debug"

DEP_CPP_STDAF=\
	".\StdAfx.h"\
	
# ADD CPP /Yc"stdafx.h"

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE ARMV4I) Release"

DEP_CPP_STDAF=\
	".\StdAfx.h"\
	
# ADD CPP /Yc"stdafx.h"

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE ARMV4I) Debug"

DEP_CPP_STDAF=\
	".\StdAfx.h"\
	
# ADD CPP /Yc"stdafx.h"

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE x86) Release"

DEP_CPP_STDAF=\
	".\StdAfx.h"\
	
# ADD CPP /Yc"stdafx.h"

!ELSEIF  "$(CFG)" == "MyPingExample - Win32 (WCE x86) Debug"

DEP_CPP_STDAF=\
	".\StdAfx.h"\
	
# ADD CPP /Yc"stdafx.h"

!ENDIF 

# End Source File
# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File

SOURCE=.\MyPingExample.h
# End Source File
# Begin Source File

SOURCE=.\MyPingExampleDlg.h
# End Source File
# Begin Source File

SOURCE=.\newres.h
# End Source File
# Begin Source File

SOURCE=.\Resource.h
# End Source File
# Begin Source File

SOURCE=.\StdAfx.h
# End Source File
# End Group
# Begin Group "Resource Files"

# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File

SOURCE=.\res\MyPingExample.ico
# End Source File
# Begin Source File

SOURCE=.\res\MyPingExample.rc2
# PROP Exclude_From_Scan -1
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
# End Source File
# End Group
# Begin Source File

SOURCE=.\ReadMe.txt
# End Source File
# End Target
# End Project

⌨️ 快捷键说明

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