Historie revizí

Autor SHA1 Zpráva Datum
  Maarten ter Huurne a271a520a6 Do not build against /usr/local on MinGW před 11 roky
  wouter d089095d55 Various text-processing stuff před 11 roky
  Alex Wulms 80d78b6a37 Support build of shared library (preparation for Android port) před 12 roky
  Manuel Bilderbeek 3dc75bdd46 Add link flags to make sure that openMSX compiles completely statically with MinGW. Requires gcc 4.x or higher. Updated installation instructions in a next commit. před 13 roky
  Maarten ter Huurne 0f58fa2785 The "-mconsole" flag is a link flag, not a compile flag. před 16 roky
  Maarten ter Huurne 1508a9a4cb Use "g++" as default compiler on all platforms. před 16 roky
  Maarten ter Huurne 2a8afe0023 Split "platform-*.mk" into generic platform info (same file) and probe overrides (new "probe-*.mk" file). This avoids evaluation of undefined variables, which is silently ignored by Make but treated as an error by "makeutils.py". před 16 roky
  Maarten ter Huurne 9b0d78008b Removed "2>> $(LOG)" parts of the probe definitions and also the filter that discarded them. před 16 roky
  Max Feingold f9b394ae50 Secure CliServer sockets on Windows with SSPI před 16 roky
  Maarten ter Huurne 69dddc8327 Link GLEW statically. před 17 roky
  Maarten ter Huurne 622e240dff Fixed static linking against SDL. před 17 roky
  Maarten ter Huurne 6428889d42 Fixed static linking of SDL so it cannot pick up dynamic libraries anymore. před 17 roky
  Maarten ter Huurne 9c91ccb130 Link GLEW against the import library. Although that is not what we really want, GLEW does not install the static library on Windows: a comment in the Makefile says the static lib is broken, but does not explain why. před 17 roky
  Maarten ter Huurne 0906b10b99 Implemented static linking for all platforms. One important change is that the use of the 3rdparty build system is now almost fully decoupled from static linking. Although we do not use this flexibility at the moment, it does make the Makefiles cleaner. před 17 roky
  Maarten ter Huurne 5095e28e22 Replace "-mwindows" from "sdl-config --libs" by "-mconsole". BiFi says this fixes stdout output getting lost. před 17 roky
  Maarten ter Huurne e306e4dfb8 Link to winmm explicitly, since the MIDI code needs it. In most cases SDL already links to winmm, but we should not rely on that. před 17 roky
  Maarten ter Huurne b386952d16 There is a libpng-config on mingw32 too, so the overrides are unnecessary and could possibly lead to the wrong lib being picked up. před 17 roky
  Maarten ter Huurne bf9dba9af0 Be careful with "override" directive, since it makes the variable immutable without that directive from that point onward. This part is *not* in the manual. před 18 roky
  Maarten ter Huurne 57993732d1 Force ("override" directive) additions to CXXFLAGS, as it is likely openMSX will not compile without these. před 18 roky
  Maarten ter Huurne 192acb439a GLEW lib has a different name under Windows. před 19 roky
  Patrick van Arkel 1ea846570a directx před 20 roky
  Patrick van Arkel f48f072ef2 ldsound před 20 roky
  Herman Oudejans fd08ea4393 fixed win32 compile errors před 20 roky
  Maarten ter Huurne bb5e44fa23 Separated CPU and OS in build system. před 20 roky