Moved source_fa into trunk
This commit is contained in:
19
FireBee/MLAB/firebee1/NMakefile
Normal file
19
FireBee/MLAB/firebee1/NMakefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
|
||||
# Project: firebee1.mcp
|
||||
# Date: Sun Oct 04 21:22:09 2009
|
||||
|
||||
AS = mpasmwin.exe
|
||||
CC = mcc18.exe
|
||||
LD = mplink.exe
|
||||
AR = mplib.exe
|
||||
RM = del
|
||||
|
||||
"firebee1.cof" : "firebee1.o"
|
||||
$(LD) "..\MPASM Suite\LKR\18f4520i.lkr" "firebee1.o" /z__MPLAB_BUILD=1 /o"firebee1.cof" /M"firebee1.map" /W
|
||||
|
||||
"firebee1.o" : "firebee1.asm" "..\..\..\Programme\Microchip\MPASM Suite\P18f4520.inc"
|
||||
"C:\Programme\Microchip\MPASM Suite\MPASMWIN.exe" /q /p18F4520 "firebee1.asm" /l"firebee1.lst" /e"firebee1.err" /o"firebee1.o"
|
||||
|
||||
"clean" :
|
||||
$(RM) "firebee1.o" "firebee1.ERR" "firebee1.lst" "firebee1.cof" "firebee1.hex"
|
||||
|
||||
Reference in New Issue
Block a user