File: README

package info (click to toggle)
crossfire 1.11.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 24,456 kB
  • ctags: 7,800
  • sloc: ansic: 80,483; sh: 11,825; perl: 2,327; lex: 1,946; makefile: 1,149
file content (10 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
This folder will contain various .a liked to several unit test. Here is a list of what each lib does

- libtoolkit_common.a:
contains everything to run based on common/*.c. It has various helpers not relying on anything other than libcross.a
- libtoolkit_random_maps.a:
contains everything to run based on random_maps/*.c. It has various helpers not relying on anything other than librandom_maps.a and libcross.a
- libtoolkit_socket.a:
contains everything to run based on socket/*.c. It has various helpers not relying on anything other than libsocket.a and libcross.a
- libtoolkit_server.a:
contains everything to run based on socket/*.c. It has various helpers not relying on anything other than libserver.a libsocket.a librandom_maps.a and libcross.a