summaryrefslogtreecommitdiff
path: root/FLAC-vs2005.sln
Commit message (Collapse)AuthorAgeFilesLines
* libFLAC: Remove win_utf8_io dependencyErik de Castro Lopo2016-02-081-19/+0
| | | | Path-from: lvqcl <lvqcl.mail@gmail.com>
* test_streams: Use fopen instead of flac_fopenErik de Castro Lopo2016-02-021-1/+0
| | | | | | | test_streams doesn't create/open files with non-ascii filenames, so there's no need in unicode support. Patch-from: lvqcl <lvqcl.mail@gmail.com>
* Remove plugin_common library from MSVC buildErik de Castro Lopo2016-01-311-11/+0
| | | | | | | | Previously src/plugin_common library was used by FLAC's own Winamp plugin (MSVC/Windows) and by the XMMS plugin (*nix). The Winamp plugin is long gone from FLAC tree, so plugin_common is unused on Windows. Patch-from: lvqcl <lvqcl.mail@gmail.com>
* Fix dependencies for MSVCErik de Castro Lopo2016-01-311-0/+4
| | | | Patch-from: lvqcl <lvqcl.mail@gmail.com>
* MSVC: Fix libFLAC_static.vcxproj dependenciesErik de Castro Lopo2015-09-011-0/+3
| | | | | | libFLAC_static.vcxproj was missing a dependency on win_utf8_io_static. Patch-from: lvqcl <lvqcl.mail@gmail.com>
* Rename Visual Studio solution files.Erik de Castro Lopo2014-11-241-0/+272
* FLAC-vs2010.sln -> FLAC.sln * FLAC.sln -> FLAC-vs2005.sln