libpng.cbp

来自「这是VCF框架的代码」· CBP 代码 · 共 185 行

CBP
185
字号
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><CodeBlocks_project_file>	<FileVersion major="1" minor="4" />	<Project>		<Option title="LibPNG" />		<Option default_target="-1" />		<Option compiler="gcc" />		<Build>			<Target title="mingw_Release">				<Option output="..\..\..\..\lib\libLibPNG_mgcc_s.a" />				<Option working_dir="" />				<Option object_output="mgcc\Release\" />				<Option type="2" />				<Option compiler="gcc" />				<Option includeInTargetAll="1" />				<Option createDefFile="1" />				<Option projectCompilerOptionsRelation="2" />				<Option projectIncludeDirsRelation="2" />				<Option projectResourceIncludeDirsRelation="2" />				<Option projectLibDirsRelation="2" />				<Compiler>					<Add option="-O2" />					<Add option="-w" />					<Add option="-pipe" />					<Add option="-fexceptions" />					<Add option="-mthreads" />					<Add option="-fmessage-length=0" />					<Add option="-Winvalid-pch" />					<Add option="-Wno-multichar" />					<Add option="-DNDEBUG" />					<Add option="-D_LIB" />					<Add option="-DWIN32" />					<Add option="-D_WIN32" />					<Add option="-D_WINDOWS" />					<Add option="-DVCF_MINGW" />					<Add option="-DVCF_DISABLE_PRAGMA_LINKING" />				</Compiler>				<Linker>					<Add option="-s" />				</Linker>			</Target>			<Target title="mingw_Debug">				<Option output="..\..\..\..\lib\libLibPNG_mgcc_sd.a" />				<Option working_dir="" />				<Option object_output="mgcc\Debug\" />				<Option type="2" />				<Option compiler="gcc" />				<Option includeInTargetAll="1" />				<Option createDefFile="1" />				<Option projectIncludeDirsRelation="2" />				<Option projectResourceIncludeDirsRelation="2" />				<Option projectLibDirsRelation="2" />				<Compiler>					<Add option="-W" />					<Add option="-g" />					<Add option="-pipe" />					<Add option="-fexceptions" />					<Add option="-mthreads" />					<Add option="-fmessage-length=0" />					<Add option="-Winvalid-pch" />					<Add option="-Wno-multichar" />					<Add option="-D_DEBUG" />					<Add option="-D_LIB" />					<Add option="-DWIN32" />					<Add option="-D_WIN32" />					<Add option="-D_WINDOWS" />					<Add option="-DVCF_MINGW" />					<Add option="-DVCF_DISABLE_PRAGMA_LINKING" />				</Compiler>			</Target>			<Environment>				<Variable name="COMPILER" value="mgcc" />				<Variable name="COMPILER_VER" value="" />			</Environment>		</Build>		<Compiler>			<Add directory="..\ZLib" />			<Add directory='&quot;$(VCF_INCLUDE)&quot;' />		</Compiler>		<Unit filename="png.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="png.h">			<Option compilerVar="CPP" />			<Option compile="0" />			<Option link="0" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngconf.h">			<Option compilerVar="CPP" />			<Option compile="0" />			<Option link="0" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngerror.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pnggccrd.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngget.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngmem.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngpread.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngread.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngrio.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngrtran.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngrutil.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngset.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngtest.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngtrans.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngvcrd.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngwio.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngwrite.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngwtran.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>		<Unit filename="pngwutil.c">			<Option compilerVar="CC" />			<Option target="mingw_Release" />			<Option target="mingw_Debug" />		</Unit>	</Project></CodeBlocks_project_file>

⌨️ 快捷键说明

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