⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 acexml_parser.bor

📁 ACE自适配通信环境(ADAPTIVE Communication Environment)是可以自由使用、开放源码的面向对象(OO)框架(Framework)
💻 BOR
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -