📄 cxxdemo.def
字号:
@dnl ************************************************************
@dnl Master .def file for VRTXsa x86/fpm
@dnl ************************************************************
make.root.name: cxxdemo
make.target.debug: yes
make.cpp.enable: yes
@dnl ************************************************************
@dnl Include OS, target and tool definitions
@dnl ************************************************************
@include(system.def)
@include(pcat.def)
@include(microtec.def)
@dnl ************************************************************
@dnl Include necessary VRTXsa x86/fpm Components
@dnl ************************************************************
ifx.enabled: no
esh.enabled: no
snx.enabled: no
rtl.enabled: yes
board.target: i386
make.vrtxsa86.type: ram
sys.libs.usr: ../../mcc386/ios386s.lib
@dnl ****************************************************************
@dnl Set SYSTEM ENTRY POINTS, Application Modules *
@dnl ****************************************************************
sys.objs.usr: phil.obj, event.obj, heap.obj, mailbox.obj, mutex.obj, part.obj, queue.obj, sem.obj, task.obj, vrtx.obj,
@dnl ****************************************************************
@dnl Define Actual Devices for PC Target *
@dnl ****************************************************************
@dnl Remove serial_x if used for XRAY interface
@dnl Add ether_1 if SNX enabled
board.devices: board, screen, timer_1, serial_2
@dnl ****************************************************************
@dnl Define VRTX x86/fpm Logical Devices *
@dnl ****************************************************************
vrtxos.console: DEV_SCREEN
sys.env.devices: board,console,timer
#default console for startup messages
sys.env.dev.console.value: screen
@dnl ****************************************************************
@dnl Application Memory Requirements *
@dnl ****************************************************************
xdm.size: 0x9000
code.size: 0x40000
@dnl remove the following for 386ex systems
@dnl remove the following if PC RAM is 1MB or less
@dnl remove the following if total code+debugger size is < 640K
@include(memdefs\pcmemlo.def)
@dnl board.application.code: 10000
@dnl board.application.code.size: 4ffff
@dnl board.application.data: 100000
@dnl board.application.data.size: 400000
@dnl ************************************************************
@dnl RunTime Library Configuration
@dnl ************************************************************
rtl.hardware.fp_support: yes
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -