diff options
author | Pixel <pixel@nobis-crew.org> | 2009-08-05 11:36:56 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-08-05 11:59:23 -0700 |
commit | c579f3458775ca45bd86dcb9b8ef09e7d2a03bdc (patch) | |
tree | a054b50a09c52e9f8f982c1b449cc6dddee18bea /Makefile.mingw32 | |
parent | d6323e7bd7f817c13ce992ef118cbcf4127ad076 (diff) |
MPQCryptography.c doesn't really have anything to do anymore with its original piece of code; cleaning it up and renaming it.
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r-- | Makefile.mingw32 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 4c17789..67081d1 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -6,13 +6,12 @@ CPPFLAGS = -g -Wall -Werror -D_FILE_OFFSET_BITS=64 -I. -I ../gnuwin32/include LDFLAGS = -g -L../gnuwin32/lib SOURCE_LIST = \ -MPQCryptography.c \ errors.c \ -extract.c \ lookupa.c \ hashtab.c \ recycle.c \ mpq-bios.c \ +mpq-crypto.c \ mpq-errors.c \ mpq-file.c \ mpq-fs.c \ |