mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-30 08:57:00 +02:00
95 lines
2.5 KiB
XML
95 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="minizip" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Debug-win32-SDL2">
|
|
<Option platforms="Windows;" />
|
|
<Option output="../../minizip" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/Debug/" />
|
|
<Option type="3" />
|
|
<Option compiler="gcc" />
|
|
<Option createStaticLib="1" />
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add option="-g" />
|
|
<Add option="-DBUILD_DLL" />
|
|
</Compiler>
|
|
</Target>
|
|
<Target title="Release-win32-SDL2">
|
|
<Option platforms="Windows;" />
|
|
<Option output="../../minizip" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/Release/" />
|
|
<Option type="3" />
|
|
<Option compiler="gcc" />
|
|
<Option createStaticLib="1" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
<Add option="-Wall" />
|
|
<Add option="-DBUILD_DLL" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Debug-win32-SDL1">
|
|
<Option platforms="Windows;" />
|
|
<Option output="../../minizip" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/Debug/" />
|
|
<Option type="3" />
|
|
<Option compiler="gcc" />
|
|
<Option createStaticLib="1" />
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add option="-g" />
|
|
<Add option="-DBUILD_DLL" />
|
|
</Compiler>
|
|
</Target>
|
|
<Target title="Release-win32-SDL1">
|
|
<Option platforms="Windows;" />
|
|
<Option output="../../minizip" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/Release/" />
|
|
<Option type="3" />
|
|
<Option compiler="gcc" />
|
|
<Option createStaticLib="1" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
<Add option="-Wall" />
|
|
<Add option="-DBUILD_DLL" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add directory="$(#zlib.include)" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-lz" />
|
|
<Add directory="$(#zlib.lib)" />
|
|
</Linker>
|
|
<Unit filename="ioapi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="ioapi.h" />
|
|
<Unit filename="unzip.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="unzip.h" />
|
|
<Unit filename="zip.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="zip.h" />
|
|
<Extensions>
|
|
<code_completion />
|
|
<envvars />
|
|
<debugger />
|
|
<lib_finder disable_auto="1" />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|