⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mshell.cbp

📁 very famous terminal, i use it test cli in vxworks many times, very useful
💻 CBP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -