preinset.bor

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· BOR 代码 · 共 129 行

BOR
129
字号
# Makefile for building the preout exe with Borland C++ MakeNAME = preoutNO_FULL_PATH=1OBJFILES = \	$(OBJDIR)\adadefs.$(OBJ_EXT) \	$(OBJDIR)\test.$(OBJ_EXT)LFLAGS = \        -L"." \        -j"."  \        -L"..\..\..\lib" \        -j"..\..\..\lib" LIBFILES = \	ACE$(LIB_DECORATOR).lib \	$(DUMMY_VALUE_NOT_ENDING_IN_BACKSLASH)!ifdef STATICLIB_FLAGS = \        -DACE_AS_STATIC_LIBS!else!endifCFLAGS = \	-I"..\..\.." \	$(LIB_FLAGS) \	$(DLL_FLAGS)CPPDIR = .CDIR   = .## gperf_files rules#gperf_files_1= adadefs.cpp$(gperf_files_1): adadefs.gperf	..\..\..\bin\gperf -a -p -D -k1,$$ -s 2 -o adadefs.gperf > $@all: $(gperf_files_1)customclean_gperf_files_1:	@del $(gperf_files_1) 2>nulclean: customclean_gperf_files_1realclean: customclean_gperf_files_1## Override defaults in outputdir.bor#INCLUDES_INSTALL=1BASE_BINDIR = .!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>includes_install:	@echo Nothing to install.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?