代码搜索结果
找到约 3,568 项符合
Strip 的代码
client_handler.cpp
// client_handler.cpp,v 1.11 2000/03/19 20:09:23 jcej Exp
/* Since this is the third time we've seen most of this, I'm going to
strip out almost all of the comments that you've already seen.
makefile
.SUFFIXES: .c .o
CC = gcc
SHELL = /bin/sh
CFLAGS =
# compile, then strip unnecessary symbols
.c.o:
$(CC) -c $(CFLAGS) $*.c
ld -r -o $*.xxx $*.o
mv $*.xxx $*.o
YACGI = yacgi.o
all: libyacgi
makefile
DVD_MAKE_VERSION := 2
ifdef IN_OBJECT_DIR
include $(DVD_MAKE)/generic.mak
ifeq ($(strip $(CLKRV_TESTING)),1)
CFLAGS := $(CFLAGS) -DCLKRV_TESTING
endif
# Build options
ifdef STCLKRV_FILTE