summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Fixed project configuration which referenced two CRT versions in output ↵Cristian Adam2011-01-091-290/+1023
| | | | | | binaries. svn path=/trunk/vorbis/; revision=17772
* Updated Visual Studio project files.Cristian Adam2010-09-234-664/+2170
| | | | svn path=/trunk/vorbis/; revision=17452
* Added Visual Studiop 2010 project files.Cristian Adam2010-09-2112-0/+1899
| | | | svn path=/trunk/vorbis/; revision=17409
* Removed Release_SSE and Release SSE2 configurations. Changed Windows Mobile ↵Cristian Adam2010-02-1816-3388/+386
| | | | | | 5.0 configuration from "Pocket PC SDK 2 (ARMV4I)" to "Pocket PC SDK (ARMV4I)", version "2" was generated by versions of Windows Mobile 5.0 SDK which are no longer available on MSDN. svn path=/trunk/vorbis/; revision=16912
* linked statically to c runtime for windows mobile.Cristian Adam2009-11-251-462/+1776
| | | | svn path=/trunk/vorbis/; revision=16724
* Changed the C runtime library to the default option - dynamic runtime library.Cristian Adam2009-09-2916-15997/+3772
| | | | svn path=/trunk/vorbis/; revision=16595
* Bumped libogg version to 1.1.4 and fixed dynamic compilation because of ↵Cristian Adam2009-07-253-3/+3
| | | | | | missing export function. svn path=/trunk/vorbis/; revision=16335
* Remove obsolete/unsupported MS build targets to avoid sucking unsuspecting ↵Monty2009-05-1425-2599/+0
| | | | | | users into a tarpit. svn path=/trunk/vorbis/; revision=16000
* Removed WholeProgramOptimization setting from static library project.Cristian Adam2009-05-012-0/+13
| | | | svn path=/trunk/vorbis/; revision=15975
* Added Visual Studio 2008 project filesCristian Adam2009-04-0212-0/+8481
| | | | svn path=/trunk/vorbis/; revision=15899
* one backslash too manyCristian Adam2009-02-091-1/+1
| | | | svn path=/trunk/vorbis/; revision=15685
* Some more clarifications (hopefully not clear as mud :)Cristian Adam2009-02-091-3/+8
| | | | svn path=/trunk/vorbis/; revision=15684
* Updated vsprops file and added a short README file which explains what to do ↵Cristian Adam2009-02-072-2/+17
| | | | | | in order to compile successfully from source distribution. svn path=/trunk/vorbis/; revision=15682
* Used Unicode for all platforms.Cristian Adam2009-01-188-398/+392
| | | | svn path=/trunk/vorbis/; revision=15625
* Added Windows CE support: Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I), ↵Cristian Adam2009-01-122-38/+2076
| | | | | | Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I), Windows Mobile 6 Professional SDK (ARMV4I) svn path=/trunk/vorbis/; revision=15620
* Refactored Visual Studio 2005 project files. Added static, dynamic library ↵Cristian Adam2009-01-0715-1180/+5815
| | | | | | support, and x64 platform support. svn path=/trunk/vorbis/; revision=15609
* Moved Visual Studio 6 project files into own folder.Cristian Adam2009-01-0719-106/+106
| | | | svn path=/trunk/vorbis/; revision=15608
* Add ov_fopen to win32/vorbisfile.defConrad Parker2008-12-081-0/+1
| | | | | | See http://lists.xiph.org/pipermail/vorbis-dev/2008-December/019657.html svn path=/trunk/vorbis/; revision=15566
* Add vorbis_version_string to the dll export list.Ralph Giles2008-11-241-0/+2
| | | | | | | Patch by Aoyumi. This is a followup to the addition of this api call in r15346. svn path=/trunk/vorbis/; revision=15530
* Add ov_fopen to .def files. Closes #1261.ivo2008-09-012-88/+90
| | | | svn path=/trunk/vorbis/; revision=15233
* 6/3 libvorbis: Consistent use of $(ConfigurationName) for vs2k3, SSE and ↵sping2008-04-155-36/+39
| | | | | | | | SSE2 releases now have their own folders Also fix project dependencies to build in a sensible order svn path=/trunk/vorbis/; revision=14744
* 2/3 libvorbis: Consistent use of $(ConfigurationName) for vs2k5, SSE and ↵sping2008-04-144-29/+29
| | | | | | SSE2 releases now have their own folders svn path=/trunk/vorbis/; revision=14734
* Project references to ensure proper build ordersping2008-03-103-0/+12
| | | | svn path=/trunk/vorbis/; revision=14567
* Make VS2003 do what VS2005 already doessping2007-07-285-24/+115
| | | | svn path=/trunk/vorbis/; revision=13380
* Visual Studio 2005 projects file updates: Missing link dependencies ↵sping2007-07-285-14/+97
| | | | | | "libogg.lib libvorbis.lib" added, no more debugging info for release builds, solution file added svn path=/trunk/vorbis/; revision=13377
* Add vorbis_synthesis_idheader to the .def file for win32.Tim Terriberry2007-07-201-1/+2
| | | | svn path=/trunk/vorbis/; revision=13284
* * Make output path consistentZentaro Kavanagh2006-05-294-7/+9
| | | | svn path=/trunk/vorbis/; revision=11464
* * Add VS2005 files for libvorbis, vorbisdec and vorbis encZentaro Kavanagh2006-04-205-0/+1696
| | | | svn path=/trunk/vorbis/; revision=11173
* Remove obsolete .cvsignore files.Ralph Giles2006-01-281-20/+0
| | | | svn path=/trunk/vorbis/; revision=10756
* Remove win32/Makefile.am in favor of just including the whole subtree, v1.1.2Ralph Giles2005-11-281-11/+0
| | | | | | as we do for the macos build stuff. svn path=/trunk/vorbis/; revision=10488
* * Fix buildsZentaro Kavanagh2005-11-271-1/+1
| | | | svn path=/trunk/vorbis/; revision=10461
* * Add vorbis fileZentaro Kavanagh2005-11-053-3/+194
| | | | svn path=/trunk/vorbis/; revision=10334
* * VS2003 filesZentaro Kavanagh2005-10-053-0/+1006
| | | | svn path=/trunk/vorbis/; revision=10120
* This patch fixes a few autotools issues with vorbis svnThomas Vander Stichele2004-07-261-3/+0
| | | | | | | | | | | | | | | * error out on autotools failures so warnings are caught early on * move around AC_CANONICAL_HOST to squash warning * add AC_CANONICAL_TARGET * don't squash LIBS but set VORBIS_LIBS instead * clean up AC_OUTPUT * AUTOMAKE_OPTIONS = foreign only needs to be done toplevel (this can be verified by checking Makefile's generated in other directories and seeing that the var isn't used) * use OGG_LIBS and VORBIS_LIBS in Makefile.am svn path=/trunk/vorbis/; revision=7345
* Set $Id$ keyword substitution for vorbis moduleMonty2004-07-203-3/+3
| | | | svn path=/trunk/vorbis/; revision=7187
* Set DOS line endings on MSVC project files; it can deal with unix line Ralph Giles2004-04-071-101/+101
| | | | | | | endings otherwise, but these need to be correct no matter who makes the package. svn path=/trunk/vorbis/; revision=6496
* Moved vorbisenc functions back into the vorbis.dll for compatability reasonsoddsock2003-11-167-26/+49
| | | | | | Made the projects all link to the Multithreaded Static Runtime Lib...hopefully this will allow for the most portability. svn path=/trunk/vorbis/; revision=5581
* Correct line endings on vorbis.dsw.Ralph Giles2003-10-261-89/+89
| | | | svn path=/trunk/vorbis/; revision=5506
* New working versions of the harmonized project files from John Edwards.Ralph Giles2003-10-257-1082/+1062
| | | | | | | | Apparently my hand editing messed up parsability. There may be line-ending problems with vorbis.dsw. svn path=/trunk/vorbis/; revision=5502
* Correct the source file lists for the VC6 projects against Makefile.am.Ralph Giles2003-10-236-995/+708
| | | | svn path=/trunk/vorbis/; revision=5499
* Remove the apparently spuriously included vorbisenc.c from the vorbis.dll ↵Ralph Giles2003-10-221-295/+291
| | | | | | MSVC project file. svn path=/trunk/vorbis/; revision=5495
* Updated VC6 project files by John Edwardscarsten2003-10-206-20/+20
| | | | svn path=/trunk/vorbis/; revision=5491
* An attempt to rationalize the dll exports against the headers for vorbisRalph Giles2003-10-013-30/+42
| | | | | | | | | | | 1.0.1. I've added all the new functions, and more dangerously, moved all the vorbis_encode_* to vorbisenc.def. I have no idea what I'm doing here, so testing please. In particular, make sure binary compatibility is preserved for apps linked against 1.0.0. svn path=/trunk/vorbis/; revision=5387
* Add newer api entries to the win32 dll build. Thanks to John Edwards forRalph Giles2003-10-012-41/+48
| | | | | | the patch. svn path=/trunk/vorbis/; revision=5385
* Updated exports with new vorbis_ functions for dynamic lib buildmauricio2003-05-081-2/+5
| | | | svn path=/trunk/vorbis/; revision=4687
* Export ov_read_float() in vorbisfile.dllMike Smith2002-07-211-1/+2
| | | | svn path=/trunk/vorbis/; revision=3705
* Add missing dsw file.Mike Smith2002-07-052-1/+90
| | | | svn path=/trunk/vorbis/; revision=3527
* Build file updates from Nathan Sharfi.Mike Smith2002-07-043-45/+41
| | | | svn path=/trunk/vorbis/; revision=3515
* vorbis_synthesis_trackonly added to win32 exports.Segher Boessenkool2002-03-181-1/+2
| | | | svn path=/trunk/vorbis/; revision=3160
* update for rc3cwolf2001-12-273-3/+15
| | | | svn path=/trunk/vorbis/; revision=2913