📄 gatewayd.bor
字号:
# Makefile for building the gatewayd exe with Borland C++ MakeNAME = gatewaydNO_FULL_PATH=1OBJFILES = \ $(OBJDIR)\gatewayd.$(OBJ_EXT)LFLAGS = \ -L"." \ -j"." \ -L"..\..\..\lib" \ -j"..\..\..\lib" LIBFILES = \ ACE$(LIB_DECORATOR).lib \ Gateway$(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## 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)\. -© /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 Consumer_Dispatch_Set.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Consumer_Dispatch_Set.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Event.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Event.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 + -