代码搜索:devC
找到约 129 项符合「devC」的源代码
代码结果 129
www.eeworm.com/read/174116/5364071
makefile
# Demo for GCC/HCS12 port of FreeRTOS
# Author Jefferson Smith
#
SRCDIR=../..
RTOS_BASEDIR=$(SRCDIR)/Source
# what board to compile for
TARGET_BOARD ?= dragon12-rom
CPU=m68hcs12
DEVC_PRE
www.eeworm.com/read/332511/3396362
makefile
# Demo for GCC/HCS12 port of FreeRTOS
# Author Jefferson Smith
#
SRCDIR=../..
RTOS_BASEDIR=$(SRCDIR)/Source
# what board to compile for
TARGET_BOARD ?= dragon12-rom
CPU=m68hcs12
DEVC_PRE
www.eeworm.com/read/318730/3564856
makefile
# Demo for GCC/HCS12 port of FreeRTOS
# Author Jefferson Smith
#
SRCDIR=../..
RTOS_BASEDIR=$(SRCDIR)/Source
# what board to compile for
TARGET_BOARD ?= dragon12-rom
CPU=m68hcs12
DEVC_PRE
www.eeworm.com/read/426262/1994571
makefile
# Demo for GCC/HCS12 port of FreeRTOS
# Author Jefferson Smith
#
SRCDIR=../..
RTOS_BASEDIR=$(SRCDIR)/Source
# what board to compile for
TARGET_BOARD ?= dragon12-rom
CPU=m68hcs12
DEVC_PRE
www.eeworm.com/read/383504/2616198
makefilehc12
include ../includeMakefileHC12
INCLUDES_COMMON_68HC12 = ../include/hc12
MEMORY_X = ../include/hc12/board/arch
OBJCOPY=$(DEVC_PREFIX)objcopy
# Options to creates the .s19 or .b files from the e
www.eeworm.com/read/383504/2616248
makefilehc12
include ../includeMakefileHC12
INCLUDES_COMMON_68HC12 = ../include/hc12
MEMORY_X = ../include/hc12/board/arch
OBJCOPY = $(DEVC_PREFIX)objcopy
# Options to creates the .s19 or .b files from the el
www.eeworm.com/read/383504/2616347
makefilehc12
include ../includeMakefileHC12
INCLUDES_COMMON_68HC12 = ../include/hc12
MEMORY_X = ../include/hc12/board/arch
OBJCOPY = $(DEVC_PREFIX)objcopy
# Options to creates the .s19 or .b files from the el
www.eeworm.com/read/383504/2616367
makefilehc12
include ../includeMakefileHC12
INCLUDES_COMMON_68HC12 = ../include/hc12
MEMORY_X = ../include/hc12/board/arch
OBJCOPY = $(DEVC_PREFIX)objcopy
# Options to creates the .s19 or .b files from the el
www.eeworm.com/read/383504/2616386
makefilehc12
include ../includeMakefileHC12
INCLUDES_COMMON_68HC12 = ../include/hc12
MEMORY_X = ../include/hc12/board/arch
OBJCOPY=$(DEVC_PREFIX)objcopy
# Options to creates the .s19 or .b files from the e
www.eeworm.com/read/109232/15561311
win makefile.win
# Project: ArraysConstant
# Makefile created by Dev-C++ 4.9.3.2
CC = g++.exe
WINDRES = windres.exe
RES =
OBJ = main.o $(RES)
LIBS = -L"C:\dev\DevCPP5b3-full\lib"
INCS = -I"C:\dev\DevC