Changeset 331 for libmpc/trunk/win32
- Timestamp:
- 06/08/07 01:19:08 (17 years ago)
- Location:
- libmpc/trunk/win32
- Files:
-
- 3 deleted
- 9 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/win32/libcommon.vcproj
r329 r331 146 146 <Files> 147 147 <Filter 148 Name=" Source Files"148 Name="sources" 149 149 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 150 150 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 151 151 > 152 <File 153 RelativePath=".\attgetopt.c" 154 > 155 </File> 152 156 <File 153 157 RelativePath="..\common\crc32.c" … … 159 163 </File> 160 164 </Filter> 165 <Filter 166 Name="headers" 167 > 168 <File 169 RelativePath=".\getopt.h" 170 > 171 </File> 172 </Filter> 161 173 </Files> 162 174 <Globals> -
libmpc/trunk/win32/libmpcdec.vcproj
r287 r331 150 150 <Files> 151 151 <Filter 152 Name=" Headers"152 Name="headers" 153 153 > 154 154 <File … … 178 178 </Filter> 179 179 <Filter 180 Name=" Sources"180 Name="sources" 181 181 > 182 182 <File … … 214 214 </Filter> 215 215 <Filter 216 Name=" Interface"216 Name="interface" 217 217 > 218 218 <File -
libmpc/trunk/win32/libmpcenc.vcproj
r329 r331 148 148 <Files> 149 149 <Filter 150 Name=" Header Files"150 Name="headers" 151 151 Filter="h;hpp;hxx;hm;inl;inc;xsd" 152 152 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" … … 158 158 </Filter> 159 159 <Filter 160 Name=" Source Files"160 Name="sources" 161 161 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 162 162 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" -
libmpc/trunk/win32/libmpcpsy.vcproj
r329 r331 148 148 <Files> 149 149 <Filter 150 Name=" Header Files"150 Name="headers" 151 151 Filter="h;hpp;hxx;hm;inl;inc;xsd" 152 152 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" … … 158 158 </Filter> 159 159 <Filter 160 Name=" Source Files"160 Name="sources" 161 161 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 162 162 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" -
libmpc/trunk/win32/libwavformat.vcproj
r329 r331 151 151 <Files> 152 152 <Filter 153 Name=" Headers"153 Name="headers" 154 154 > 155 155 <File … … 159 159 </Filter> 160 160 <Filter 161 Name=" Sources"161 Name="sources" 162 162 > 163 163 <File -
libmpc/trunk/win32/mpc2sv8.vcproj
r330 r331 185 185 <Files> 186 186 <Filter 187 Name="Source Files" 188 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 189 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 190 > 191 <File 192 RelativePath="..\mpcenc\keyboard.c" 193 > 194 </File> 195 <File 196 RelativePath="..\mpcenc\mpcenc.c" 197 > 198 </File> 199 <File 200 RelativePath="..\mpcenc\pipeopen.c" 201 > 202 </File> 203 <File 204 RelativePath="..\mpcenc\stderr.c" 205 > 206 </File> 207 <File 208 RelativePath="..\mpcenc\tags.c" 209 > 210 </File> 211 <File 212 RelativePath="..\mpcenc\wave_in.c" 213 > 214 </File> 215 <File 216 RelativePath="..\mpcenc\winmsg.c" 217 > 218 </File> 219 </Filter> 220 <Filter 221 Name="Header Files" 187 Name="sources" 222 188 Filter="h;hpp;hxx;hm;inl;inc;xsd" 223 189 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 224 190 > 225 191 <File 226 RelativePath="..\mpcenc\config.h" 227 > 228 </File> 229 <File 230 RelativePath="..\mpcenc\mpcenc.h" 231 > 232 </File> 233 <File 234 RelativePath="..\mpcenc\mpp.h" 235 > 236 </File> 237 <File 238 RelativePath="..\mpcenc\mppdec.h" 239 > 240 </File> 241 <File 242 RelativePath="..\mpcenc\predict.h" 192 RelativePath="..\mpc2sv8\mpc2sv8.c" 243 193 > 244 194 </File> -
libmpc/trunk/win32/mpccut.vcproj
r330 r331 185 185 <Files> 186 186 <Filter 187 Name=" Source Files"187 Name="sources" 188 188 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 189 189 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 190 190 > 191 191 <File 192 RelativePath=".\attgetopt.c"193 >194 </File>195 <File196 192 RelativePath="..\mpccut\mpccut.c" 197 >198 </File>199 </Filter>200 <Filter201 Name="Header Files"202 Filter="h;hpp;hxx;hm;inl;inc;xsd"203 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"204 >205 <File206 RelativePath=".\getopt.h"207 193 > 208 194 </File> -
libmpc/trunk/win32/mpcdec.vcproj
r330 r331 63 63 <Tool 64 64 Name="VCLinkerTool" 65 AdditionalDependencies="libmpcdec_d.lib libwavformat_d.lib"66 65 OutputFile="$(OutDir)\$(ProjectName)_d.exe" 67 66 AdditionalLibraryDirectories="../bin" … … 146 145 <Tool 147 146 Name="VCLinkerTool" 148 AdditionalDependencies="libmpcdec.lib libwavformat.lib"149 147 AdditionalLibraryDirectories="../bin" 150 148 GenerateManifest="false" … … 187 185 <Files> 188 186 <Filter 189 Name=" Sources"187 Name="sources" 190 188 > 191 189 <File 192 RelativePath=".\attgetopt.c"193 >194 </File>195 <File196 190 RelativePath="..\mpcdec\mpcdec.c" 197 >198 </File>199 </Filter>200 <Filter201 Name="Headers"202 >203 <File204 RelativePath=".\getopt.h"205 191 > 206 192 </File> -
libmpc/trunk/win32/mpcenc.vcproj
r330 r331 185 185 <Files> 186 186 <Filter 187 Name=" Source Files"187 Name="sources" 188 188 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 189 189 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" … … 219 219 </Filter> 220 220 <Filter 221 Name=" Header Files"221 Name="headers" 222 222 Filter="h;hpp;hxx;hm;inl;inc;xsd" 223 223 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" -
libmpc/trunk/win32/musepack.sln
r326 r331 14 14 EndProject 15 15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmpcenc", "libmpcenc.vcproj", "{44EC1266-D2EE-47B8-ACFC-8BD52E7FFF96}" 16 EndProject 17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpcdec", "mpcdec.vcproj", "{A527175B-22A9-41AB-B2E8-580F573CCAFB}" 18 ProjectSection(ProjectDependencies) = postProject 19 {49A26D14-0AD0-497E-A982-42BFD4D992FC} = {49A26D14-0AD0-497E-A982-42BFD4D992FC} 20 {13D176A2-B6BB-403F-A816-AA1F388078B7} = {13D176A2-B6BB-403F-A816-AA1F388078B7} 21 {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3} = {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3} 22 EndProjectSection 23 EndProject 24 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpccut", "mpccut.vcproj", "{ABBF9DD7-650F-48A8-9810-B76F233520F3}" 25 ProjectSection(ProjectDependencies) = postProject 26 {44EC1266-D2EE-47B8-ACFC-8BD52E7FFF96} = {44EC1266-D2EE-47B8-ACFC-8BD52E7FFF96} 27 {49A26D14-0AD0-497E-A982-42BFD4D992FC} = {49A26D14-0AD0-497E-A982-42BFD4D992FC} 28 {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3} = {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3} 29 EndProjectSection 30 EndProject 31 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpc2sv8", "mpc2sv8.vcproj", "{36225C6A-FFA3-4E70-928E-1F69F7A3FCE1}" 32 ProjectSection(ProjectDependencies) = postProject 33 {49A26D14-0AD0-497E-A982-42BFD4D992FC} = {49A26D14-0AD0-497E-A982-42BFD4D992FC} 34 {44EC1266-D2EE-47B8-ACFC-8BD52E7FFF96} = {44EC1266-D2EE-47B8-ACFC-8BD52E7FFF96} 35 {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3} = {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3} 36 EndProjectSection 37 EndProject 38 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmpcdec", "libmpcdec.vcproj", "{4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3}" 39 EndProject 40 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libwavformat", "libwavformat.vcproj", "{13D176A2-B6BB-403F-A816-AA1F388078B7}" 16 41 EndProject 17 42 Global … … 37 62 {44EC1266-D2EE-47B8-ACFC-8BD52E7FFF96}.Release|Win32.ActiveCfg = Release|Win32 38 63 {44EC1266-D2EE-47B8-ACFC-8BD52E7FFF96}.Release|Win32.Build.0 = Release|Win32 64 {A527175B-22A9-41AB-B2E8-580F573CCAFB}.Debug|Win32.ActiveCfg = Debug|Win32 65 {A527175B-22A9-41AB-B2E8-580F573CCAFB}.Debug|Win32.Build.0 = Debug|Win32 66 {A527175B-22A9-41AB-B2E8-580F573CCAFB}.Release|Win32.ActiveCfg = Release|Win32 67 {A527175B-22A9-41AB-B2E8-580F573CCAFB}.Release|Win32.Build.0 = Release|Win32 68 {ABBF9DD7-650F-48A8-9810-B76F233520F3}.Debug|Win32.ActiveCfg = Debug|Win32 69 {ABBF9DD7-650F-48A8-9810-B76F233520F3}.Debug|Win32.Build.0 = Debug|Win32 70 {ABBF9DD7-650F-48A8-9810-B76F233520F3}.Release|Win32.ActiveCfg = Release|Win32 71 {ABBF9DD7-650F-48A8-9810-B76F233520F3}.Release|Win32.Build.0 = Release|Win32 72 {36225C6A-FFA3-4E70-928E-1F69F7A3FCE1}.Debug|Win32.ActiveCfg = Debug|Win32 73 {36225C6A-FFA3-4E70-928E-1F69F7A3FCE1}.Debug|Win32.Build.0 = Debug|Win32 74 {36225C6A-FFA3-4E70-928E-1F69F7A3FCE1}.Release|Win32.ActiveCfg = Release|Win32 75 {36225C6A-FFA3-4E70-928E-1F69F7A3FCE1}.Release|Win32.Build.0 = Release|Win32 76 {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3}.Debug|Win32.ActiveCfg = Debug|Win32 77 {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3}.Debug|Win32.Build.0 = Debug|Win32 78 {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3}.Release|Win32.ActiveCfg = Release|Win32 79 {4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3}.Release|Win32.Build.0 = Release|Win32 80 {13D176A2-B6BB-403F-A816-AA1F388078B7}.Debug|Win32.ActiveCfg = Debug|Win32 81 {13D176A2-B6BB-403F-A816-AA1F388078B7}.Debug|Win32.Build.0 = Debug|Win32 82 {13D176A2-B6BB-403F-A816-AA1F388078B7}.Release|Win32.ActiveCfg = Release|Win32 83 {13D176A2-B6BB-403F-A816-AA1F388078B7}.Release|Win32.Build.0 = Release|Win32 39 84 EndGlobalSection 40 85 GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset
for help on using the changeset viewer.