bc55.mak
来自「Boost provides free peer-reviewed portab」· MAK 代码 · 共 52 行
MAK
52 行
# copyright John Maddock 2003# Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt.# very basic makefile for timer.exe## Borland C++ tools## BCROOT defines the root directory of your bc builder install#!ifndef BCROOTBCROOT=$(MAKEDIR)\..!endifBCC32 = $(BCROOT)\bin\Bcc32.exe IDE_LinkFLAGS32 = -L$(BCROOT)\LIBCOMPOPTS= -O2 -tWC -tWM- -Vx -Ve -D_NO_VCL; -I../../../../; -L..\..\build\bcb5timer.exe : regex_timer.cpp $(BCC32) @&&| $(COMPOPTS) -e$@ regex_timer.cpp|
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?