pool_construct.bat

来自「CGAL is a collaborative effort of severa」· Batch 代码 · 共 27 行

BAT
27
字号
@echo offremrem Copyright (C) 2000, 2001 Stephen Clearyremrem This file can be redistributed and/or modified under the terms foundrem  in "copyright.html"rem This software and its documentation is provided "as is" without express orrem  implied warranty, and with no claim as to its suitability for any purpose.remrem See http://www.boost.org for updates, documentation, and revision history.remrem Check for Windows NTif %OS%==Windows_NT goto NTrem Not NT - run m4 as normal, then exitm4 -P -E -DNumberOfArguments=%1 pool_construct.m4 > pool_construct.incgoto endrem DJGPP programs (including m4) running on Windows/NT do NOT support longrem  file names (see the DJGPP v2 FAQ, question 8.1)rem Note that the output doesn't have to be a short name because it's anrem  argument to the command shell, not m4.:NTm4 -P -E -DNumberOfArguments=%1 < pool_construct.m4 > pool_construct.inc:end

⌨️ 快捷键说明

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