File: README

package info (click to toggle)
crossfire 1.75.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,168 kB
  • sloc: ansic: 83,169; sh: 4,659; perl: 1,736; lex: 1,443; makefile: 1,199; python: 43
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