📄 makefile.bor
字号:
#
# Makefile for building the TAO PSDL library
#
# Makefile.bor,v 1.1 2002/08/22 05:53:22 ossama Exp
#
NAME = TAO_PSDL
OBJFILES = \
$(OBJDIR)\PSDL_Enum_Type_Visitor.obj \
$(OBJDIR)\PSDL_Exception_Scope.obj \
$(OBJDIR)\PSDL_Exception_Visitor.obj \
$(OBJDIR)\PSDL_Extern.obj \
$(OBJDIR)\PSDL_Interface_Scope.obj \
$(OBJDIR)\PSDL_Interface_Visitor.obj \
$(OBJDIR)\PSDL_Interpreter.obj \
$(OBJDIR)\PSDL_l.obj \
$(OBJDIR)\PSDL_Module_Scope.obj \
$(OBJDIR)\PSDL_Module_Visitor.obj \
$(OBJDIR)\PSDL_Node.obj \
$(OBJDIR)\PSDL_Node_Visitor.obj \
$(OBJDIR)\PSDL_Op_Dcl_Scope.obj \
$(OBJDIR)\PSDL_Root_Scope.obj \
$(OBJDIR)\PSDL_Scope.obj \
$(OBJDIR)\PSDL_Scope_Visitor.obj \
$(OBJDIR)\PSDL_Simple_Scope.obj \
$(OBJDIR)\PSDL_Stream.obj \
$(OBJDIR)\PSDL_Struct_Scope.obj \
$(OBJDIR)\PSDL_Struct_Visitor.obj \
$(OBJDIR)\PSDL_Type_Dcl_Visitor.obj \
$(OBJDIR)\PSDL_Typecode_Defn.obj \
$(OBJDIR)\PSDL_Visitor_Factory.obj \
$(OBJDIR)\PSDL_y.obj
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_SVC_UTILS_CFLAGS) \
$(TAO_PSDL_CFLAGS) \
-DTAO_PSDL_BUILD_DLL
CPPDIR = .
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_SVC_UTILS_LIB) \
!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -