Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiongyihui/ezdib

Automatically exported from code.google.com/p/ezdib
https://github.com/xiongyihui/ezdib

Last synced: 8 days ago
JSON representation

Automatically exported from code.google.com/p/ezdib

Awesome Lists containing this project

README

        

To use this library, just copy ezdib.h and ezdib.c
into your project and go!

See main.c for examples.
See ezdib.c for options you may want to customize

//------------------------------------------------------------------
// Building the examples using make
//------------------------------------------------------------------

// Linux / Mac / posix release
make

// Linux / Mac / posix debug
make TGT=debug

// Windows static release from linux or cygwin,
// substitute your prefix for PR
make TGT=windows-static PR=i686-pc-mingw32-

// Windows static debug
make TGT=windows-static-debug PR=i686-pc-mingw32-