collocation_test_stubs.bor

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

BOR
44
字号
# Collocation_Test_Stubs.bor,v 1.8 2003/12/23 21:20:18 dhinton Exp
#
# Makefile for building	the Collocation_Test_Stubs library
#

!ifndef STATIC
NAME = Collocation_Test_Stubs
!else
!undef NAME
!endif

TAO_IDL	= $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Gd \
	-Wb,skel_export_macro=Diamond_Export -Wb,stub_export_macro=MY_Stub_Export \
	-Wb,skel_export_include=diamond_export.h -Wb,stub_export_include=stub_export.h

OBJFILES = \
        $(OBJDIR)\DiamondC.obj

CFLAGS = \
	$(ACE_CFLAGS) \
	$(TAO_CFLAGS) \
        -DMY_STUB_HAS_DLL=$(DLL_FLAG) \
        -DMY_STUB_BUILD_DLL

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

IDLFILES = \
        $(IDLDIR)\Diamond.idl

CPPDIR = .

IDLDIR = .

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

#
# IDL Build rules
#

$(IDLDIR)\DiamondS.cpp $(IDLDIR)\DiamondC.cpp: $(IDLDIR)\Diamond.idl
	$(TAO_IDL) $**

⌨️ 快捷键说明

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