diff options
| author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-08-09 21:05:08 +0200 |
|---|---|---|
| committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-08-09 21:05:08 +0200 |
| commit | bcddbaf144b62862054b42e1949de15a815a3665 (patch) | |
| tree | 49da0c25d3a7c2074dbbd0d72333c51ce4a70206 | |
| parent | cd9dd505cc8dc1761a5c12615eb297001aec964d (diff) | |
Fixing vcproj files.
| -rw-r--r-- | MSVC8/mpqlib.vcproj | 5 | ||||
| -rw-r--r-- | MSVC9/mpqlib.vcproj | 4 |
2 files changed, 1 insertions, 8 deletions
diff --git a/MSVC8/mpqlib.vcproj b/MSVC8/mpqlib.vcproj index de4c75f..bb5672e 100644 --- a/MSVC8/mpqlib.vcproj +++ b/MSVC8/mpqlib.vcproj @@ -199,10 +199,6 @@ > </File> <File - RelativePath="..\extract.h" - > - </File> - <File RelativePath="..\hashtab.h" > </File> @@ -220,6 +216,7 @@ </File> <File RelativePath="..\mpq-crypto.h" + > </File> <File RelativePath="..\mpq-errors.h" diff --git a/MSVC9/mpqlib.vcproj b/MSVC9/mpqlib.vcproj index db04aea..ab45191 100644 --- a/MSVC9/mpqlib.vcproj +++ b/MSVC9/mpqlib.vcproj @@ -200,10 +200,6 @@ > </File> <File - RelativePath=".\extract.h" - > - </File> - <File RelativePath=".\int-bios.h" > </File> |
