Ignore:
Timestamp:
11/25/06 15:19:25 (17 years ago)
Author:
r2d
Message:
  • updated libmpcdec win32 project files
  • removed some libmpcdec warnings in msvc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/win32/libmpcdec.vcproj

    r131 r151  
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="8,00"
     4        Version="8.00"
    55        Name="libmpcdec"
    66        ProjectGUID="{4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3}"
     
    153153                        >
    154154                        <File
    155                                 RelativePath="..\src\decoder.h"
    156                                 >
    157                         </File>
    158                         <File
    159                                 RelativePath="..\src\huffman.h"
    160                                 >
    161                         </File>
    162                         <File
    163                                 RelativePath="..\src\internal.h"
    164                                 >
    165                         </File>
    166                         <File
    167                                 RelativePath="..\src\math.h"
    168                                 >
    169                         </File>
    170                         <File
    171                                 RelativePath="..\src\requant.h"
     155                                RelativePath="..\libmpcdec\decoder.h"
     156                                >
     157                        </File>
     158                        <File
     159                                RelativePath="..\libmpcdec\huffman.h"
     160                                >
     161                        </File>
     162                        <File
     163                                RelativePath="..\libmpcdec\internal.h"
     164                                >
     165                        </File>
     166                        <File
     167                                RelativePath="..\libmpcdec\math.h"
     168                                >
     169                        </File>
     170                        <File
     171                                RelativePath="..\libmpcdec\requant.h"
    172172                                >
    173173                        </File>
     
    177177                        >
    178178                        <File
    179                                 RelativePath="..\src\huffman.c"
    180                                 >
    181                         </File>
    182                         <File
    183                                 RelativePath="..\src\mpc_decoder.c"
    184                                 >
    185                         </File>
    186                         <File
    187                                 RelativePath="..\src\mpc_reader.c"
    188                                 >
    189                         </File>
    190                         <File
    191                                 RelativePath="..\src\requant.c"
    192                                 >
    193                         </File>
    194                         <File
    195                                 RelativePath="..\src\streaminfo.c"
    196                                 >
    197                         </File>
    198                         <File
    199                                 RelativePath="..\src\synth_filter.c"
     179                                RelativePath="..\common\crc32.c"
     180                                >
     181                        </File>
     182                        <File
     183                                RelativePath="..\libmpcdec\huffman.c"
     184                                >
     185                        </File>
     186                        <File
     187                                RelativePath="..\libmpcdec\mpc_decoder.c"
     188                                >
     189                        </File>
     190                        <File
     191                                RelativePath="..\libmpcdec\mpc_demux.c"
     192                                >
     193                        </File>
     194                        <File
     195                                RelativePath="..\libmpcdec\mpc_reader.c"
     196                                >
     197                        </File>
     198                        <File
     199                                RelativePath="..\libmpcdec\requant.c"
     200                                >
     201                        </File>
     202                        <File
     203                                RelativePath="..\libmpcdec\streaminfo.c"
     204                                >
     205                        </File>
     206                        <File
     207                                RelativePath="..\libmpcdec\synth_filter.c"
    200208                                >
    201209                        </File>
     
    205213                        >
    206214                        <File
    207                                 RelativePath="..\include\mpcdec\mpc_types.h"
     215                                RelativePath="..\include\mpc\mpc_types.h"
    208216                                >
    209217                        </File>
Note: See TracChangeset for help on using the changeset viewer.