diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-06-15 22:34:06 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-06-15 22:34:06 +0800 |
commit | ddcba43d911f6a5faae9130073820e4442b9d4c8 (patch) | |
tree | fb06899708c9cc92654fcca8d298ef61419f886f /common/sys/Makefile | |
parent | 2b17144356fc625165400e7a856ad76cae4bf4b2 (diff) | |
download | pttbbs-ddcba43d911f6a5faae9130073820e4442b9d4c8.tar pttbbs-ddcba43d911f6a5faae9130073820e4442b9d4c8.tar.gz pttbbs-ddcba43d911f6a5faae9130073820e4442b9d4c8.tar.bz2 pttbbs-ddcba43d911f6a5faae9130073820e4442b9d4c8.tar.lz pttbbs-ddcba43d911f6a5faae9130073820e4442b9d4c8.tar.xz pttbbs-ddcba43d911f6a5faae9130073820e4442b9d4c8.tar.zst pttbbs-ddcba43d911f6a5faae9130073820e4442b9d4c8.zip |
General vector-like list
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4357 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'common/sys/Makefile')
-rw-r--r-- | common/sys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sys/Makefile b/common/sys/Makefile index e0fec71f..574ab582 100644 --- a/common/sys/Makefile +++ b/common/sys/Makefile @@ -5,7 +5,7 @@ MKPIC:=no SRCROOT= ../.. .include "$(SRCROOT)/pttbbs.mk" -SRCS:= file.c lock.c log.c net.c sort.c string.c time.c crypt.c record.c osdep.c +SRCS:= file.c lock.c log.c net.c sort.c string.c time.c crypt.c record.c osdep.c vector.c LIB:= cmsys install: |