diff options
| author | Rat <none@none> | 2010-06-07 21:28:51 +0200 |
|---|---|---|
| committer | Rat <none@none> | 2010-06-07 21:28:51 +0200 |
| commit | 8a56dfe939f4ed52424a57541997b7a254f5e152 (patch) | |
| tree | be4de2b2bb1693885d1f8f6c60193cace9dbfb9d | |
| parent | 1a3f840a173061de97d78f98532b6f4316f41f3e (diff) | |
fixed bzip2 for win (whoops..)
--HG--
branch : trunk
| -rw-r--r-- | externals/bzip2/win/VC90/bzip2.vcproj | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/externals/bzip2/win/VC90/bzip2.vcproj b/externals/bzip2/win/VC90/bzip2.vcproj index 08483f2f4e1..e51e847a2a4 100644 --- a/externals/bzip2/win/VC90/bzip2.vcproj +++ b/externals/bzip2/win/VC90/bzip2.vcproj @@ -277,31 +277,31 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\..\dep\src\bzip2\blocksort.c" + RelativePath="..\..\blocksort.c" > </File> <File - RelativePath="..\..\..\..\dep\src\bzip2\bzlib.c" + RelativePath="..\..\bzlib.c" > </File> <File - RelativePath="..\..\..\..\dep\src\bzip2\compress.c" + RelativePath="..\..\compress.c" > </File> <File - RelativePath="..\..\..\..\dep\src\bzip2\crctable.c" + RelativePath="..\..\crctable.c" > </File> <File - RelativePath="..\..\..\..\dep\src\bzip2\decompress.c" + RelativePath="..\..\decompress.c" > </File> <File - RelativePath="..\..\..\..\dep\src\bzip2\huffman.c" + RelativePath="..\..\huffman.c" > </File> <File - RelativePath="..\..\..\..\dep\src\bzip2\randtable.c" + RelativePath="..\..\randtable.c" > </File> </Filter> @@ -311,11 +311,11 @@ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > <File - RelativePath="..\..\..\..\dep\src\bzip2\bzlib.h" + RelativePath="..\..\bzlib.h" > </File> <File - RelativePath="..\..\..\..\dep\src\bzip2\bzlib_private.h" + RelativePath="..\..\bzlib_private.h" > </File> </Filter> |
