iinset2.bor

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

BOR
131
字号
# Makefile for building the iout2 exe with Borland C++ MakeNAME = iout2NO_FULL_PATH=1OBJFILES = \	$(OBJDIR)\idl.$(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 = .;iout2_genCDIR   = .;iout2_gen## gperf_files rules#gperf_files_1= iout2_gen\idl.cpp$(gperf_files_1): idl.gperf        -if not exist iout2_gen mkdir iout2_gen 2> nul	..\..\..\bin\gperf -m -M -c -C -D -E -T -a -o -p idl.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 + -
显示快捷键?