📄 tao_imr.bor
字号:
#
# tao_imr.bor,v 1.5 2003/12/22 17:08:38 jwillemsen Exp
#
# Makefile for building the tao_imr executable
#
!ifndef MINIMUM_CORBA
NAME = tao_imr
!else
!undef NAME
!endif
OBJFILES = \
$(OBJDIR)\tao_imr.obj \
$(OBJDIR)\tao_imr_i.obj
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_SVC_UTILS_CFLAGS) \
$(TAO_VALUETYPE_CFLAGS) \
$(TAO_IORINTERCEPTOR_CFLAGS) \
$(TAO_ORT_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_SVC_UTILS_LIB) \
$(TAO_VALUETYPE_LIB) \
$(TAO_IORINTERCEPTOR_LIB) \
$(TAO_ORT_LIB)
CPPDIR = .
!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -