aboutsummaryrefslogtreecommitdiff
path: root/lib/cmyth/Win32
AgeCommit message (Expand)Author
2014-12-16Revert "change xbmc/ path to src/ in all files"Rainer Hochecker
2014-12-15change xbmc/ path to src/ in all filesFneufneu
2014-05-27[WIN32] compile XBMC with vs2013wsoltys
2014-01-12[win32] libcmyth: remove local copy of mysqlclient lib and inttypes.hKarlson2k
2014-01-12[win32] libcmyth: use global mysqlclient lib and inttypes.hKarlson2k
2013-11-10[win32] Add "core-defaults" with basic project settings, include file in each...Karlson2k
2013-11-10[win32] rest of VS projects: remove custom settings as default settings are s...Karlson2k
2013-11-10[win32] rename project defaults file, update paths to defaults file in projectsKarlson2k
2013-11-01Merge pull request #3528 from Karlson2k/win32_projects_update_02Martijn Kaijser
2013-10-30[win32] cleanup: remove leftover from old project conversionKarlson2k
2013-10-30[win32] mark debug/release configs with proper internal marksKarlson2k
2013-10-30[win32] Cleanup: delete old project filesKarlson2k
2013-06-18[win32] Enable SSE2 everywhereKarlson2k
2012-09-05[win32] remove "Debug Testsuite" configuration from all projects except gtest...montellese
2012-09-05[WIN32] added a new target called Debug Testsuite which includes the gtest li...WiSo
2012-08-09[WIN32] changed from SSE2 to SSE for the XBMC main project and libsquash. The...WiSo
2012-07-09Merge pull request #1100 from dteirney/libcmyth-upstreamDavid Teirney
2012-07-09[libcmyth] Rename proginfo_prodyear to proginfo_year and change type to match...David Teirney
2012-07-09[libcmyth] Add missing exports to the libcmyth.def file for Windows.David Teirney
2012-07-09[libcmyth] Change include in the mysql include area to use winsock2.h rather ...David Teirney
2012-07-08Total cleanup of all VS projects + fix for OpenGL buildEvgeny Grin
2011-09-04Introduce a cmyth_proginfo_flags method to retrieve the flags associated with...David Teirney
2011-09-04Update one of the other Microsoft Visual Studio files to remove an include lo...David Teirney
2011-09-03[WIN32] removed win32 include path from cmyth (thanks dTeirney)WiSo
2011-09-03[WIN32] copied inttypes.h to cmyth/win32/include to keep the lib separated (h...WiSo
2011-05-07[WIN32] enable sse for all projects in release targetWiSo
2011-04-29[WIN32] fixed: libcmyth didn't export cmyth_set_dbg_msgcallback. fixes #11477WiSo
2011-01-24Merged cptspiff's code-reshuffle branch.theuni