?? makefile.lin
字號:
########## Path for uCOS-II core source files #################################UCOS_SRC=/software/uCOS-II/source########## Path for uCOS-II WIN32 port source files ###########################UCOS_PORT_SRC=/software/uCOS-II/Ports/80x86/Linux/GCC/src########## Path for uCOS-II WIN32 example source files ########################UCOS_PORT_EX=/software/uCOS-II/Ports/80x86/Linux/GCC/examples/example0########## Name of Example source file ########################################EXAMPLE=testall: @gcc -D__LINUX__ -I$(UCOS_SRC) -I$(UCOS_PORT_SRC) -I$(UCOS_PORT_EX) $(EXAMPLE).c $(UCOS_SRC)/uCOS_II.c $(UCOS_PORT_SRC)/pc.c $(UCOS_PORT_SRC)/os_cpu_c.c -o $(EXAMPLE)clean: @rm -f *.o @rm -f *.bak @rm -f *~
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -