Ignore:
Timestamp:
04/21/07 15:31:15 (17 years ago)
Author:
zorg
Message:

Misc msvc project fixes

File:
1 edited

Legend:

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

    r174 r287  
    7979                        <Tool
    8080                                Name="VCPostBuildEventTool"
    81                                 CommandLine="copy $(TargetPath) ..\bin\."
     81                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    8282                        />
    8383                </Configuration>
     
    142142                        <Tool
    143143                                Name="VCPostBuildEventTool"
    144                                 CommandLine="copy $(TargetPath) ..\bin\."
     144                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    145145                        />
    146146                </Configuration>
     
    165165                        </File>
    166166                        <File
    167                                 RelativePath="..\libmpcdec\math.h"
     167                                RelativePath="..\libmpcdec\mpc_bits_reader.h"
     168                                >
     169                        </File>
     170                        <File
     171                                RelativePath="..\libmpcdec\mpcdec_math.h"
    168172                                >
    169173                        </File>
     
    213217                        >
    214218                        <File
     219                                RelativePath="..\include\mpc\datatypes.h"
     220                                >
     221                        </File>
     222                        <File
     223                                RelativePath="..\include\mpc\minimax.h"
     224                                >
     225                        </File>
     226                        <File
    215227                                RelativePath="..\include\mpc\mpc_types.h"
    216228                                >
    217229                        </File>
    218230                        <File
    219                                 RelativePath="..\include\mpcdec\mpcdec.h"
    220                                 >
    221                         </File>
    222                         <File
    223                                 RelativePath="..\include\mpcdec\reader.h"
    224                                 >
    225                         </File>
    226                         <File
    227                                 RelativePath="..\include\mpcdec\streaminfo.h"
     231                                RelativePath="..\include\mpc\mpcdec.h"
     232                                >
     233                        </File>
     234                        <File
     235                                RelativePath="..\include\mpc\mpcmath.h"
     236                                >
     237                        </File>
     238                        <File
     239                                RelativePath="..\include\mpc\reader.h"
     240                                >
     241                        </File>
     242                        <File
     243                                RelativePath="..\include\mpc\streaminfo.h"
    228244                                >
    229245                        </File>
Note: See TracChangeset for help on using the changeset viewer.