?? 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 + -