summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Use full platform name in project fileEugene Opalev2019-08-301-16/+16
|
* Remove DLL configurations from appveyor.yml and fix platform name for x86Eugene Opalev2019-08-301-12/+12
|
* Remove VS2017 and VS2019 project filesEugene Opalev2019-08-306-734/+0
| | | | | | | | | The 2015 version of the project files can be opened by newer versions of Visual Studio, and we want to deprecate the project files in favour of the CMake build, so it doesn't make sense to support three different versions. Signed-off-by: Ralph Giles <giles@thaumas.net>
* Tidy up solutions and projectsEugene Opalev2019-08-306-64/+50
|
* Add VS2019 projectEugene Opalev2019-08-303-0/+373
|
* Don't use runtime DLLs in static builds (prevents LNK4217 linker warning)Eugene Opalev2019-08-302-1/+8
|
* Setup proper VS output directory structureEugene Opalev2019-08-302-1/+32
|
* Disable minimal rebuild in VS2015 projectEugene Opalev2019-08-301-0/+8
|
* Update project for VS2015 and appveyor.ymlEugene Opalev2019-08-307-417/+350
|
* Add project for VS2017, update .gitignoreEugene Opalev2019-08-304-15/+453
|
* Do not include default library names in static buildEugene Opalev2019-08-301-0/+4
|
* Add a dll name to ogg.def.Ralph Giles2019-08-071-1/+1
| | | | | | | | | | | According to VS2017 docs, the initial LIBRARY line must include a dll name. MSVC handles the missing name, but MinGW does not. Removing the line entirely is also accepted by both toolchains, but is contrary to documentation. Based on a patch by evpobr in https://github.com/xiph/ogg/pull/42 No ABI change according to comments there.
* Remove obsolete $Id$ svn substitution marks.Ralph Giles2017-11-081-1/+1
| | | | | | | | | | Subversion, like cvs, had a mechanism for replacing inline template text on checkout for representing things like 'last modified date'. Git does not support this, so remove the template strings from file header comments. Also less aggressive language is os_types.h.
* added missing exported functions ogg_stream_pageout_fill and ↵Michael Fink2017-11-011-0/+2
| | | | | | ogg_stream_flush_fill to compile and use libogg under Visual Studio Signed-off-by: Ralph Giles <giles@thaumas.net>
* win32/.gitignore: Ignore temporary .vc.opendb files.Ricardo Constantino (:RiCON)2016-07-271-0/+1
| | | | Signed-off-by: Ralph Giles <giles@thaumas.net>
* Remove old Visual Studio project files.Ralph Giles2016-05-1825-3757/+0
| | | | | | Visual Studio 2015 has been out for some time and has a free version. It doesn't make since to try to maintain all these old variants.
* Add VS Git IgnoresOrestes Zoupanos2016-05-181-0/+20
|
* Add VS2015 filesOrestes Zoupanos2016-05-184-0/+413
|
* Fix build warningsOrestes Zoupanos2015-05-052-5/+5
|
* Add MS Visual Studio Community Edition 2013 project files.Orestes Zoupanos2015-05-054-0/+413
| | | | Adding project files for MS Visual Studio Community 2013.
* Switch the VS2010 static project to use the non-dll runtime library.Ralph Giles2012-12-071-5/+5
| | | | | | | | This matches what we've been doing with the opus msvc builds, but presumedly breaks the corresponding vorbis-tools projects. Those should be updated as well. svn path=/trunk/ogg/; revision=18734
* Fixed project configuration which referenced two CRT versions in output ↵Cristian Adam2011-01-091-186/+791
| | | | | | binaries. svn path=/trunk/ogg/; revision=17773
* Migrated main development to Visual Studio 2008 (which has a better ↵Cristian Adam2010-11-201-78/+75
| | | | | | | | | integration with Windows 7). Modified project files to have Windows CE debug builds compilable and runnable. svn path=/trunk/ogg/; revision=17638
* Updated Visual Studio project files.Cristian Adam2010-09-231-186/+787
| | | | svn path=/trunk/ogg/; revision=17452
* Added Visual Studiop 2010 project files.Cristian Adam2010-09-216-104/+437
| | | | svn path=/trunk/ogg/; revision=17409
* Removed Release_SSE and Release SSE2 configurations. Changed Windows Mobile ↵Cristian Adam2010-02-184-2176/+243
| | | | | | 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/ogg/; revision=16911
* linked statically to c runtime for windows mobile.Cristian Adam2009-11-251-358/+1543
| | | | svn path=/trunk/ogg/; revision=16732
* Changed the C runtime library to the default option - dynamic runtime library.Cristian Adam2009-09-294-6289/+1472
| | | | svn path=/trunk/ogg/; revision=16594
* Removed WholeProgramOptimization setting from static library project.Cristian Adam2009-05-011-5/+20
| | | | svn path=/trunk/ogg/; revision=15974
* Added Visual Studio 2008 project fileCristian Adam2009-04-024-0/+3286
| | | | svn path=/trunk/ogg/; revision=15898
* Used Unicode for all platforms.Cristian Adam2009-01-182-196/+196
| | | | svn path=/trunk/ogg/; revision=15624
* Added project configuration for Windows Mobile 6 Professional SDK (ARMV4I)Cristian Adam2009-01-114-64/+716
| | | | svn path=/trunk/ogg/; revision=15618
* Added support for Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I) and Windows ↵Cristian Adam2009-01-114-37/+1365
| | | | | | Mobile 5.0 Smartphone SDK 2 (ARMV4I) in project files. svn path=/trunk/ogg/; revision=15617
* Fixed generation of exports in the dynamic library.Cristian Adam2009-01-051-12/+52
| | | | svn path=/trunk/ogg/; revision=15605
* Refactored Visual Studio 2005 project files. Added static and dynamic ↵Cristian Adam2009-01-056-418/+1360
| | | | | | library support, and win32 and x64 platform support. svn path=/trunk/ogg/; revision=15604
* Moved Visual Studio 6 project files into own folder.Cristian Adam2009-01-057-13/+13
| | | | svn path=/trunk/ogg/; revision=15603
* 5/3 libogg: Consistent use of $(ConfigurationName) for vs2k3, SSE and SSE2 ↵sping2008-04-151-6/+7
| | | | | | releases now have their own folders svn path=/trunk/ogg/; revision=14743
* 1/3 libogg: Consistent use of $(ConfigurationName) for vs2k5, SSE and SSE2 ↵sping2008-04-142-5/+5
| | | | | | releases now have their own folders svn path=/trunk/ogg/; revision=14733
* Lib copy scriptsping2008-03-111-0/+9
| | | | svn path=/trunk/ogg/; revision=14569
* Move to dynamic librariessping2008-03-101-11/+38
| | | | svn path=/trunk/ogg/; revision=14568
* Make VS2003 do what VS2005 already doessping2007-07-282-7/+34
| | | | svn path=/trunk/ogg/; revision=13381
* Visual Studio 2005 solution file addedsping2007-07-281-0/+25
| | | | svn path=/trunk/ogg/; revision=13378
* * Make output path consistentZentaro Kavanagh2006-05-291-44/+9
| | | | svn path=/trunk/ogg/; revision=11462
* * Add VS 2005 files to liboggZentaro Kavanagh2006-04-201-0/+416
| | | | svn path=/trunk/ogg/; revision=11170
* remove obsolete .cvsignore filesRalph Giles2006-01-281-12/+0
| | | | svn path=/trunk/ogg/; revision=10757
* Remove win32/Makefile.am in favor of just including the whole dir, like Ralph Giles2005-11-281-5/+0
| | | | | | | | | | | we do for the MacOS build stuff. If there was a reason for doing it this way, I don't remember what it was. The reason we're switching is that 'make dist' doesn't pull in the new VS2003 project files, and this seems better than adding each specific file all the time. svn path=/trunk/ogg/; revision=10484
* * VS2003 filesZentaro Kavanagh2005-10-051-0/+291
| | | | svn path=/trunk/ogg/; revision=10119
* * error out on autotools failures so warnings are caught early onThomas Vander Stichele2004-07-051-3/+0
| | | | | | | | | | | * 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) svn path=/trunk/ogg/; revision=6990
* Set DOS line endings on MSVC project files; it can deal with unix lineRalph Giles2004-04-071-41/+41
| | | | | | | endings otherwise, but these need to be correct no matter who makes the package. svn path=/trunk/ogg/; revision=6497
* now linking with the Multithreaded Static Library for (hopefully) maximum ↵oddsock2003-11-161-5/+5
| | | | | | portability svn path=/trunk/ogg/; revision=5582