acexml_parser.bor

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

BOR
147
字号
# Makefile for building the ACEXML_Parser library with Borland C++ MakeNAME = ACEXML_ParserNO_FULL_PATH=1OBJFILES = \	$(OBJDIR)\Entity_Manager.$(OBJ_EXT) \	$(OBJDIR)\Parser.$(OBJ_EXT) \	$(OBJDIR)\ParserContext.$(OBJ_EXT) \	$(OBJDIR)\ParserInternals.$(OBJ_EXT)LFLAGS = \        -L"." \        -j"."  \        -L"..\..\..\lib" \        -j"..\..\..\lib" LIBFILES = \	ACE$(LIB_DECORATOR).lib \	ACEXML$(LIB_DECORATOR).lib \	$(DUMMY_VALUE_NOT_ENDING_IN_BACKSLASH)!ifdef STATICLIB_FLAGS = \        -DACE_AS_STATIC_LIBS!elseDLL_FLAGS = \        -DACEXML_PARSER_BUILD_DLL!endifCFLAGS = \	-I"..\..\.." \	$(LIB_FLAGS) \	$(DLL_FLAGS)CPPDIR = .CDIR   = .INCDIR_NAME = ACEXML\parser\parser## pkgconfig_files rules### Override defaults in outputdir.bor#INSTALL_THIS_TARGET = 1INCLUDES_INSTALL=1BINDIR = ..\..\..\lib!include <$(ACE_ROOT)\include\makeinclude\build_library.bor>includes_install: $(INCLUDES)	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Entity_Manager.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Entity_Manager.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Parser.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Parser.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Parser_export.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Parser_export.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y ParserContext.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\ParserContext.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y ParserInternals.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\ParserInternals.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Entity_Manager.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Entity_Manager.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Parser.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Parser.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y ParserContext.inl $(INSTALL_DIR)\include\$(INCDIR_NAME)\ParserContext.inl 1> NUL

⌨️ 快捷键说明

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