vmwince.vcp

来自「用在嵌入式设备上的JAVA虚拟机源码.并且已经修改过.」· VCP 代码 · 共 2,151 行 · 第 1/5 页

VCP
2,151
字号

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE ARM) Debug"

DEP_CPP_EXECU=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\execute.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmCommon\src\bytecodes.c"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE x86em) Release"

DEP_CPP_EXECU=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\execute.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmCommon\src\bytecodes.c"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE x86em) Debug"

DEP_CPP_EXECU=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\execute.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmCommon\src\bytecodes.c"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ENDIF 

# End Source File
# Begin Source File

SOURCE=..\..\VmCommon\src\fields.c

!IF  "$(CFG)" == "VmWinCE - Win32 (WCE ARM) Release"

DEP_CPP_FIELD=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE ARM) Debug"

DEP_CPP_FIELD=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE x86em) Release"

DEP_CPP_FIELD=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE x86em) Debug"

DEP_CPP_FIELD=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ENDIF 

# End Source File
# Begin Source File

SOURCE=..\..\VmCommon\src\fp_math.c

!IF  "$(CFG)" == "VmWinCE - Win32 (WCE ARM) Release"

DEP_CPP_FP_MA=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE ARM) Debug"

DEP_CPP_FP_MA=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE x86em) Release"

DEP_CPP_FP_MA=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE x86em) Debug"

DEP_CPP_FP_MA=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ENDIF 

# End Source File
# Begin Source File

SOURCE=..\..\VmCommon\src\frame.c

!IF  "$(CFG)" == "VmWinCE - Win32 (WCE ARM) Release"

DEP_CPP_FRAME=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE ARM) Debug"

DEP_CPP_FRAME=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE x86em) Release"

DEP_CPP_FRAME=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\
	"..\..\VmCommon\h\interpret.h"\
	"..\..\VmCommon\h\loader.h"\
	"..\..\VmCommon\h\log.h"\
	"..\..\VmCommon\h\long.h"\
	"..\..\VmCommon\h\main.h"\
	"..\..\VmCommon\h\messages.h"\
	"..\..\VmCommon\h\pool.h"\
	"..\..\VmCommon\h\profiling.h"\
	"..\..\VmCommon\h\property.h"\
	"..\..\VmCommon\h\runtime.h"\
	"..\..\VmCommon\h\thread.h"\
	"..\..\VmCommon\h\verifier.h"\
	"..\..\VmExtra\h\debugger.h"\
	"..\..\VmExtra\h\debuggerStreams.h"\
	"..\h\machine_md.h"\
	

!ELSEIF  "$(CFG)" == "VmWinCE - Win32 (WCE x86em) Debug"

DEP_CPP_FRAME=\
	"..\..\VmCommon\h\cache.h"\
	"..\..\VmCommon\h\class.h"\
	"..\..\VmCommon\h\events.h"\
	"..\..\VmCommon\h\fields.h"\
	"..\..\VmCommon\h\fp_math.h"\
	"..\..\VmCommon\h\garbage.h"\
	"..\..\VmCommon\h\global.h"\
	"..\..\VmCommon\h\hashtable.h"\

⌨️ 快捷键说明

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