Go to file
flo a9f14bc15f quelques modifs 2017-02-24 21:08:57 +01:00
include modif 2017-01-07 21:20:14 +01:00
misc quelques modifs 2017-02-24 21:08:57 +01:00
src suppression 2017-01-29 17:31:38 +01:00
.gitignore test 2017-01-07 21:07:10 +01:00
LICENSE.md test 2017-01-07 21:07:10 +01:00
Makefile quelques modifs 2017-02-24 21:08:57 +01:00
Makefile.config quelques modifs 2017-02-24 21:08:57 +01:00
README.md quelques modifs 2017-02-24 21:08:57 +01:00
icon.bmp test 2017-01-07 21:07:10 +01:00

README.md

Sound4Calc : make sound on your calc !

Building

Building the library is achieved by the Makefile :

  • make: make the library ;
  • make clean: clean the object files ;
  • make fclean: clean the object files and the final library ;
  • make re: cleans the object files and the final library, then makes the project.

These sources can be compiled with GCC and use Gint (Lephe's library)

Final project

A sound library to make sound in games. Need GCC and Gint