code_app/build/linux/HGBase/HGBase.cbp

137 lines
4.8 KiB
Plaintext
Raw Normal View History

2022-05-05 06:04:26 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="HGBase" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
2022-05-05 07:23:13 +00:00
<Target title="uos_x86_64_Debug">
<Option output="bin/uos_x86_64_Debug/HGBase" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/uos_x86_64_Debug/" />
2022-05-05 06:04:26 +00:00
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
2022-05-05 07:23:13 +00:00
<Target title="uos_x86_64_Release">
2022-05-05 06:04:26 +00:00
<Option output="../../../../release/uos/x86_64/HGBase" prefix_auto="1" extension_auto="1" />
2022-05-05 07:23:13 +00:00
<Option object_output="obj/uos_x86_64_Release/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
<Target title="uos_aarch64_Debug">
<Option output="bin/uos_aarch64_Debug/HGBase" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/uos_aarch64_Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="uos_aarch64_Release">
<Option output="../../../../release/uos/aarch64/HGBase" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/uos_aarch64_Release/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
<Target title="uos_mips64_Debug">
<Option output="bin/uos_mips64_Debug/HGBase" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/uos_mips64_Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="uos_mips64_Release">
<Option output="../../../../release/uos/mips64/HGBase" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/uos_mips64_Release/" />
2022-05-05 06:04:26 +00:00
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-O2" />
<Add option="-Wall" />
<Add option="-fPIC" />
<Add option="-fvisibility=hidden" />
</Compiler>
<Linker>
<Add option="-lpthread" />
<Add option="-luuid" />
<Add option="-ldl" />
<Add option="-z defs" />
<Add option="-B direct" />
</Linker>
<Unit filename="../../../modules/base/HGBase.h" />
<Unit filename="../../../modules/base/HGBase64.cpp" />
<Unit filename="../../../modules/base/HGBase64.h" />
<Unit filename="../../../modules/base/HGBaseErr.h" />
<Unit filename="../../../modules/base/HGBuffer.cpp" />
<Unit filename="../../../modules/base/HGBuffer.h" />
<Unit filename="../../../modules/base/HGConsole.cpp" />
<Unit filename="../../../modules/base/HGConsole.h" />
<Unit filename="../../../modules/base/HGDef.h" />
<Unit filename="../../../modules/base/HGDes.cpp" />
<Unit filename="../../../modules/base/HGDes.h" />
<Unit filename="../../../modules/base/HGDll.cpp" />
<Unit filename="../../../modules/base/HGDll.h" />
<Unit filename="../../../modules/base/HGEvent.cpp" />
<Unit filename="../../../modules/base/HGEvent.h" />
<Unit filename="../../../modules/base/HGImage.cpp" />
<Unit filename="../../../modules/base/HGImage.h" />
<Unit filename="../../../modules/base/HGInc.h" />
<Unit filename="../../../modules/base/HGInfo.cpp" />
<Unit filename="../../../modules/base/HGInfo.h" />
<Unit filename="../../../modules/base/HGInfoImpl.cpp" />
<Unit filename="../../../modules/base/HGInfoImpl.hpp" />
<Unit filename="../../../modules/base/HGLock.cpp" />
<Unit filename="../../../modules/base/HGLock.h" />
<Unit filename="../../../modules/base/HGLog.cpp" />
<Unit filename="../../../modules/base/HGLog.h" />
<Unit filename="../../../modules/base/HGMd5.cpp" />
<Unit filename="../../../modules/base/HGMd5.h" />
<Unit filename="../../../modules/base/HGThread.cpp" />
<Unit filename="../../../modules/base/HGThread.h" />
<Unit filename="../../../modules/base/HGUtility.cpp" />
<Unit filename="../../../modules/base/HGUtility.h" />
<Unit filename="../../../modules/base/dllmain.cpp" />
2022-05-05 06:04:26 +00:00
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>