makefile.bor
来自「ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过」· BOR 代码 · 共 31 行
BOR
31 行
#----------------------------------------------------------------------------
# Borland Workspace
#
# BorlandWorkspaceCreator.pm,v 1.20 2006/01/25 19:34:25 jwillemsen Exp
#
# This file was generated by MPC. Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# bin/mwc.pl -type borland -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-5862/ACE_wrappers -exclude TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc
#----------------------------------------------------------------------------
!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
all: DSRT_MIF
clean:
$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DSRT_MIF.bor clean
realclean:
$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DSRT_MIF.bor realclean
install:
$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DSRT_MIF.bor install
DSRT_MIF:
$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DSRT_MIF.bor all
project_name_list:
@echo DSRT_MIF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?