代码搜索结果
找到约 3,568 项符合
Strip 的代码
install
#!/bin/sh
powerpc-uclibc-strip lbreakout
cp -a lbreakout /ppcroot/program/kdhong/games/lbreakout
cp -a *.wav /ppcroot/program/kdhong/games/lbreakout
cp -a *.bmp /ppcroot/program/kdhong/games/lbreakout
p1-48.cpp
#include
main()
{
//声明字符型数组和指针变量
char str[10];
char *strip=str;
//输入输出
coutstr; //用字符数组输入字符串
cout
cinepak.c
/*
* Cinepak Video Decoder
* Copyright (C) 2003 the ffmpeg project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
ipk_dec.cpp
/*
Cock's Identity Based Encryption
Decryption phase
Decrypts a file .ipk
Finds the session key by ID-PKC decrypting the file .key
Uses this session key to
makefile
CROSS_COMPILE=
CC=$(CROSS_COMPILE)gcc
STRIP=strip
LIB= -lpthread
LIB+=-lcurses
LIBPATH=/home/yangzq/dvs7004/Centaur/linux-2.6.9/lib
EXEC=das-server
OBJS=$(EXEC).o
all:$(OBJS)
$(CC) -o $(EXEC) $(OBJS)
cinepak.c
/*
* Cinepak Video Decoder
* Copyright (C) 2003 the ffmpeg project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
makefile
CPLUSPLUS = g++
CC = gcc
CPLUSPLUSLINK = -ldl
CFLAGS = -DLINUX -I/usr/src/rtlinux/include -Dlinux -I/usr/src/linux/include
CPLUSPLUSFLAGS = -D__CPLUSPLUS__ -g -O2 -DLINUX -D_GNU_SOURCE -Dlinux_
makefile
# Makefile for bootsplash utilities.
# written by Stefan Reinauer in 2003
#
CC = gcc
STRIP = strip
# Triggering lib64 path from spec file.
PREFIX ?= /usr
LIB ?= lib
makefile
CROSS_COMPILE = arm-linux-
EXEC = touchmain
#OBJS = calibration.o
OBJS = touch.o
CC = $(CROSS_COMPILE)gcc
STRIP = $(CROSS_COMPILE)strip
CFLAGS = -O2
all: clean $(EXEC)
$(EXEC): $
makefile
CROSS_COMPILE=
CC=$(CROSS_COMPILE)gcc
STRIP=strip
LIB= -lpthread
LIB+=-lcurses
LIBPATH=/home/yangzq/dvs7004/Centaur/linux-2.6.9/lib
EXEC=das-server
OBJS=$(EXEC).o
all:$(OBJS)
$(CC) -o $(EXEC) $(OBJS)