Changeset 287


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

Misc msvc project fixes

Location:
libmpc/branches/r2d/win32
Files:
7 edited

Legend:

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

    r174 r287  
    7777                        <Tool
    7878                                Name="VCPostBuildEventTool"
     79                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    7980                        />
    8081                </Configuration>
     
    138139                        <Tool
    139140                                Name="VCPostBuildEventTool"
     141                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    140142                        />
    141143                </Configuration>
     
    154156                        </File>
    155157                        <File
    156                                 RelativePath="..\common\huffman.c"
     158                                RelativePath="..\common\huffman-bcl.c"
    157159                                >
    158160                        </File>
  • 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>
  • libmpc/branches/r2d/win32/libmpcenc.vcproj

    r174 r287  
    4747                                WarningLevel="3"
    4848                                Detect64BitPortabilityProblems="true"
    49                                 DebugInformationFormat="4"
     49                                DebugInformationFormat="1"
    5050                                CompileAs="1"
    5151                        />
     
    7777                        <Tool
    7878                                Name="VCPostBuildEventTool"
     79                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    7980                        />
    8081                </Configuration>
     
    138139                        <Tool
    139140                                Name="VCPostBuildEventTool"
     141                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    140142                        />
    141143                </Configuration>
  • libmpc/branches/r2d/win32/libmpcpsy.vcproj

    r174 r287  
    7777                        <Tool
    7878                                Name="VCPostBuildEventTool"
     79                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    7980                        />
    8081                </Configuration>
     
    140141                        <Tool
    141142                                Name="VCPostBuildEventTool"
     143                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    142144                        />
    143145                </Configuration>
  • libmpc/branches/r2d/win32/libwavformat.vcproj

    r131 r287  
    7979                        <Tool
    8080                                Name="VCPostBuildEventTool"
    81                                 CommandLine="copy $(TargetPath) ..\bin\."
     81                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    8282                        />
    8383                </Configuration>
     
    143143                        <Tool
    144144                                Name="VCPostBuildEventTool"
    145                                 CommandLine="copy $(TargetPath) ..\bin\."
     145                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    146146                        />
    147147                </Configuration>
  • libmpc/branches/r2d/win32/mpcdec.vcproj

    r131 r287  
    9696                        <Tool
    9797                                Name="VCPostBuildEventTool"
    98                                 CommandLine="copy $(TargetPath) ..\bin\."
     98                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    9999                        />
    100100                </Configuration>
     
    178178                        <Tool
    179179                                Name="VCPostBuildEventTool"
    180                                 CommandLine="copy $(TargetPath) ..\bin\."
     180                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    181181                        />
    182182                </Configuration>
  • libmpc/branches/r2d/win32/mpcenc.vcproj

    r194 r287  
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="8.00"
     4        Version="8,00"
    55        Name="mpcenc"
    66        ProjectGUID="{15082E34-9324-469F-8423-F995B4814A37}"
     
    9696                        <Tool
    9797                                Name="VCPostBuildEventTool"
    98                                 CommandLine="copy $(TargetPath) ..\bin"
     98                                CommandLine="copy &quot;$(TargetPath)&quot; ..\bin"
    9999                        />
    100100                </Configuration>
     
    178178                        <Tool
    179179                                Name="VCPostBuildEventTool"
    180                                 CommandLine="copy $(TargetPath) ..\bin"
     180                                CommandLine="copy &quot;$(TargetPath)&quot; ..\binbin"
    181181                        />
    182182                </Configuration>
Note: See TracChangeset for help on using the changeset viewer.