Skip to content

Commit

Permalink
Added binary files
Browse files Browse the repository at this point in the history
  • Loading branch information
DeXP committed Mar 31, 2013
1 parent d8c047b commit 9a290cf
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
Binary file added bin/libxkbswitch32.dll
Binary file not shown.
Binary file added bin/libxkbswitch64.dll
Binary file not shown.
58 changes: 58 additions & 0 deletions libxkbswitchwin.cbp
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="libxkbswitchwin" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/libxkbswitchwin" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-DBUILD_DLL" />
<Add option="-g" />
</Compiler>
<Linker>
<Add library="user32" />
</Linker>
</Target>
<Target title="Release32">
<Option output="bin/libxkbswitchwin" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/win32/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
<Add option="-Wall" />
<Add option="-DBUILD_DLL" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-nostartfiles" />
<Add option="-nostdlib" />
<Add option="-nodefaultlibs" />
<Add option="-lgcc" />
<Add library="user32" />
<Add library="kernel32" />
</Linker>
</Target>
</Build>
<Unit filename="libxkbswitchwin.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>

0 comments on commit 9a290cf

Please sign in to comment.