代码搜索结果

找到约 3,568 项符合 Strip 的代码

.mapslink.o.flags

ifeq (s3c2410_flash.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += mapslink.o endif

.mapslink.o.flags

ifeq (s3c2410_flash.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += mapslink.o endif

peeperclientdoc.cpp

#include "stdafx.h" #include "PeeperClient.h" #include "PeeperClientDoc.h" #include "PeeperFrm.h" #include "PeeperSetDlg.h" #include "../peeperlib.h" #ifdef _DEBUG #define new DEBUG_NEW #und

dlgserversetting.cpp

// DlgServerSetting.cpp : implementation file // #include "stdafx.h" #include "monitorclientapp.h" #include "DlgServerSetting.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static

cmd.inc

.data? rd argc rd argv,10 .code process_cmd proc pushm esi,edi,ebx call GetCommandLine mov esi,eax lea edi,argv stosd inc [argc] dec esi cmd_analysis: inc esi c

makefile

CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux- CC = $(CROSS)gcc AR = $(CROSS)ar STRIP = $(CROSS)strip EXEC_PUT = gpio_test OBJS_PUT = gpio_test.o all: $(EXEC_PUT) $(EXEC_PUT): $(OBJS_PUT) $(CC)

makefile

CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux- CC = $(CROSS)gcc AR = $(CROSS)ar STRIP = $(CROSS)strip EXEC_PUT = gpio_test OBJS_PUT = gpio_test.o all: $(EXEC_PUT) $(EXEC_PUT): $(OBJS_PUT) $(CC)

makefile

CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux- CC = $(CROSS)gcc AR = $(CROSS)ar STRIP = $(CROSS)strip EXEC_PUT = gpio_test OBJS_PUT = gpio_test.o all: $(EXEC_PUT) $(EXEC_PUT): $(OBJS_PUT) $(CC)

makefile

CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux- CC = $(CROSS)gcc AR = $(CROSS)ar STRIP = $(CROSS)strip EXEC_PUT = gpio_test OBJS_PUT = gpio_test.o all: $(EXEC_PUT) $(EXEC_PUT): $(OBJS_PUT) $(CC)

makefile

#CROSS_COMPILE = arm-linux- CROSS_COMPILE = /opt/host/armv4l/bin/armv4l-unknown-linux- BIN = show OBJS = show_char.o #BIN = show_char #OBJS = show_char.o lcd.o #myDraw.o CC = $(CROSS_COMP