callback_quoter_notifier.bor

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

BOR
38
字号
#
# Callback_Quoter_Notifier.bor,v 1.4 2003/12/20 14:05:45 jwillemsen Exp
#
# Makefile for building the Callback_Quoter example
#

NAME = Callback_Quoter_Notifier

OBJFILES = \
	$(OBJDIR)\ConsumerC.obj \
	$(OBJDIR)\ConsumerS.obj \
	$(OBJDIR)\NotifierC.obj \
	$(OBJDIR)\NotifierS.obj \
	$(OBJDIR)\notifier.obj \
	$(OBJDIR)\Notifier_i.obj \
	$(OBJDIR)\Notifier_Input_Handler.obj

CPPDIR = .

IDLDIR = .

IDLFILES = \
        Consumer.idl \
        Notifier.idl

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

#
# IDL Build rules
#

$(IDLDIR)\ConsumerC.cpp $(IDLDIR)\ConsumerS.cpp: $(IDLDIR)\Consumer.idl
	$(TAO_IDL) $**

$(IDLDIR)\NotifierC.cpp $(IDLDIR)\NotifierS.cpp: $(IDLDIR)\Notifier.idl
	$(TAO_IDL) $**

⌨️ 快捷键说明

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