⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 diamond.bor

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻 BOR
字号:
# Diamond.bor,v 1.11 2003/12/23 21:20:18 dhinton Exp
#
# Makefile for building	the Diamond library
#

!ifndef STATIC
NAME = Diamond
!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)\DiamondS.obj \
        $(OBJDIR)\Diamond_i.obj \
        $(OBJDIR)\DiamondS_T.obj

CFLAGS = \
	$(ACE_CFLAGS) \
	$(TAO_CFLAGS) \
	$(TAO_PORTABLESERVER_CFLAGS) \
        -DDIAMOND_HAS_DLL=$(DLL_FLAG) \
        -DDIAMOND_BUILD_DLL \

LIBFILES = \
	$(ACE_LIB) \
	$(TAO_LIB) \
	$(TAO_PORTABLESERVER_LIB) \
	$(CORE_BINDIR)\Collocation_Test_Stubs$(LIB_DECORATOR).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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -