📄 gateway.bor
字号:
# Makefile for building the Gateway library with Borland C++ MakeNAME = GatewayNO_FULL_PATH=1OBJFILES = \ $(OBJDIR)\Concrete_Connection_Handlers.$(OBJ_EXT) \ $(OBJDIR)\Config_Files.$(OBJ_EXT) \ $(OBJDIR)\Connection_Handler.$(OBJ_EXT) \ $(OBJDIR)\Connection_Handler_Acceptor.$(OBJ_EXT) \ $(OBJDIR)\Connection_Handler_Connector.$(OBJ_EXT) \ $(OBJDIR)\Event_Channel.$(OBJ_EXT) \ $(OBJDIR)\Event_Forwarding_Discriminator.$(OBJ_EXT) \ $(OBJDIR)\File_Parser.$(OBJ_EXT) \ $(OBJDIR)\Gateway.$(OBJ_EXT) \ $(OBJDIR)\Options.$(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 = apps\Gateway\Gateway## pkgconfig_files rules### Override defaults in outputdir.bor#INCLUDES_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)\. -© /Y Concrete_Connection_Handlers.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Concrete_Connection_Handlers.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Config_Files.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Config_Files.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Connection_Handler.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Connection_Handler.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Connection_Handler_Acceptor.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Connection_Handler_Acceptor.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Connection_Handler_Connector.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Connection_Handler_Connector.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Event_Channel.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Event_Channel.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Event_Forwarding_Discriminator.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Event_Forwarding_Discriminator.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y File_Parser.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\File_Parser.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Gateway.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Gateway.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Options.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Options.h 1> NUL
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -