mshell.cbp
来自「very famous terminal, i use it test cli 」· CBP 代码 · 共 121 行
CBP
121 行
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><CodeBlocks_project_file> <FileVersion major="1" minor="4" /> <Project> <Option title="mShell" /> <Option pch_mode="0" /> <Option default_target="1" /> <Option compiler="gcc" /> <Build> <Target title="mShell"> <Option output="..\misc\mShell.exe" /> <Option working_dir="..\misc\" /> <Option object_output=".objs.mshell" /> <Option deps_output=".deps.mshell" /> <Option type="0" /> <Option compiler="gcc" /> <Option includeInTargetAll="1" /> <Option projectResourceIncludeDirsRelation="0" /> <Compiler> <Add option="-O3" /> </Compiler> </Target> <Target title="mShell (debug)"> <Option output="..\misc\mShell.exe" /> <Option working_dir="..\misc\" /> <Option object_output=".objs.mshell.debug" /> <Option deps_output=".deps.mshell" /> <Option type="1" /> <Option compiler="gcc" /> <Option projectResourceIncludeDirsRelation="0" /> <Compiler> <Add option="-Wall" /> <Add option="-g" /> <Add option="-DDEBUG" /> </Compiler> <Linker> <Add library="gdi32" /> </Linker> </Target> </Build> <Linker> <Add library="version" /> <Add library="shlwapi" /> <Add library="comctl32" /> </Linker> <Unit filename="..\src\dlg_about.c"> <Option compilerVar="CC" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\dlg_funcs.c"> <Option compilerVar="CC" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\dlg_newshell.c"> <Option compilerVar="CC" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\dlg_newshell_tabs.c"> <Option compilerVar="CC" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\dlg_newshell_tabs.h"> <Option compilerVar="CPP" /> <Option compile="0" /> <Option link="0" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\mshell.c"> <Option compilerVar="CC" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\mshell.h"> <Option compilerVar="CPP" /> <Option compile="0" /> <Option link="0" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\mshell_funcs.c"> <Option compilerVar="CC" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\mshell_preconfig.h"> <Option compilerVar="CPP" /> <Option compile="0" /> <Option link="0" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\mshell_resource.h"> <Option compilerVar="CPP" /> <Option compile="0" /> <Option link="0" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\resource.rc"> <Option compilerVar="WINDRES" /> <Option objectName="src\resource.res" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\win_mdimain.c"> <Option compilerVar="CC" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> <Unit filename="..\src\win_terminal.c"> <Option compilerVar="CC" /> <Option target="mShell" /> <Option target="mShell (debug)" /> </Unit> </Project></CodeBlocks_project_file>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?