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 /MSVC9 | |
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 'MSVC9')
-rw-r--r-- | MSVC9/mpqlib.vcproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/MSVC9/mpqlib.vcproj b/MSVC9/mpqlib.vcproj index 873b84b..db04aea 100644 --- a/MSVC9/mpqlib.vcproj +++ b/MSVC9/mpqlib.vcproj @@ -166,6 +166,10 @@ > </File> <File + RelativePath=".\mpq-crypto.c" + > + </File> + <File RelativePath=".\mpq-errors.c" > </File> @@ -182,10 +186,6 @@ > </File> <File - RelativePath=".\MPQCryptography.c" - > - </File> - <File RelativePath=".\recycle.c" > </File> @@ -216,6 +216,10 @@ > </File> <File + RelativePath=".\mpq-crypto.h" + > + </File> + <File RelativePath=".\mpq-errors.h" > </File> @@ -232,10 +236,6 @@ > </File> <File - RelativePath=".\MPQCryptography.h" - > - </File> - <File RelativePath=".\mpqlib-stdint.h" > </File> |