📄 diamond.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 + -