Changeset 287
- Timestamp:
- 04/21/07 15:31:15 (18 years ago)
- Location:
- libmpc/branches/r2d/win32
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/win32/libcommon.vcproj
r174 r287 77 77 <Tool 78 78 Name="VCPostBuildEventTool" 79 CommandLine="copy "$(TargetPath)" ..\bin" 79 80 /> 80 81 </Configuration> … … 138 139 <Tool 139 140 Name="VCPostBuildEventTool" 141 CommandLine="copy "$(TargetPath)" ..\bin" 140 142 /> 141 143 </Configuration> … … 154 156 </File> 155 157 <File 156 RelativePath="..\common\huffman .c"158 RelativePath="..\common\huffman-bcl.c" 157 159 > 158 160 </File> -
libmpc/branches/r2d/win32/libmpcdec.vcproj
r174 r287 79 79 <Tool 80 80 Name="VCPostBuildEventTool" 81 CommandLine="copy $(TargetPath) ..\bin\."81 CommandLine="copy "$(TargetPath)" ..\bin" 82 82 /> 83 83 </Configuration> … … 142 142 <Tool 143 143 Name="VCPostBuildEventTool" 144 CommandLine="copy $(TargetPath) ..\bin\."144 CommandLine="copy "$(TargetPath)" ..\bin" 145 145 /> 146 146 </Configuration> … … 165 165 </File> 166 166 <File 167 RelativePath="..\libmpcdec\math.h" 167 RelativePath="..\libmpcdec\mpc_bits_reader.h" 168 > 169 </File> 170 <File 171 RelativePath="..\libmpcdec\mpcdec_math.h" 168 172 > 169 173 </File> … … 213 217 > 214 218 <File 219 RelativePath="..\include\mpc\datatypes.h" 220 > 221 </File> 222 <File 223 RelativePath="..\include\mpc\minimax.h" 224 > 225 </File> 226 <File 215 227 RelativePath="..\include\mpc\mpc_types.h" 216 228 > 217 229 </File> 218 230 <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" 228 244 > 229 245 </File> -
libmpc/branches/r2d/win32/libmpcenc.vcproj
r174 r287 47 47 WarningLevel="3" 48 48 Detect64BitPortabilityProblems="true" 49 DebugInformationFormat=" 4"49 DebugInformationFormat="1" 50 50 CompileAs="1" 51 51 /> … … 77 77 <Tool 78 78 Name="VCPostBuildEventTool" 79 CommandLine="copy "$(TargetPath)" ..\bin" 79 80 /> 80 81 </Configuration> … … 138 139 <Tool 139 140 Name="VCPostBuildEventTool" 141 CommandLine="copy "$(TargetPath)" ..\bin" 140 142 /> 141 143 </Configuration> -
libmpc/branches/r2d/win32/libmpcpsy.vcproj
r174 r287 77 77 <Tool 78 78 Name="VCPostBuildEventTool" 79 CommandLine="copy "$(TargetPath)" ..\bin" 79 80 /> 80 81 </Configuration> … … 140 141 <Tool 141 142 Name="VCPostBuildEventTool" 143 CommandLine="copy "$(TargetPath)" ..\bin" 142 144 /> 143 145 </Configuration> -
libmpc/branches/r2d/win32/libwavformat.vcproj
r131 r287 79 79 <Tool 80 80 Name="VCPostBuildEventTool" 81 CommandLine="copy $(TargetPath) ..\bin\."81 CommandLine="copy "$(TargetPath)" ..\bin" 82 82 /> 83 83 </Configuration> … … 143 143 <Tool 144 144 Name="VCPostBuildEventTool" 145 CommandLine="copy $(TargetPath) ..\bin\."145 CommandLine="copy "$(TargetPath)" ..\bin" 146 146 /> 147 147 </Configuration> -
libmpc/branches/r2d/win32/mpcdec.vcproj
r131 r287 96 96 <Tool 97 97 Name="VCPostBuildEventTool" 98 CommandLine="copy $(TargetPath) ..\bin\."98 CommandLine="copy "$(TargetPath)" ..\bin" 99 99 /> 100 100 </Configuration> … … 178 178 <Tool 179 179 Name="VCPostBuildEventTool" 180 CommandLine="copy $(TargetPath) ..\bin\."180 CommandLine="copy "$(TargetPath)" ..\bin" 181 181 /> 182 182 </Configuration> -
libmpc/branches/r2d/win32/mpcenc.vcproj
r194 r287 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 .00"4 Version="8,00" 5 5 Name="mpcenc" 6 6 ProjectGUID="{15082E34-9324-469F-8423-F995B4814A37}" … … 96 96 <Tool 97 97 Name="VCPostBuildEventTool" 98 CommandLine="copy $(TargetPath)..\bin"98 CommandLine="copy "$(TargetPath)" ..\bin" 99 99 /> 100 100 </Configuration> … … 178 178 <Tool 179 179 Name="VCPostBuildEventTool" 180 CommandLine="copy $(TargetPath) ..\bin"180 CommandLine="copy "$(TargetPath)" ..\binbin" 181 181 /> 182 182 </Configuration>
Note: See TracChangeset
for help on using the changeset viewer.