代码搜索结果
找到约 3,568 项符合
Strip 的代码
tab-strip-bg.gif.svn-base
K 13
svn:mime-type
V 24
application/octet-stream
END
tab-strip-bg.png.svn-base
K 13
svn:mime-type
V 24
application/octet-stream
END
tab-strip-bg.gif.svn-base
K 13
svn:mime-type
V 24
application/octet-stream
END
tab-strip-bg.png.svn-base
K 13
svn:mime-type
V 24
application/octet-stream
END
m
make rsa_t 2>err
strip rsa_t
start.sh
make
arm-linux-strip win
makefile
CROSS_COMPILE = arm-linux-
BIN = lcd_demo
OBJS = test.o lcd.o
CC = $(CROSS_COMPILE)gcc
STRIP = $(CROSS_COMPILE)strip
CFLAGS = -O2
all: clean $(BIN)
$(BIN): $(OBJS)
$(CC) $(CFLAGS) -o $@
makefile
CROSS_COMPILE = arm-linux-
BIN = lcd_demo
OBJS = test.o lcd.o
CC = $(CROSS_COMPILE)gcc
STRIP = $(CROSS_COMPILE)strip
CFLAGS = -O2
all: clean $(BIN)
$(BIN): $(OBJS)
$(CC) $(CFLAGS) -o $@
makefile.in
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundat
makefile
CROSS_COMPILE = arm-linux-
BIN = lcd_demo
OBJS = test.o lcd.o
CC = $(CROSS_COMPILE)gcc
STRIP = $(CROSS_COMPILE)strip
CFLAGS = -O2
all: clean $(BIN)
$(BIN): $(OBJS)
$(CC) $(CFLAGS) -o $@