IzyaSoft / EasySockets

Lightweight C and C++ (as wrap) network cross-platform library based on sockets
GNU General Public License v3.0
4 stars 0 forks source link

Makefile 4 building app #2

Open EvilLord666 opened 8 years ago

EvilLord666 commented 8 years ago

We should build library either as static (.a or .lib) or shared (.so or .dll). And with copy all headers file to some directory or sub-directory.

EvilLord666 commented 8 years ago

I put in repository makefile pattern for further project building.

EvilLord666 commented 8 years ago

I have merged initial configuration and now should further adjust makefile:

  1. Build static library.
  2. Build in separate directory /build.
  3. Copy all .h files, for include.
EvilLord666 commented 8 years ago

Almost all was done except point 3, this is not the first order task, this is our technical duty now. This task was merged with a master.