diff options
author | pixel <pixel> | 2008-01-28 12:49:06 +0000 |
---|---|---|
committer | pixel <pixel> | 2008-01-28 12:49:06 +0000 |
commit | 7ecf94d4b339bc2197f449f0f1538f2915313087 (patch) | |
tree | 02167bb1970b7adb53bf7aaa5bb5aaf726d11932 /Makefile | |
parent | a578df37ca8c4c130f28ccfd12948bc2fe429526 (diff) |
Trying with a hashtable instead of a dumb structure.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ SOURCE_LIST = \ MPQCryptography.c \ errors.c \ extract.c \ +lookupa.c \ +hashtab.c \ +recycle.c \ mpq-bios.c \ mpq-errors.c \ mpq-file.c \ |