-------------- 构建: Release in hl (compiler: GNU GCC Compiler)---------------
[ 50.0%] mingw32-gcc.exe -Wall -O2 -Wall -fexec-charset=gbk -finput-charset=UTF-8 -IR:\hl -IR:\hl -c R:\hl\main.c -o obj\Release\main.o
[100.0%] mingw32-g++.exe -o bin\Release\hl.exe obj\Release\main.o -s
Output file is bin\Release\hl.exe with size 17.00 KB
-------------- 运行: Release in hl (compiler: GNU GCC Compiler)---------------
Checking for existence: R:\hl\bin\Release\hl.exe
正在执行: "C:\CodeBlocks/cb_console_runner.exe" "R:\hl\bin\Release\hl.exe"
=========================================
意思上 CB做的工作
使用 先编译问价,然后链接文件 成 R:\hl\bin\Release\hl.exe
再用cb_console_runner.exe 调用 hl.exe
如果你使用中文文件名,可能有莫名 错误