代码搜索结果
找到约 3,568 项符合
Strip 的代码
tempfile.2.tmp
.x-window-footer {
position: relative;
top: 0;
right: 0;
}
.x-tab-strip SPAN.x-tab-strip-text {
font-size: 12px;
}
.x-panel-header {
font-size: 12px;
}
.x-tree-node {
ext-patch.css.svn-base
.x-window-footer {
position: relative;
top: 0;
right: 0;
}
.x-tab-strip SPAN.x-tab-strip-text {
font-size: 12px;
}
.x-panel-header {
font-size: 12px;
}
.x-tree-node {
maketemp.tmp
CC=mipsel-linux-gcc
LD=mipsel-linux-ld
STRIP=mipsel-linux-strip
APPNAME=demo
ifeq ($(CFG), DEBUG)
TARGET_PATH=debug
OBJS=$(TARGET_PATH)/demo.o
RESOBJS=$(TARGET_PATH)/demo.res.o
RESC=$(patsubst
jffs2root.mk
#############################################################
#
# Build the jffs2 root filesystem image
#
#############################################################
JFFS2_OPTS := -e $(strip $(BR2_
makefile
all: dasdfmt
dasdfmt: dasdfmt.c
$(CROSS_COMPILE)gcc -o $@ $^
$(STRIP) $@
clean:
rm -f dasdfmt
makefile
all: dasdfmt
dasdfmt: dasdfmt.c
$(CROSS_COMPILE)gcc -o $@ $^
$(STRIP) $@
clean:
rm -f dasdfmt
jffs2root.mk
#############################################################
#
# Build the jffs2 root filesystem image
#
#############################################################
JFFS2_OPTS := -e $(strip $(BR2_
stripremark.m
% stripremark - Strip remarks from a line
%
% [cdata,status] = stripremark(rdata[,remchar])
%
% _____OUTPUTS____________________________________________________________
% cdata clean data (string)
makefile
include Makefile.dep
CC = $(GCCDIR)gcc
AS = $(GCCDIR)as
LD = $(GCCDIR)ld
STRIP = $(GCCDIR)strip
COFF2NOFF = ../../coff2noff/coff2noff
INCDIR =-I../userprog -I../lib
CFLAGS = -G 0 -O3 -ggdb -c $(INC
makefile
CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
EXEC = cam2fb
OBJS = cam2fb.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS