event_server.bor

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

BOR
125
字号
# Makefile for building the Event_Server exe with Borland C++ MakeNAME = Event_ServerNO_FULL_PATH=1OBJFILES = \	$(OBJDIR)\Consumer_Router.$(OBJ_EXT) \	$(OBJDIR)\Event_Analyzer.$(OBJ_EXT) \	$(OBJDIR)\event_server.$(OBJ_EXT) \	$(OBJDIR)\Options.$(OBJ_EXT) \	$(OBJDIR)\Peer_Router.$(OBJ_EXT) \	$(OBJDIR)\Supplier_Router.$(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   = .INCDIR_NAME = examples\ASX\Event_Server\Event_Server## Override defaults in outputdir.bor#INCLUDES_INSTALL=1BASE_BINDIR = .!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>includes_install: $(INCLUDES)	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Consumer_Router.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Consumer_Router.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Event_Analyzer.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Event_Analyzer.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Options.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Options.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Peer_Router.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Peer_Router.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Supplier_Router.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Supplier_Router.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Options.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Options.i 1> NUL

⌨️ 快捷键说明

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