Don't like ads? PRO users don't see any ads ;-)
Guest

config.patch

By: a guest on Apr 15th, 2012  |  syntax: None  |  size: 1.30 KB  |  hits: 27  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. --- config.default.orig 2011-11-10 21:48:01.000000000 +0100
  2. +++ config.default      2011-11-10 21:51:58.383221979 +0100
  3. @@ -7,23 +7,23 @@
  4.  #BACKEND = allegro
  5.  #BACKEND = gdi
  6.  #BACKEND = sdl
  7. -#BACKEND = mixer_sdl
  8. +BACKEND = mixer_sdl
  9.  #BACKEND = posix
  10.  
  11.  #COLOUR_DEPTH = 0
  12. -#COLOUR_DEPTH = 16
  13. +COLOUR_DEPTH = 16
  14.  
  15.  #OSTYPE = amiga
  16.  #OSTYPE = beos
  17.  #OSTYPE = cygwin
  18.  #OSTYPE = freebsd
  19.  #OSTYPE = haiku
  20. -#OSTYPE = linux
  21. +OSTYPE = linux
  22.  #OSTYPE = mingw
  23.  #OSTYPE = mac
  24.  
  25.  #DEBUG = 3    # Level 1-3, higher number means more debug-friendly, see Makefile
  26. -#OPTIMISE = 1 # Add umpteen optimisation flags
  27. +OPTIMISE = 1 # Add umpteen optimisation flags
  28.  #PROFILE = 1  # Enable profiling
  29.  #PROFILE = 2  # Enable profiling with optimisation flags, can be used with `OPTIMISE = 1'
  30.  
  31. @@ -35,9 +35,9 @@
  32.  # Define these as empty strings, if you don't have the respective config program
  33.  #ALLEGRO_CONFIG = allegro-config
  34.  #PNG_CONFIG     = pkg-config libpng
  35. -#SDL_CONFIG     = sdl-config
  36. +SDL_CONFIG     = sdl-config
  37.  
  38. -#VERBOSE = 1
  39. +VERBOSE = 1
  40.  
  41.  # The following useful conditional compilation flags exist
  42.  #
  43. @@ -66,6 +66,9 @@
  44.  #
  45.  # In order to use the flags, add a line like this: (-Dxxx)
  46.  # FLAGS = -DUSE_C
  47. +ifeq ($(shell uname -m),x86_64)
  48. +  FLAGS += -DUSE_C
  49. +endif
  50.  
  51.  # Output directories:
  52.  #