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 /MSVC8 | |
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 'MSVC8')
-rw-r--r-- | MSVC8/mpqlib.vcproj | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/MSVC8/mpqlib.vcproj b/MSVC8/mpqlib.vcproj index 6721b2c..de4c75f 100644 --- a/MSVC8/mpqlib.vcproj +++ b/MSVC8/mpqlib.vcproj @@ -165,6 +165,10 @@ > </File> <File + RelativePath="..\mpq-crypto.c" + > + </File> + <File RelativePath="..\mpq-errors.c" > </File> @@ -181,10 +185,6 @@ > </File> <File - RelativePath="..\MPQCryptography.c" - > - </File> - <File RelativePath="..\recycle.c" > </File> @@ -219,6 +219,9 @@ > </File> <File + RelativePath="..\mpq-crypto.h" + </File> + <File RelativePath="..\mpq-errors.h" > </File> @@ -235,10 +238,6 @@ > </File> <File - RelativePath="..\MPQCryptography.h" - > - </File> - <File RelativePath="..\mpqlib-stdint.h" > </File> |