makefile.bor

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· BOR 代码 · 共 27 行

BOR
27
字号
# Makefile.bor,v 1.3 2003/12/23 21:20:19 dhinton Exp
#
# Makefile for building the catior executable
#

!ifndef MINIMUM_CORBA
NAME = catior
!else
!undef NAME
!endif

OBJFILES = $(OBJDIR)\catior.obj

CFLAGS = \
        $(ACE_CFLAGS) \
        $(TAO_CFLAGS) \
        $(TAO_RTCORBA_CFLAGS)

LIBFILES = \
        $(ACE_LIB) \
        $(TAO_LIB) \
        $(TAO_RTCORBA_LIB)

CPPDIR = .

!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>

⌨️ 快捷键说明

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