makefile.bor

来自「一个开源的网络开发库ACE」· BOR 代码 · 共 26 行

BOR
26
字号
#
# Makefile for building the ACE Proactor examples
#

NAMES = \
        simple_test_proactor \
        test_proactor \
        test_timeout \
        test_timeout_st \
        post_completions \
        test_end_event_loop \
        test_cancel \
        test_proactor2 \
        test_udp_proactor

OBJFILES = $(OBJDIR)\$(NAME).obj

CFLAGS = $(ACE_CFLAGS)

CPPDIR = .

LIBFILES = $(ACE_LIB)

!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?