?? nmakefile
字號:
# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: caculate_distance.mcp
# Date: Wed Jul 02 21:32:15 2008
AS = pic30-as.exe
CC = pic30-gcc.exe
LD = pic30-ld.exe
AR = pic30-ar.exe
HX = pic30-bin2hex.exe
RM = del
"caculate_distance.hex" : "caculate_distance.cof"
$(HX) "caculate_distance.cof"
"caculate_distance.cof" : "caculate_distance.o"
$(CC) -mcpu=30F4013 "caculate_distance.o" -o"caculate_distance.cof" -Wl,-L"C:\Program Files\Microchip\MPLAB C30\lib",--script="..\..\support\gld\p30f4013.gld",--defsym=__MPLAB_BUILD=1,--defsym=__MPLAB_DEBUG=1,-Map="caculate_distance.map",--report-mem
"caculate_distance.o" : "..\..\bin\..\include\math.h" "..\..\bin\..\support\h\p30f4013.h" "caculate_distance.c"
$(CC) -mcpu=30F4013 -x c -c "caculate_distance.c" -o"caculate_distance.o" -D__DEBUG -g -Wall
"clean" :
$(RM) "caculate_distance.o" "caculate_distance.cof" "caculate_distance.hex"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -