aboutsummaryrefslogtreecommitdiff
path: root/lib/cximage-6.0/zlib/zlib.vcxproj
AgeCommit message (Collapse)Author
2013-11-10[win32] Add "core-defaults" with basic project settings, include file in ↵Karlson2k
each project
2013-11-10[win32] Explicitly set multibyte/unicode in projectsKarlson2k
2013-11-10[win32] remove copy of project settings from file levelKarlson2k
2013-11-10[win32] cximage and cximage subprojects: remove custom settings as default ↵Karlson2k
settings are same now
2013-11-10[win32] rename project defaults file, update paths to defaults file in projectsKarlson2k
2013-11-01Merge pull request #3485 from Karlson2k/win32_projects_update_01wsoltys
Win32 projects update
2013-11-01Merge pull request #3528 from Karlson2k/win32_projects_update_02Martijn Kaijser
[win32] mark debug/release configs with proper internal marks
2013-10-30[win32] cleanup: remove leftover from old project conversionKarlson2k
This remove useless preprocessor definition "_VC80_UPGRADE=0x0710"
2013-10-30[win32] cleanup: delete unused projects configsKarlson2k
2013-10-30[win32] mark debug/release configs with proper internal marksKarlson2k
VS project wizard generate project with such marks, should help MSBuild to correctly configure internal staff. Seems that correct XBMC marks was lost on conversion from old projects.
2013-10-24[win32] Fix various linker warningsKarlson2k
2013-10-24[win32] Use more VC optimizations for important XBMC parts for 'Release' configKarlson2k
* Enable 'Full' code optimization * Prefer speed over small size * Allow any suitable inline function * Enable Generate Intrinsic Functions * Enable Function-Level Linking * Enable 'Whole Program Optimization' for compiler, linker and lib task * Explicitly enable linker optimization /OPT:REF and /OPT:ICF
2013-06-18[win32] Enable SSE2 everywhereKarlson2k
2012-09-05[win32] remove "Debug Testsuite" configuration from all projects except ↵montellese
gtest and XBMC
2012-09-05[WIN32] added a new target called Debug Testsuite which includes the gtest ↵WiSo
libs and builds a xbmc-test.exe console application.
2012-08-09[WIN32] changed from SSE2 to SSE for the XBMC main project and libsquash. ↵WiSo
There're still some users which uses XBMC with an Athlon XP :) enabled SSE for the debug target to have it equally to release.
2012-07-08Total cleanup of all VS projects + fix for OpenGL buildEvgeny Grin
Fix for OpenGL builds + Cleanup of XBMC.vcxproj Remove a lot of unused paths, libs and so on. Reflect general settings from DirectX builds to OpenGL builds. Fix for OpenGL builds that seems to be broken for more than month. Cleanup of XbmcThreads.vcxproj Removed extra includes and libs paths Cleanup of XbmcCommons.vcxproj Removed extra include dir from Release config Cleanup of Waveform.vcxproj Removed extra include dirs Cleanup of Milkdrop/Plugin.vcxproj Cleanup of directx_spectrum.vcxproj Removed extra libs from linker Cleanup of UnrarXLib.vcxproj Removed extra and outdated include paths Cleanup of squish_2010.vcxproj Cleanup of libXDAAP_win32.vcxproj Cleanup of StSoundLibrary.vcxproj Removed extra include dirs Cleanup of libsidplay.vcxproj Removed extra include dirs Cleanup of libRTV.vcxproj Cleanup of libpcre.vcxproj Cleanup of vc10_libmp3lame_dll.vcxproj + Fix linker warning Sync general settings of configs Cleanup of libmodplug_2010.vcxproj Cleanup of libmad.vcxproj Cleanup of hdhomerun.vcxproj Cleanup of libid3tag.vcxproj Cleanup of libhts_2010.vcxproj Cleanup of libexif.vcxproj Reflect optimization setting from Release(DLL) to Release Cleanup of libcmyth.vcproj Cleanup of libass_win32_vs2010.vcxproj Reflect general settings (not debug related) form Debug to Release configuration Cleanup of libapetag.vcxproj Cleanup of zlib.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Remove unneeded DXSDK include path Cleanup of Tiff.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of png.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of mng.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of libdcr.vcxproj Update outdated precompiled header path Cleanup of Jpeg.vcxproj Update outdated precompiled header path Cleanup of jbig.vcxproj Update outdated precompiled header path Cleanup of jasper.vcxproj and sync Unicode & non-Unicode settings Cleanup of ImageLib.vcxproj and sync Debug & Unicode Debug, Release & Unicode Release Cleanup of cpluff.vcxproj
2011-05-07[WIN32] enable sse for all projects in release targetWiSo
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp