?? makefile
字號(hào):
# MPLAB IDE generated this makefile for use with GNU make.
# Project: test.mcp
# Date: Mon Jun 16 14:53:52 2008
AS = mpasmwin.exe
CC = mcc18.exe
LD = mplink.exe
AR = mplib.exe
RM = rm
test.cof : t1.o
$(LD) /l"C:\MCC18\lib" "..\..\..\..\MCC18\lkr\18f4520i.lkr" "t1.o" /u_CRUNTIME /u_DEBUG /o"test.cof" /M"test.map" /W
t1.o : t1.c ../../../../MCC18/h/delays.h ../../../../MCC18/h/timers.h ../../../../MCC18/h/pwm.h t1.c ../../../../MCC18/h/p18f4520.h ../../../../MCC18/h/p18cxxx.h ../../../../MCC18/h/pconfig.h
$(CC) -p=18F4520 /i"C:\MCC18\h" "t1.c" -fo="t1.o" -D__DEBUG -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
clean :
$(RM) "t1.o" "test.cof" "test.hex"
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -