aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2011-02-06removed: libmms from win32 buildelupus
2011-02-06[WIN32] changed: don't use a hash in a filename.WiSo
2011-02-06fixed: avconfig.h location has changedblinkseb
fixed: DllWMA.h no longer exists
2011-02-06[WIN32] added: check for mingw env and end gracefully if not foundWiSo
2011-02-06[WIN32] removed the "wait for a key press"WiSo
2011-02-06[WIN32] forgot the commentWiSo
2011-02-06[WIN32] removed scripts, plugins and skins from the installer include as ↵WiSo
they don't exist anymore or are handled by the addon system.
2011-02-06[WIN32] build ffmpeg and libdvdnav dlls during compile time (via buildsetup.bat)WiSo
2011-02-06[WIN32] added: avcore to the checked files list in buildmingwlibs.shAnssi Hannula
2011-02-06Merge branch 'ffmpeg-update'Anssi Hannula
Conflicts: lib/ffmpeg/build_xbmc_win32.sh
2011-02-06[WIN32] changed vs include paths to point to new ffmpeg include-xbmc-win32 ↵WiSo
directory
2011-02-05[WIN32] mingw: removed stray "done"WiSo
2011-02-05[WIN32] set path in buildmingwlibs rather in every build scriptWiSo
2011-02-04[WIN32] fixed: some code reshuffle leftovers. fixes #11157 (thanks to overbyrn)WiSo
2011-02-01[WIN32] fix OGL buildCrystalP
2011-02-01[WIN32] preparations to build mingw dlls withing the buildsetup process. ↵WiSo
still commented out.
2011-02-01[WIN32] mingw: refactored file checkWiSo
2011-02-01[WIN32] mingw: check if we should wait for a key press or notWiSo
2011-02-01[WIN32] mingw: check if the compilation was successfulWiSo
2011-02-01[WIN32] mingw: removed comment. plain wrong. just should have updated my ↵WiSo
msys env and everything would have been ok :/
2011-01-31[WIN32] added comments that it currently only works under Win32WiSo
2011-01-31[WIN32] set M$ envWiSo
2011-01-30[WIN32] fixed a few files location in the VS project. Will help with ↵CrystalP
unnecessary rebuilds. Thanks Ti-BEN for the pointer
2011-01-30[WIN32] grr, fixed oops againWiSo
2011-01-30[WIN32] changed: use a shell script for the mingw dlls and call it from the ↵WiSo
batch file. more flexible and working better.
2011-01-30[WIN32] removed vs2008 occurrence because we don't support it anymore ↵WiSo
(project files are gone)
2011-01-29[WIN32] use rxvt and don't force interactionWiSo
2011-01-29[WIN32] added: batch file to compile mingw libs (for inclusion in the ↵WiSo
automated build process). Still not working right. Sometimes it builds through sometimes not. need to figure out why.
2011-01-29[WIN32] changed: use libtool from mingw. fixes libdvd won't compile.WiSo
2011-01-29[WIN32] changed: dist directory seems to be goneWiSo
2011-01-29[WIN32] fixed: copy perl's lib directory tooWiSo
2011-01-29[WIN32] added some supplementary tools to make bootstrap work (which it does ↵WiSo
only partly)
2011-01-29[WIN32] mount xbmc source path under /xbmc (mingw)WiSo
2011-01-28[WIN32] removed non-existent files from the projectCrystalP
2011-01-26refactor: Introduce CAddonInstaller/CAddonInstallJob to handle addon ↵Jonathan Marshall
installation, ensuring it's done serially (per-addon) and to ensure that we don't attempt to install the same addon simultaneously
2011-01-25[WIN32] fixed: git_rev gen in release buildschadoe
2011-01-24[WIN32] found a home in the VS project for most filesCrystalP
(cherry picked from commit a9670bbe0f0a5d51fe91ca68a980ac360b58e43a)
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
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
2011-01-16Merge remote branch 'upstream/master'Lars Op den Kamp
2011-01-14cosmeticCrystalP
2011-01-14[WIN32] fixed: git revision in build setup file name.CrystalP
refactored the git version extraction code to be shared between the update_git_rev.bat and BuildSetup.bat scripts.
2011-01-10Merge https://github.com/opdenkamp/xbmc/pull/4Lars Op den Kamp
Fixed conflicts: .gitignore
2011-01-09[WIN32] extract git rev numberCrystalP
2011-01-09windows: fix vdr-streamdev build under VS2010Marcel Groothuis
git: update gitignore for pvr files
2011-01-09windows: fix tvheadend pvr client build under VS2010Marcel Groothuis
2011-01-09windows: Add addon & PVR support libraries to VS2010 solutionMarcel Groothuis
windows: Add MediaPortal PVR client to VS2010 solution
2011-01-09windows: Fix build; add pvr files to VS2010 projectMarcel Groothuis
2011-01-07[WIN32] updated mingw and msys dependenciesWiSo
2011-01-07[WIN32] choose vc10 as defaultWiSo