re1.plg

来自「正则表达式匹配源码」· PLG 代码 · 共 24 行

PLG
24
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: re1 - Win32 Debug--------------------
</h3>


Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

Invalid configuration "" specified. Use "nmake CFG=Debug" or "nmake CFG=Release". Defaulting to CFG=Debug.
 link -nologo -debug:full -nodefaultlib:LIBC -subsystem:console -out:test.exe .\Debug/regex.obj .\Debug/test.obj 
LINK : LNK6004: test.exe not found or not built by the last incremental link; performing full link



<h3>Results</h3>
re1.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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