fpc/rtl/netwlibc/nwl_main.as

7 lines
136 B
ActionScript

//for a library we should not have main
//link this only for non libraries
.text
.globl main
main:
jmp _FPC_NLM_Entry