Skip to content

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

License

Notifications You must be signed in to change notification settings

xiongyihui/ezdib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published