summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Correct line endings on ogg.dsw.Ralph Giles2003-10-261-41/+41
| | | | svn path=/trunk/ogg/; revision=5507
* Updated VC6 project files from John Edwards, mostly compiler flagRalph Giles2003-10-253-43/+43
| | | | | | changes. There may be line ending problems with ogg.dsw. svn path=/trunk/ogg/; revision=5503
* Updated VC6 project files by John Edwardscarsten2003-10-202-7/+7
| | | | svn path=/trunk/ogg/; revision=5491
* Add the new 1.1 routines (oggpackB) to the win32 dll build's exportsRalph Giles2003-10-011-50/+78
| | | | | | file, and re-arrange to match the order in ogg.h. svn path=/trunk/ogg/; revision=5388
* Fixed for #152 to win32 build files.Mike Smith2002-07-061-18/+0
| | | | svn path=/trunk/ogg/; revision=3534
* And add ogg.dsw to EXTRA_DISTMike Smith2002-07-051-1/+1
| | | | svn path=/trunk/ogg/; revision=3528
* Missed adding a new file yesterdayMike Smith2002-07-051-0/+41
| | | | svn path=/trunk/ogg/; revision=3526
* Build file updates.Mike Smith2002-07-041-49/+50
| | | | svn path=/trunk/ogg/; revision=3516
* ogg_stream_reset_serialno added.Segher Boessenkool2002-03-181-1/+2
| | | | svn path=/trunk/ogg/; revision=3159
* huff functions removedJack Moffitt2002-01-191-3/+1
| | | | svn path=/trunk/ogg/; revision=2961
* add ogg_packet_clear and sort entriescwolf2001-10-231-38/+42
| | | | svn path=/trunk/ogg/; revision=2254
* eliminate extra precompiler switchcwolf2001-09-161-2/+2
| | | | svn path=/trunk/ogg/; revision=2057
* ignore win32 build artifactscwolf2001-09-141-0/+3
| | | | svn path=/trunk/ogg/; revision=2042
* fix linking problem - use MSVCRTDcwolf2001-09-141-2/+2
| | | | svn path=/trunk/ogg/; revision=2037
* Eliminate redundant preprocessor defines.cwolf2001-09-073-3/+9
| | | | svn path=/trunk/ogg/; revision=1985
* ignore win32 build artifactscwolf2001-09-041-0/+2
| | | | svn path=/trunk/ogg/; revision=1964
* Now these are binary. No more complaints! :)Jack Moffitt2001-08-122-0/+253
| | | | svn path=/trunk/ogg/; revision=1763
* Will add these back as binaryJack Moffitt2001-08-122-253/+0
| | | | svn path=/trunk/ogg/; revision=1762
* Win32 Builds updates, including ingo's suggestions.Jack Moffitt2001-06-187-8/+9
| | | | svn path=/trunk/ogg/; revision=1503
* updated the win32 build system and corrected some missing filesJack Moffitt2001-02-191-0/+18
| | | | svn path=/trunk/ogg/; revision=1310