configure
来自「利用XML来作为Makefile的make工具源代码.」· 代码 · 共 10 行
TXT
10 行
#Simple configure script for xmake
#this is a simple configure script that creates default output directories for xmake
#on 'nix systems
#don't bother using this on Win32 systems unless you do not have VC++ or Borland, i.e.
#you are building with cygwin
echo configure script for xmake...
mkdir Objects
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?